Fixed Codes of RDB

This commit is contained in:
omid.khs
2023-02-07 18:59:13 +03:30
parent 4827570411
commit 1fb2c06de9
7 changed files with 3027 additions and 128 deletions

View File

@ -2,10 +2,12 @@
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName sphereDict;
objectType sphereShape;
names (lightSphere heavySphere); // names of shapes
diameters (0.003 0.005); // diameter of shapes
materials (lightMat heavyMat); // material names for shapes
/*---------------------------------------------------------------------------*/
// names of shapes
names (lightSphere heavySphere);
// diameter of shapes (m)
diameters (0.004 0.005);
// material names for shapes
materials (lightMat heavyMat);