2023-03-26 18:56:03 +03:30
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
2025-03-11 17:20:42 +03:30
|
|
|
objectName sphereDict;
|
|
|
|
objectType sphereShape;
|
|
|
|
fileFormat ASCII;
|
2023-04-11 23:09:49 -07:00
|
|
|
/*---------------------------------------------------------------------------*/
|
2023-03-31 08:21:24 -07:00
|
|
|
|
2025-03-11 17:20:42 +03:30
|
|
|
names (sphere1); // name of shapes
|
2023-03-31 08:21:24 -07:00
|
|
|
|
2025-03-11 17:20:42 +03:30
|
|
|
diameters (0.005); // diameter of shapes (m)
|
2023-03-31 08:21:24 -07:00
|
|
|
|
2025-03-11 17:20:42 +03:30
|
|
|
materials (solidProperty); // material name for shapes
|