phasicFlow/tutorials/sphereGranFlow/conveyorBelt/caseSetup/shapes

17 lines
697 B
Plaintext
Raw Normal View History

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