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

18 lines
647 B
C++

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName sphereDict;
objectType sphereShape;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
// names of particles
names (smallSphere largeSphere);
// diameter of particles
diameters (0.01 0.0101);
// material names for particles
materials (lightMat lightMat);