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

18 lines
647 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;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
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);