2023-02-07 07:01:26 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName sphereDict;
|
|
|
|
objectType sphereShape;
|
2023-02-07 15:29:13 +00:00
|
|
|
/*---------------------------------------------------------------------------*/
|
|
|
|
// names of shapes
|
|
|
|
names (lightSphere heavySphere);
|
|
|
|
// diameter of shapes (m)
|
|
|
|
diameters (0.004 0.005);
|
|
|
|
// material names for shapes
|
|
|
|
materials (lightMat heavyMat);
|