mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
solidProperty instead of prop1
This commit is contained in:
@ -6,7 +6,7 @@ objectName interaction;
|
||||
objectType dicrionary;
|
||||
/* ------------------------------------------------------------------------- */
|
||||
// a list of materials names
|
||||
materials (prop1);
|
||||
materials (solidProperty);
|
||||
// density of materials [kg/m3]
|
||||
densities (1000.0);
|
||||
|
||||
@ -17,7 +17,7 @@ model
|
||||
contactForceModel nonLinearNonLimited;
|
||||
rollingFrictionModel normal;
|
||||
/*
|
||||
Property (prop1-prop1);
|
||||
Property (solidProperty-solidProperty);
|
||||
*/
|
||||
// Young modulus [Pa]
|
||||
Yeff (1.0e6);
|
||||
|
@ -10,4 +10,4 @@ names (sphere1);
|
||||
// diameter of shapes (m)
|
||||
diameters (0.004);
|
||||
// material names for shapes
|
||||
materials (prop1);
|
||||
materials (solidProperty);
|
Reference in New Issue
Block a user