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