2023-04-30 14:12:35 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName geometryDict;
|
|
|
|
objectType dictionary;
|
2023-05-01 11:48:49 +00:00
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2024-12-28 09:39:06 +00:00
|
|
|
motionModel rotatingAxis; // motion model: rotating object around an axis
|
2023-04-30 14:12:35 +00:00
|
|
|
|
2024-12-28 09:39:06 +00:00
|
|
|
rotatingAxisInfo // information for rotatingAxisMotion motion model
|
2023-04-30 14:12:35 +00:00
|
|
|
{
|
|
|
|
rotAxis
|
|
|
|
{
|
2024-12-28 09:39:06 +00:00
|
|
|
p1 (0.561547 0.372714 0.000); // first point for the axis of rotation
|
|
|
|
|
|
|
|
p2 (0.561547 0.372714 0.010); // second point for the axis of rotation
|
2023-05-01 11:48:49 +00:00
|
|
|
|
2024-12-28 09:39:06 +00:00
|
|
|
omega 2.1; // rotation speed (rad/s)
|
2023-05-01 11:48:49 +00:00
|
|
|
|
2024-12-28 09:39:06 +00:00
|
|
|
startTime 1.25; // Start time of Geometry Rotating (s)
|
2023-05-01 11:48:49 +00:00
|
|
|
|
2024-12-28 09:39:06 +00:00
|
|
|
endTime 7; // End time of Geometry Rotating (s)
|
2023-04-30 14:12:35 +00:00
|
|
|
}
|
|
|
|
}
|
2023-05-01 11:48:49 +00:00
|
|
|
|
|
|
|
surfaces
|
|
|
|
{
|
|
|
|
gear
|
|
|
|
{
|
2024-12-28 09:39:06 +00:00
|
|
|
type stlWall; // type of the wall
|
2023-05-01 11:48:49 +00:00
|
|
|
|
2024-12-28 09:39:06 +00:00
|
|
|
file gear.stl; // file name in stl folder
|
2023-05-01 11:48:49 +00:00
|
|
|
|
2024-12-28 09:39:06 +00:00
|
|
|
material wallMat; // material name of this wall
|
2023-05-01 11:48:49 +00:00
|
|
|
|
2024-12-28 09:39:06 +00:00
|
|
|
motion rotAxis; // motion component name
|
2023-05-01 11:48:49 +00:00
|
|
|
}
|
2024-12-28 09:39:06 +00:00
|
|
|
|
|
|
|
surfaces
|
2023-05-01 11:48:49 +00:00
|
|
|
{
|
2024-12-28 09:39:06 +00:00
|
|
|
type stlWall; // type of the wall
|
2023-05-01 11:48:49 +00:00
|
|
|
|
2024-12-28 09:39:06 +00:00
|
|
|
file surfaces.stl; // file name in stl folder
|
2023-05-01 11:48:49 +00:00
|
|
|
|
2024-12-28 09:39:06 +00:00
|
|
|
material wallMat; // material name of this wall
|
2023-05-01 11:48:49 +00:00
|
|
|
|
2024-12-28 09:39:06 +00:00
|
|
|
motion none; // motion component name
|
|
|
|
}
|
2023-05-01 11:48:49 +00:00
|
|
|
}
|
|
|
|
|