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

18 lines
647 B
Plaintext
Raw Normal View History

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