14 lines
697 B
Plaintext
14 lines
697 B
Plaintext
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
||
|
| phasicFlow File |
|
||
|
| copyright: www.cemf.ir |
|
||
|
\* ------------------------------------------------------------------------- */
|
||
|
objectName sphereDict;
|
||
|
objectType sphereShape;
|
||
|
fileFormat ASCII;
|
||
|
/*---------------------------------------------------------------------------*/
|
||
|
names (smallSphere largeSphere); // names of shapes
|
||
|
|
||
|
diameters (0.004 0.005); // diameter of shapes (m)
|
||
|
|
||
|
materials (lightMat heavyMat); // material names for shapes
|