mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
cours graining tutorial added
This commit is contained in:
56
tutorials/grainGranFlow/rotatingDrum/caseSetup/interaction
Executable file
56
tutorials/grainGranFlow/rotatingDrum/caseSetup/interaction
Executable file
@ -0,0 +1,56 @@
|
||||
/* -------------------------------*- C++ -*--------------------------------- *\
|
||||
| phasicFlow File |
|
||||
| copyright: www.cemf.ir |
|
||||
\* ------------------------------------------------------------------------- */
|
||||
objectName interaction;
|
||||
objectType dicrionary;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
materials (prop1); // a list of materials names
|
||||
densities (2500.0); // density of materials [kg/m3]
|
||||
|
||||
contactListType sortedContactList;
|
||||
|
||||
model
|
||||
{
|
||||
contactForceModel cGRelativeLinearLimited; // cGAbsoluteLinearLimited or cGRelativeLinearLimited
|
||||
|
||||
rollingFrictionModel normal;
|
||||
|
||||
grainDissipationModel none; // simplified or KTGF or none
|
||||
|
||||
Yeff (1.0e6); // Young modulus [Pa]
|
||||
|
||||
Geff (0.8e6); // Shear modulus [Pa]
|
||||
|
||||
nu (0.25); // Poisson's ratio [-]
|
||||
|
||||
en (0.8); // coefficient of normal restitution
|
||||
|
||||
et (1.0); // coefficient of tangential restitution
|
||||
|
||||
mu (0.3); // dynamic friction
|
||||
|
||||
mur (0.1); // rolling friction
|
||||
|
||||
kn (1050);
|
||||
|
||||
kt (800);
|
||||
|
||||
additionalDissipationModel GB;
|
||||
|
||||
|
||||
}
|
||||
|
||||
contactSearch
|
||||
{
|
||||
method NBS; // method for broad search particle-particle
|
||||
|
||||
|
||||
updateInterval 10;
|
||||
sizeRatio 1.1;
|
||||
cellExtent 0.55;
|
||||
adjustableBox Yes;
|
||||
|
||||
}
|
14
tutorials/grainGranFlow/rotatingDrum/caseSetup/particleInsertion
Executable file
14
tutorials/grainGranFlow/rotatingDrum/caseSetup/particleInsertion
Executable file
@ -0,0 +1,14 @@
|
||||
/* -------------------------------*- C++ -*--------------------------------- *\
|
||||
| phasicFlow File |
|
||||
| copyright: www.cemf.ir |
|
||||
\* ------------------------------------------------------------------------- */
|
||||
objectName particleInsertion;
|
||||
objectType dicrionary;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
active no; // is insertion active?
|
||||
|
||||
collisionCheck No; // not implemented for yes
|
||||
|
||||
|
13
tutorials/grainGranFlow/rotatingDrum/caseSetup/shapes
Executable file
13
tutorials/grainGranFlow/rotatingDrum/caseSetup/shapes
Executable file
@ -0,0 +1,13 @@
|
||||
/* -------------------------------*- C++ -*--------------------------------- *\
|
||||
| phasicFlow File |
|
||||
| copyright: www.cemf.ir |
|
||||
\* ------------------------------------------------------------------------- */
|
||||
objectName grainDict;
|
||||
objectType grainShape;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
names (sphere1); // names of shapes
|
||||
grainDiameters (0.0008); // diameter of shapes
|
||||
sphereDiameters (0.0004); // diameter of shapes
|
||||
materials (prop1); // material names for shapes
|
Reference in New Issue
Block a user