phasicFlow/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/sphereShape

14 lines
628 B
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName sphereDict;
objectType sphereShape;
2023-02-07 15:29:13 +00:00
/*---------------------------------------------------------------------------*/
// names of shapes
names (lightSphere heavySphere);
// diameter of shapes (m)
diameters (0.004 0.005);
// material names for shapes
materials (lightMat heavyMat);