Files
phasicFlow/tutorials/sphereGranFlow/V-blender/caseSetup/interaction

55 lines
1.5 KiB
Plaintext
Raw Normal View History

2023-02-06 23:11:07 +03:30
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName interaction;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2024-12-28 14:58:28 +03:30
materials (wallMat lightMat); // a list of materials names
2023-02-07 19:28:37 +03:30
2024-12-28 14:58:28 +03:30
densities (1000 1000); // density of materials [kg/m3]
2023-02-06 23:11:07 +03:30
contactListType sortedContactList;
2024-12-28 14:58:28 +03:30
contactSearch
{
method NBS; // method for broad search
2025-04-21 15:52:51 +03:30
updateInterval 10;
2024-12-28 14:58:28 +03:30
2025-04-21 15:52:51 +03:30
sizeRatio 1.1;
2024-12-28 14:58:28 +03:30
2025-04-21 15:52:51 +03:30
cellExtent 0.55;
adjustableBox Yes;
2024-12-28 14:58:28 +03:30
}
2023-02-06 23:11:07 +03:30
model
{
2025-04-21 15:52:51 +03:30
contactForceModel nonLinearNonLimited;
rollingFrictionModel normal;
2023-02-06 23:11:07 +03:30
2024-12-28 14:58:28 +03:30
2025-04-21 15:52:51 +03:30
Yeff (1.0e6 1.0e6
2024-12-28 14:58:28 +03:30
1.0e6); // Young modulus [Pa]
2025-04-21 15:52:51 +03:30
Geff (0.8e6 0.8e6
2024-12-28 14:58:28 +03:30
0.8e6); // Shear modulus [Pa]
2023-02-06 23:11:07 +03:30
2025-04-21 15:52:51 +03:30
nu (0.25 0.25
2024-12-28 14:58:28 +03:30
0.25); // Poisson's ratio [-]
2023-02-06 23:11:07 +03:30
2025-04-21 15:52:51 +03:30
en (0.97 0.85
2024-12-28 14:58:28 +03:30
0.97); // coefficient of normal restitution
2023-02-06 23:11:07 +03:30
2025-04-21 15:52:51 +03:30
mu (0.65 0.35
2024-12-28 14:58:28 +03:30
0.65); // dynamic friction
2023-02-06 23:11:07 +03:30
2025-04-21 15:52:51 +03:30
mur (0.1 0.1
2024-12-28 14:58:28 +03:30
0.1); // rolling friction
2023-02-06 23:11:07 +03:30
}