Files
phasicFlow/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape

17 lines
618 B
Plaintext
Raw Normal View History

2023-03-26 18:56:03 +03:30
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName sphereDict;
objectType sphereShape;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2023-03-31 08:21:24 -07:00
// name of shapes
2023-03-26 18:56:03 +03:30
names (sphere1);
2023-03-31 08:21:24 -07:00
2023-03-26 18:56:03 +03:30
// diameter of shapes (m)
2023-03-31 08:21:24 -07:00
diameters (0.005);
// material name for shapes
2023-03-28 18:11:30 +04:30
materials (solidProperty);