2024-05-21 15:13:58 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName sphereDict;
|
|
|
|
objectType sphereShape;
|
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2025-02-14 19:40:46 +00:00
|
|
|
names (lightSphere heavySphere); // names of shapes
|
2024-05-21 15:13:58 +00:00
|
|
|
|
2025-02-14 19:40:46 +00:00
|
|
|
diameters (0.007 0.007); // diameter of shapes
|
2024-05-21 15:13:58 +00:00
|
|
|
|
2025-02-14 19:40:46 +00:00
|
|
|
materials (lightMat heavyMat); // material names for shapes
|
2024-05-28 08:54:34 +00:00
|
|
|
|
|
|
|
|