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