phasicFlow/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape

13 lines
590 B
Plaintext
Raw Normal View History

2023-03-26 15:26:03 +00:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName sphereDict;
objectType sphereShape;
/* ------------------------------------------------------------------------- */
// names of shapes
names (sphere1);
// diameter of shapes (m)
diameters (0.004);
// material names for shapes
materials (prop1);