2023-07-04 10:35:26 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName geometryDict;
|
|
|
|
objectType dictionary;
|
2023-09-25 14:09:22 +00:00
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2024-12-28 10:16:09 +00:00
|
|
|
motionModel rotatingAxis; // motion model: rotating object around an axis
|
2023-07-04 10:35:26 +00:00
|
|
|
|
2024-12-28 10:16:09 +00:00
|
|
|
rotatingAxisInfo
|
|
|
|
{
|
|
|
|
rotAxis
|
|
|
|
{
|
|
|
|
p1 (1.09635 0.2010556 0.22313511); // first point for the axis of rotation
|
|
|
|
|
|
|
|
p2 (0.0957492 0.201556 0.22313511); // second point for the axis of rotation
|
|
|
|
|
|
|
|
omega 3; // rotation speed (rad/s)
|
|
|
|
|
|
|
|
startTime 5; // Start time of Geometry Rotating
|
|
|
|
|
|
|
|
endTime 30; // End time of Geometry Rotating
|
|
|
|
}
|
|
|
|
}
|
2023-07-04 10:35:26 +00:00
|
|
|
|
|
|
|
surfaces
|
|
|
|
{
|
|
|
|
helix
|
|
|
|
{
|
2024-12-28 10:16:09 +00:00
|
|
|
type stlWall; // type of the wall
|
|
|
|
|
|
|
|
file helix.stl; // file name in stl folder
|
|
|
|
|
|
|
|
material prop1; // material name of this wall
|
|
|
|
|
|
|
|
motion rotAxis; // motion component name
|
2023-07-04 10:35:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
shell
|
|
|
|
{
|
2024-12-28 10:16:09 +00:00
|
|
|
type stlWall; // type of the wall
|
2023-07-04 10:35:26 +00:00
|
|
|
|
2024-12-28 10:16:09 +00:00
|
|
|
file shell.stl; // file name in stl folder
|
2023-07-04 10:35:26 +00:00
|
|
|
|
2024-12-28 10:16:09 +00:00
|
|
|
material prop1; // material name of this wall
|
2023-07-04 10:35:26 +00:00
|
|
|
|
2024-12-28 10:16:09 +00:00
|
|
|
motion none; // motion component name
|
2023-07-04 10:35:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-12-28 10:16:09 +00:00
|
|
|
|
|
|
|
|