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