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