2023-02-06 23:11:07 +03:30
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
2025-04-21 15:52:51 +03:30
|
|
|
objectName sphereDict;
|
|
|
|
objectType sphereShape;
|
2023-04-11 23:09:49 -07:00
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2023-02-07 19:28:37 +03:30
|
|
|
|
2025-04-21 15:52:51 +03:30
|
|
|
names (smallSphere largeSphere); // names of particles
|
2023-02-07 19:28:37 +03:30
|
|
|
|
2025-04-21 15:52:51 +03:30
|
|
|
diameters (0.01 0.0101); // diameter of particles
|
|
|
|
|
|
|
|
materials (lightMat lightMat); // material names for particles
|