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