phasicFlow/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape

17 lines
618 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;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2023-03-31 15:21:24 +00:00
// name of shapes
2023-03-26 15:26:03 +00:00
names (sphere1);
2023-03-31 15:21:24 +00:00
2023-03-26 15:26:03 +00:00
// diameter of shapes (m)
2023-03-31 15:21:24 +00:00
diameters (0.005);
// material name for shapes
2023-03-28 13:41:30 +00:00
materials (solidProperty);