phasicFlow/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/shapes

16 lines
675 B
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName sphereDict;
objectType sphereShape;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-02-14 19:40:46 +00:00
names (lightSphere heavySphere); // names of shapes
2025-02-14 19:40:46 +00:00
diameters (0.007 0.007); // diameter of shapes
2025-02-14 19:40:46 +00:00
materials (lightMat heavyMat); // material names for shapes
2024-05-28 08:54:34 +00:00