phasicFlow/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape

13 lines
598 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
2023-03-28 13:41:30 +00:00
materials (solidProperty);