Files
phasicFlow/tutorials/postprocessPhasicFlow/segregation/caseSetup/interaction

49 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-09-29 10:02:31 +03:30
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName interaction;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
materials (prop1); // a list of materials names
densities (1000.0); // density of materials [kg/m3]
2022-09-29 10:02:31 +03:30
contactListType sortedContactList;
2025-07-08 01:06:25 +03:30
contactSearch
2022-09-29 10:02:31 +03:30
{
2025-07-08 01:06:25 +03:30
method NBS;
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
updateInterval 10;
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
sizeRatio 1.1;
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
cellExtent 0.55;
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
adjustableBox Yes;
}
model
{
contactForceModel nonLinearNonLimited;
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
rollingFrictionModel normal;
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
Yeff (1.0e6); // Young modulus [Pa]
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
Geff (0.8e6); // Shear modulus [Pa]
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
nu (0.25); // Poisson's ratio [-]
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
en (0.7); // coefficient of normal restitution
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
mu (0.3); // dynamic friction
2022-09-29 10:02:31 +03:30
2025-07-08 01:06:25 +03:30
mur (0.1); // rolling friction
2022-12-21 16:19:53 +03:30
}
2025-07-08 01:06:25 +03:30