phasicFlow/tutorials/sphereGranFlow/rotatingDrumSmall/caseSetup/interaction

50 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-09-05 12:28:23 +00:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName interaction;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2024-12-24 14:33:38 +00:00
materials (prop1); // a list of materials names
2022-09-05 12:28:23 +00:00
2024-12-24 14:33:38 +00:00
densities (1000.0); // density of materials [kg/m3]
2022-09-05 12:28:23 +00:00
contactListType sortedContactList;
2024-12-24 14:33:38 +00:00
contactSearch
{
method NBS; // method for broad search
updateInterval 10;
sizeRatio 1.1;
cellExtent 0.55;
adjustableBox Yes;
}
2022-09-05 12:28:23 +00:00
model
{
2024-12-24 14:33:38 +00:00
contactForceModel nonLinearNonLimited;
rollingFrictionModel normal;
2022-09-05 12:28:23 +00:00
2024-12-24 14:33:38 +00:00
Yeff (1.0e6); // Young modulus [Pa]
2022-09-05 12:28:23 +00:00
2024-12-24 14:33:38 +00:00
Geff (0.8e6); // Shear modulus [Pa]
2022-09-05 12:28:23 +00:00
2024-12-24 14:33:38 +00:00
nu (0.25); // Poisson's ratio [-]
2022-09-05 12:28:23 +00:00
2024-12-24 14:33:38 +00:00
en (0.7); // coefficient of normal restitution
2022-09-05 12:28:23 +00:00
2024-12-24 14:33:38 +00:00
et (1.0); // coefficient of tangential restitution
2022-09-05 12:28:23 +00:00
2024-12-24 14:33:38 +00:00
mu (0.3); // dynamic friction
2022-09-05 12:28:23 +00:00
2024-12-24 14:33:38 +00:00
mur (0.1); // rolling friction
2022-09-05 12:28:23 +00:00
}