2023-02-07 07:01:26 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName geometryDict;
|
|
|
|
objectType dictionary;
|
2023-04-12 06:09:49 +00:00
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2024-12-28 10:01:17 +00:00
|
|
|
motionModel rotatingAxis;
|
2023-02-07 07:01:26 +00:00
|
|
|
|
2024-12-28 10:01:17 +00:00
|
|
|
rotatingAxisInfo
|
|
|
|
{
|
2025-03-05 16:36:25 +00:00
|
|
|
rotAxis
|
2024-12-28 10:01:17 +00:00
|
|
|
{
|
2025-03-04 18:42:54 +00:00
|
|
|
p1 (-0.1974 0.2269 0); // first point for the axis of rotation
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
p2 (-0.1974 0.2269 0.1); // second point for the axis of rotation
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
omega 2.38733; // rotation speed (rad/s) => 15 rpm
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
startTime 2; // Start time of Geometry Rotating
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
endTime 9.5; // End time of Geometry Rotating
|
2024-12-28 10:01:17 +00:00
|
|
|
}
|
|
|
|
}
|
2023-02-07 07:01:26 +00:00
|
|
|
|
|
|
|
surfaces
|
|
|
|
{
|
2023-02-07 15:29:13 +00:00
|
|
|
body
|
2023-02-07 07:01:26 +00:00
|
|
|
{
|
2025-03-04 18:42:54 +00:00
|
|
|
type stlWall; // type of the wall
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
file Body.stl; // file name in stl folder
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
material wallMat; // material name of this wall
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
motion rotAxis; // motion component name
|
2023-02-07 07:01:26 +00:00
|
|
|
}
|
2024-12-28 10:01:17 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
This is a Cylinder Wall at the rear of cylinder
|
|
|
|
*/
|
|
|
|
|
2023-02-20 09:00:34 +00:00
|
|
|
rearEnd
|
2023-02-07 07:01:26 +00:00
|
|
|
{
|
2025-03-04 18:42:54 +00:00
|
|
|
type cylinderWall; // type of the wall
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
p1 (-0.1974 0.2269 -0.001); // first point for the axis of rotation
|
|
|
|
|
|
|
|
p2 (-0.1974 0.2269 0.0); // second point for the axis of rotation
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
radius1 0.0001; // Radius of p1
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
radius2 0.12; // Radius of p2
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
material wallMat; // material name of the wall
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
motion rotAxis; // motion component name
|
2023-02-07 07:01:26 +00:00
|
|
|
}
|
2024-12-28 10:01:17 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
This a cylinder Wall at the front of Cylinder
|
|
|
|
*/
|
|
|
|
|
2023-02-20 09:00:34 +00:00
|
|
|
frontEnd
|
2023-02-07 07:01:26 +00:00
|
|
|
{
|
2025-03-04 18:42:54 +00:00
|
|
|
type cylinderWall; // type of the wall
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
p1 (-0.1974 0.2269 0.0989); // first point for the axis of rotation
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
p2 (-0.1974 0.2269 0.0990); // second point for the axis of rotation
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
radius1 0.0001; // Radius of p1
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
radius2 0.12; // Radius of p2
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
material wallMat; // material name of the wall
|
2024-12-28 10:01:17 +00:00
|
|
|
|
2025-03-04 18:42:54 +00:00
|
|
|
motion rotAxis; // motion component name
|
2023-02-07 07:01:26 +00:00
|
|
|
}
|
|
|
|
}
|