mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
Adding V-blender tutorial
This commit is contained in:
11
tutorials/sphereGranFlow/V-blender/caseSetup/sphereShape
Normal file
11
tutorials/sphereGranFlow/V-blender/caseSetup/sphereShape
Normal file
@ -0,0 +1,11 @@
|
||||
/* -------------------------------*- C++ -*--------------------------------- *\
|
||||
| phasicFlow File |
|
||||
| copyright: www.cemf.ir |
|
||||
\* ------------------------------------------------------------------------- */
|
||||
|
||||
objectName sphereDict;
|
||||
objectType sphereShape;
|
||||
|
||||
names (lightSphere heavySphere); // names of shapes
|
||||
diameters (0.01 0.0101); // diameter of shapes
|
||||
materials (lightMat heavyMat); // material names for shapes
|
Reference in New Issue
Block a user