Files
phasicFlow/tutorials/sphereGranFlow/RotaryAirLockValve/settings/geometryDict

52 lines
1.8 KiB
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
2025-04-25 14:17:09 +03:30
objectName geometryDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-02-27 20:53:20 +03:30
motionModel rotatingAxis; // motion model: rotating object around an axis
2025-02-27 20:53:20 +03:30
rotatingAxisInfo // information for rotatingAxisMotion motion model
{
2025-04-25 14:17:09 +03:30
rotAxis
{
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
omega 2.1; // rotation speed (rad/s)
startTime 1.25; // Start time of Geometry Rotating (s)
endTime 7; // End time of Geometry Rotating (s)
}
}
surfaces
{
2025-04-25 14:17:09 +03:30
gear
{
type stlWall; // type of the wall
2025-04-25 14:17:09 +03:30
file gear.stl; // file name in stl folder
2025-04-25 14:17:09 +03:30
material wallMat; // material name of this wall
2025-04-25 14:17:09 +03:30
motion rotAxis; // motion component name
}
2024-12-28 13:09:06 +03:30
surfaces
2025-04-25 14:17:09 +03:30
{
type stlWall; // type of the wall
2025-04-25 14:17:09 +03:30
file surfaces.stl; // file name in stl folder
2025-04-25 14:17:09 +03:30
material wallMat; // material name of this wall
2025-04-25 14:17:09 +03:30
motion none; // motion component name
}
}