phasicFlow/tutorials/sphereGranFlow/RotaryAirLockValve/settings/geometryDict

52 lines
1.7 KiB
Plaintext
Raw Normal View History

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