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