2024-12-28 10:16:09 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName sphereDict;
|
2025-02-20 13:57:36 +00:00
|
|
|
objectType shapes;
|
2024-12-28 10:16:09 +00:00
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
|
|
|
|
2025-02-20 13:57:36 +00:00
|
|
|
names (sphere1 sphere2); // names of shapes
|
|
|
|
diameters (0.01 0.009); // diameter of shapes
|
|
|
|
materials (prop1 prop1); // material names for shapes
|