Files
phasicFlow/tutorials/sphereGranFlow/RotatingDrumWithBaffles/caseSetup/sphereShape

16 lines
648 B
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName sphereDict;
objectType sphereShape;
fileFormat ASCII;
2023-02-07 18:59:13 +03:30
/*---------------------------------------------------------------------------*/
2023-02-07 18:59:13 +03:30
// names of shapes
2023-02-20 12:32:10 +03:30
names (smallSphere largeSphere);
2023-02-07 18:59:13 +03:30
// diameter of shapes (m)
diameters (0.004 0.005);
// material names for shapes
materials (lightMat heavyMat);