19 lines
660 B
C++
19 lines
660 B
C++
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
| phasicFlow File |
|
|
| copyright: www.cemf.ir |
|
|
\* ------------------------------------------------------------------------- */
|
|
objectName particleInsertion;
|
|
objectType dicrionary;
|
|
fileFormat ASCII;
|
|
/*---------------------------------------------------------------------------*/
|
|
objectName sphereDict;
|
|
objectType sphereShape;
|
|
|
|
// names of shapes
|
|
names (sphere);
|
|
|
|
// diameter of shapes
|
|
diameters (0.005);
|
|
|
|
// material names for shapes
|
|
materials (sphereMat); |