phasicFlow/tutorials/sphereGranFlow/V-blender/caseSetup/sphereShape

17 lines
628 B
Plaintext
Raw Normal View History

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