2023-02-07 10:31:26 +03:30
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName sphereDict;
|
|
|
|
objectType sphereShape;
|
2023-04-11 23:09:49 -07:00
|
|
|
fileFormat ASCII;
|
2023-02-07 18:59:13 +03:30
|
|
|
/*---------------------------------------------------------------------------*/
|
2023-04-11 23:09:49 -07:00
|
|
|
|
2023-02-07 18:59:13 +03:30
|
|
|
// names of shapes
|
2023-02-20 12:32:10 +03:30
|
|
|
names (smallSphere largeSphere);
|
2023-02-07 18:59:13 +03:30
|
|
|
// diameter of shapes (m)
|
|
|
|
diameters (0.004 0.005);
|
|
|
|
// material names for shapes
|
|
|
|
materials (lightMat heavyMat);
|