15 lines
701 B
C++
15 lines
701 B
C++
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
| phasicFlow File |
|
|
| copyright: www.cemf.ir |
|
|
\* ------------------------------------------------------------------------- */
|
|
objectName sphereDict;
|
|
objectType sphereShape;
|
|
fileFormat ASCII;
|
|
/*---------------------------------------------------------------------------*/
|
|
|
|
names (smallSphere largeSphere); // names of particles
|
|
|
|
diameters (0.01 0.0101); // diameter of particles
|
|
|
|
materials (lightMat lightMat); // material names for particles
|