2024-12-28 09:39:06 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName particleInsertion;
|
|
|
|
objectType dicrionary;
|
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2025-02-27 17:23:20 +00:00
|
|
|
names (sphere); // names of shapes
|
2024-12-28 09:39:06 +00:00
|
|
|
|
2025-02-27 17:23:20 +00:00
|
|
|
diameters (0.005); // diameter of shapes
|
2024-12-28 09:39:06 +00:00
|
|
|
|
2025-02-27 17:23:20 +00:00
|
|
|
materials (sphereMat); // material names for shapes
|