2024-12-24 14:44:19 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
2025-03-05 11:56:57 +00:00
|
|
|
objectName shapes;
|
|
|
|
objectType dictionary;
|
2024-12-24 14:44:19 +00:00
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2025-03-05 00:37:52 +00:00
|
|
|
names (glassBead); // names of shapes
|
2024-12-24 14:44:19 +00:00
|
|
|
|
2025-03-05 00:37:52 +00:00
|
|
|
diameters (0.003); // diameter of shapes
|
2024-12-24 14:44:19 +00:00
|
|
|
|
2025-03-05 00:37:52 +00:00
|
|
|
materials (glassMat); // material names for shapes
|