mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
updated V1.0 RotaryAirLock
This commit is contained in:
@ -6,30 +6,21 @@ objectName geometryDict;
|
||||
objectType dictionary;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
motionModel rotatingAxis; // motion model: rotating object around an axis
|
||||
|
||||
// motion model: rotating object around an axis
|
||||
motionModel rotatingAxisMotion;
|
||||
|
||||
// information for rotatingAxisMotion motion model
|
||||
rotatingAxisMotionInfo
|
||||
rotatingAxisInfo // information for rotatingAxisMotion motion model
|
||||
{
|
||||
rotAxis
|
||||
{
|
||||
|
||||
// first point for the axis of rotation
|
||||
p1 (0.561547 0.372714 0.000);
|
||||
|
||||
// second point for the axis of rotation
|
||||
p2 (0.561547 0.372714 0.010);
|
||||
|
||||
// rotation speed (rad/s)
|
||||
omega 2.1;
|
||||
|
||||
// Start time of Geometry Rotating (s)
|
||||
startTime 1.25;
|
||||
p1 (0.561547 0.372714 0.000); // first point for the axis of rotation
|
||||
|
||||
// End time of Geometry Rotating (s)
|
||||
endTime 7;
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
||||
@ -37,30 +28,24 @@ surfaces
|
||||
{
|
||||
gear
|
||||
{
|
||||
// type of the wall
|
||||
type stlWall;
|
||||
type stlWall; // type of the wall
|
||||
|
||||
// file name in stl folder
|
||||
file gear.stl;
|
||||
file gear.stl; // file name in stl folder
|
||||
|
||||
// material name of this wall
|
||||
material wallMat;
|
||||
material wallMat; // material name of this wall
|
||||
|
||||
// motion component name
|
||||
motion rotAxis;
|
||||
motion rotAxis; // motion component name
|
||||
}
|
||||
surfaces
|
||||
|
||||
surfaces
|
||||
{
|
||||
// type of the wall
|
||||
type stlWall;
|
||||
type stlWall; // type of the wall
|
||||
|
||||
// file name in stl folder
|
||||
file surfaces.stl;
|
||||
file surfaces.stl; // file name in stl folder
|
||||
|
||||
// material name of this wall
|
||||
material wallMat;
|
||||
material wallMat; // material name of this wall
|
||||
|
||||
// motion component name
|
||||
motion none;
|
||||
motion none; // motion component name
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user