solidProperty instead of prop1
This commit is contained in:
parent
8f2749d599
commit
7e216f4cac
|
@ -6,7 +6,7 @@ objectName interaction;
|
||||||
objectType dicrionary;
|
objectType dicrionary;
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
// a list of materials names
|
// a list of materials names
|
||||||
materials (prop1);
|
materials (solidProperty);
|
||||||
// density of materials [kg/m3]
|
// density of materials [kg/m3]
|
||||||
densities (1000.0);
|
densities (1000.0);
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ model
|
||||||
contactForceModel nonLinearNonLimited;
|
contactForceModel nonLinearNonLimited;
|
||||||
rollingFrictionModel normal;
|
rollingFrictionModel normal;
|
||||||
/*
|
/*
|
||||||
Property (prop1-prop1);
|
Property (solidProperty-solidProperty);
|
||||||
*/
|
*/
|
||||||
// Young modulus [Pa]
|
// Young modulus [Pa]
|
||||||
Yeff (1.0e6);
|
Yeff (1.0e6);
|
||||||
|
|
|
@ -10,4 +10,4 @@ names (sphere1);
|
||||||
// diameter of shapes (m)
|
// diameter of shapes (m)
|
||||||
diameters (0.004);
|
diameters (0.004);
|
||||||
// material names for shapes
|
// material names for shapes
|
||||||
materials (prop1);
|
materials (solidProperty);
|
|
@ -33,7 +33,7 @@ surfaces
|
||||||
p3 ( 0.05 0.05 0.3);
|
p3 ( 0.05 0.05 0.3);
|
||||||
p4 (0.05 -0.05 0.3);
|
p4 (0.05 -0.05 0.3);
|
||||||
// material of wall
|
// material of wall
|
||||||
material prop1;
|
material solidProperty;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ surfaces
|
||||||
// number of divisions
|
// number of divisions
|
||||||
resolution 36;
|
resolution 36;
|
||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material solidProperty;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
@ -73,7 +73,7 @@ surfaces
|
||||||
// number of divisions
|
// number of divisions
|
||||||
resolution 36;
|
resolution 36;
|
||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material solidProperty;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
@ -93,7 +93,7 @@ surfaces
|
||||||
// number of divisions
|
// number of divisions
|
||||||
resolution 36;
|
resolution 36;
|
||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material solidProperty;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
@ -113,7 +113,7 @@ surfaces
|
||||||
// number of divisions
|
// number of divisions
|
||||||
resolution 36;
|
resolution 36;
|
||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material solidProperty;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
@ -136,7 +136,7 @@ surfaces
|
||||||
// number of divisions
|
// number of divisions
|
||||||
resolution 36;
|
resolution 36;
|
||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material solidProperty;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
@ -147,7 +147,7 @@ surfaces
|
||||||
p2 (-0.05 0.05 0);
|
p2 (-0.05 0.05 0);
|
||||||
p3 ( 0.05 0.05 0);
|
p3 ( 0.05 0.05 0);
|
||||||
p4 (0.05 -0.05 0);
|
p4 (0.05 -0.05 0);
|
||||||
material prop1;
|
material solidProperty;
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue