Files
phasicFlow/tutorials/sphereGranFlow/RotaryAirLockValve/caseSetup/sphereShape
Omid Khosravi 485c5e3142 RotaryAirLockValve
Added Rotary Air-Lock Valve
Comments for caseSetup were fixed
2023-04-30 18:42:35 +04:30

19 lines
660 B
C++

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName particleInsertion;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
objectName sphereDict;
objectType sphereShape;
// names of shapes
names (sphere);
// diameter of shapes
diameters (0.005);
// material names for shapes
materials (sphereMat);