2023-03-26 15:26:03 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
2025-03-11 13:50:42 +00:00
|
|
|
objectName sphereDict;
|
|
|
|
objectType sphereShape;
|
|
|
|
fileFormat ASCII;
|
2023-04-12 06:09:49 +00:00
|
|
|
/*---------------------------------------------------------------------------*/
|
2023-03-31 15:21:24 +00:00
|
|
|
|
2025-03-11 13:50:42 +00:00
|
|
|
names (sphere1); // name of shapes
|
2023-03-31 15:21:24 +00:00
|
|
|
|
2025-03-11 13:50:42 +00:00
|
|
|
diameters (0.005); // diameter of shapes (m)
|
2023-03-31 15:21:24 +00:00
|
|
|
|
2025-03-11 13:50:42 +00:00
|
|
|
materials (solidProperty); // material name for shapes
|