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