Files
phasicFlow/tutorials/sphereGranFlow/rotatingDrumMedium/caseSetup/interaction

62 lines
1.9 KiB
Plaintext
Raw Normal View History

2022-09-05 23:21:19 +04:30
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName interaction;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2024-12-24 18:14:19 +03:30
materials (glassMat wallMat); // a list of materials names
2022-09-05 23:21:19 +04:30
2024-12-24 18:14:19 +03:30
densities (2500.0 2500); // density of materials [kg/m3]
2022-09-05 23:21:19 +04:30
contactListType sortedContactList;
2024-12-24 18:14:19 +03:30
contactSearch
{
method NBS; // method for broad search
updateInterval 10;
sizeRatio 1.1;
cellExtent 0.55;
adjustableBox Yes;
}
2022-09-05 23:21:19 +04:30
model
{
2024-12-24 18:14:19 +03:30
contactForceModel nonLinearLimited;
rollingFrictionModel normal;
2022-09-05 23:21:19 +04:30
/*
2024-12-24 18:14:19 +03:30
Property (glassMat-glassMat glassMat-wallMat
wallMat-wallMat);
2022-09-05 23:21:19 +04:30
*/
2024-12-24 18:14:19 +03:30
Yeff (1.0e6 1.0e6
1.0e6); // Young modulus [Pa]
2022-09-05 23:21:19 +04:30
2024-12-24 18:14:19 +03:30
Geff (0.8e6 0.8e6
0.8e6); // Shear modulus [Pa]
2022-09-05 23:21:19 +04:30
2024-12-24 18:14:19 +03:30
nu (0.25 0.25
0.25); // Poisson's ratio [-]
2022-09-05 23:21:19 +04:30
2024-12-24 18:14:19 +03:30
en (0.97 0.85
1.00); // coefficient of normal restitution
2022-09-05 23:21:19 +04:30
2024-12-24 18:14:19 +03:30
et (1.0 1.0
1.0); // coefficient of tangential restitution
2022-09-05 23:21:19 +04:30
2024-12-24 18:14:19 +03:30
mu (0.65 0.65
0.65); // dynamic friction
2022-09-05 23:21:19 +04:30
2024-12-24 18:14:19 +03:30
mur (0.1 0.1
0.1); // rolling friction
2022-09-05 23:21:19 +04:30
}