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