mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
13 lines
673 B
C++
Executable File
13 lines
673 B
C++
Executable File
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
| phasicFlow File |
|
|
| copyright: www.cemf.ir |
|
|
\* ------------------------------------------------------------------------- */
|
|
objectName shapes;
|
|
objectType dictionary;
|
|
fileFormat ASCII;
|
|
/*---------------------------------------------------------------------------*/
|
|
|
|
names (smallParticle largeParticle); // names of shapes
|
|
diameters (0.004 0.00401); // diameter of shapes
|
|
materials (glassMat glassMat); // material names for shapes
|