mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
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);
|