2024-12-28 10:01:17 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName sphereDict;
|
|
|
|
objectType sphereShape;
|
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2025-03-04 18:42:54 +00:00
|
|
|
names (smallSphere largeSphere); // names of shapes
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
diameters (0.004 0.005); // diameter of shapes (m)
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
materials (lightMat heavyMat); // material names for shapes
|