19 lines
660 B
Plaintext
19 lines
660 B
Plaintext
|
/* -------------------------------*- 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);
|