mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
Fixed Codes of RDB
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user