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

55 lines
1.5 KiB
Plaintext
Raw Normal View History

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