2022-09-29 12:45:38 +03:30
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName sphereDict;
|
|
|
|
objectType sphereShape;
|
2023-04-11 23:09:49 -07:00
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2025-02-23 15:59:37 +03:30
|
|
|
names (smallSphere largeSphere); // names of shapes
|
2022-09-29 12:45:38 +03:30
|
|
|
|
2025-02-23 15:59:37 +03:30
|
|
|
diameters (0.003 0.005); // diameter of shapes
|
2024-05-19 20:50:00 +04:30
|
|
|
|
2025-02-23 15:59:37 +03:30
|
|
|
materials (prop1 prop1); // material names for shapes
|