phasicFlow/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/interaction

58 lines
1.7 KiB
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName interaction;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-03-02 09:26:59 +00:00
materials (sphereMat wallMat); // a list of materials names
2025-02-27 17:23:20 +00:00
densities (1000 2500); // density of materials [kg/m3]
2025-02-27 17:23:20 +00:00
contactListType sortedContactList;
2024-12-28 09:39:06 +00:00
contactSearch
{
2025-02-27 17:23:20 +00:00
method NBS; // method for broad search
2024-12-28 09:39:06 +00:00
2025-02-27 17:23:20 +00:00
updateInterval 10;
2024-12-28 09:39:06 +00:00
2025-02-27 17:23:20 +00:00
sizeRatio 1.1;
2024-12-28 09:39:06 +00:00
2025-02-27 17:23:20 +00:00
cellExtent 0.55;
2024-12-28 09:39:06 +00:00
2025-02-27 17:23:20 +00:00
adjustableBox Yes;
2024-12-28 09:39:06 +00:00
}
model
{
2025-02-27 17:23:20 +00:00
contactForceModel nonLinearNonLimited;
2025-02-27 17:23:20 +00:00
rollingFrictionModel normal;
/*
2024-12-28 09:39:06 +00:00
Property (sphereMat-sphereMat sphereMat-wallMat
wallMat-wallMat);
*/
2024-12-28 09:39:06 +00:00
Yeff (1.0e6 1.0e6 // Young modulus [Pa]
1.0e6);
2024-12-28 09:39:06 +00:00
Geff (0.8e6 0.8e6 // Shear modulus [Pa]
0.8e6);
2025-02-27 17:23:20 +00:00
nu (0.25 0.25 // Poisson's ratio [-]
0.25);
2025-02-27 17:23:20 +00:00
en (0.70 0.80 // coefficient of normal restitution
1.0);
2025-02-27 17:23:20 +00:00
mu (0.3 0.35 // dynamic friction
0.35);
2025-02-27 17:23:20 +00:00
mur (0.1 0.1 // rolling friction
0.1);
}