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