12 lines
537 B
Plaintext
12 lines
537 B
Plaintext
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
||
|
| phasicFlow File |
|
||
|
| copyright: www.cemf.ir |
|
||
|
\* ------------------------------------------------------------------------- */
|
||
|
|
||
|
objectName sphereDict;
|
||
|
objectType sphereShape;
|
||
|
|
||
|
names (smallSphere largeSphere); // names of shapes
|
||
|
diameters (0.003 0.005); // diameter of shapes
|
||
|
materials (prop1 prop1); // material names for shapes
|