phasicFlow/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/interaction

50 lines
1.4 KiB
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName interaction;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-02-23 12:29:37 +00:00
materials (prop1); // properties of material
2025-02-23 12:29:37 +00:00
densities (1000.0); // density of materials [kg/m3]
2024-05-28 07:33:10 +00:00
contactListType sortedContactList;
contactSearch
{
2025-02-23 12:29:37 +00:00
method NBS; // method for broad search
2025-02-23 12:29:37 +00:00
updateInterval 10;
2025-02-23 12:29:37 +00:00
sizeRatio 1.1;
2025-02-23 12:29:37 +00:00
cellExtent 0.55;
2025-02-23 12:29:37 +00:00
adjustableBox Yes;
}
model
{
2025-02-23 12:29:37 +00:00
contactForceModel nonLinearNonLimited;
2025-02-23 12:29:37 +00:00
rollingFrictionModel normal;
// Property (solid-solid Properties)
2024-12-03 08:49:36 +00:00
Yeff (1.0e6); // Young modulus [Pa]
2024-12-03 08:49:36 +00:00
Geff (0.8e6); // Shear modulus [Pa]
2025-02-23 12:29:37 +00:00
nu (0.25); // Poisson's ratio [-]
2025-02-23 12:29:37 +00:00
en (0.7); // coefficient of normal restitution
2025-02-23 12:29:37 +00:00
mu (0.3); // dynamic friction
2025-02-23 12:29:37 +00:00
mur (0.1); // rolling friction
}