Files
phasicFlow/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/interaction

64 lines
1.9 KiB
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName interaction;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-03-04 22:12:54 +03:30
materials (lightMat heavyMat wallMat); // a list of materials names
2025-03-04 22:12:54 +03:30
densities (1000 1500 2500); // density of materials [kg/m3]
2025-03-04 22:12:54 +03:30
contactListType sortedContactList;
2024-12-28 13:31:17 +03:30
contactSearch
{
2025-03-05 20:06:25 +03:30
method NBS; // method for broad search
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
updateInterval 10;
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
sizeRatio 1.1;
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
cellExtent 0.55;
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
adjustableBox Yes;
2024-12-28 13:31:17 +03:30
}
model
{
2025-03-05 20:06:25 +03:30
contactForceModel nonLinearLimited;
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
rollingFrictionModel normal;
2025-03-05 20:06:25 +03:30
/*
Property (lightMat-lightMat lightMat-heavyMat lightMat-wallMat
heavyMat-heavyMat heavyMat-wallMat
wallMat-wallMat);
*/
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
Yeff (1.0e6 1.0e6 1.0e6
1.0e6 1.0e6
1.0e6); // Young modulus [Pa]
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
Geff (0.8e6 0.8e6 0.8e6
0.8e6 0.8e6
0.8e6); // Shear modulus [Pa]
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
nu (0.25 0.25 0.25
0.25 0.25
0.25); // Poisson's ratio [-]
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
en (0.97 0.97 0.85
0.97 0.85
1.00); // coefficient of normal restitution
2024-12-28 13:31:17 +03:30
2025-03-05 20:06:25 +03:30
mu (0.65 0.65 0.35
0.65 0.35
0.35); // dynamic friction
2025-03-05 20:06:25 +03:30
mur (0.1 0.1 0.1
0.1 0.1
0.1); // rolling friction
}