13 lines
590 B
Plaintext
13 lines
590 B
Plaintext
|
/* -------------------------------*- 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);
|