Files
phasicFlow/tutorials/sphereGranFlow/toteblender/caseSetup/interaction

53 lines
1.6 KiB
Plaintext
Raw Normal View History

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