Files
phasicFlow/tutorials/sphereGranFlow/conveyorBelt/caseSetup/shapes

17 lines
697 B
Plaintext
Raw Normal View History

2024-12-24 15:37:19 +08:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
2025-04-25 14:17:09 +03:30
objectName sphereDict;
objectType sphereShape;
2024-12-24 15:37:19 +08:00
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-04-25 14:17:09 +03:30
names (lightSphere heavySphere); // names of shapes
2024-12-24 15:37:19 +08:00
2025-04-25 14:17:09 +03:30
diameters (0.007 0.007); // diameter of shapes
materials (lightMat heavyMat); // material names for shapes
2024-12-24 15:37:19 +08:00