phasicFlow/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/geometryDict

80 lines
2.0 KiB
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName geometryDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
// motion model: all surfaces are fixed
motionModel rotatingAxisMotion;
surfaces
{
2023-02-07 15:29:13 +00:00
body
{
2023-03-25 22:37:44 +00:00
// type of the wall
2023-02-07 15:29:13 +00:00
type stlWall;
2023-03-25 22:37:44 +00:00
// file name in stl folder
2023-02-07 15:29:13 +00:00
file Body.stl;
2023-03-25 22:37:44 +00:00
// material name of this wall
2023-02-07 15:29:13 +00:00
material wallMat;
2023-03-25 22:37:44 +00:00
// motion component name
2023-02-07 15:29:13 +00:00
motion rotAxis;
}
2023-02-07 15:29:13 +00:00
/* This is a Cylinder Wall at the rear of cylinder */
2023-02-20 09:00:34 +00:00
rearEnd
{
2023-03-25 22:37:44 +00:00
// type of the wall
2023-02-07 15:29:13 +00:00
type cylinderWall;
2023-03-25 22:37:44 +00:00
// first point for the axis of rotation
2023-02-07 15:29:13 +00:00
p1 (-0.1974 0.2269 -0.001);
2023-03-25 22:37:44 +00:00
// second point for the axis of rotation
2023-02-07 15:29:13 +00:00
p2 (-0.1974 0.2269 0.0);
2023-03-25 22:37:44 +00:00
// Radius of p1
2023-02-07 15:29:13 +00:00
radius1 0.0001;
2023-03-25 22:37:44 +00:00
// Radius of p2
2023-02-07 15:29:13 +00:00
radius2 0.12;
2023-03-25 22:37:44 +00:00
// material name of the wall
2023-02-07 15:29:13 +00:00
material wallMat;
2023-03-25 22:37:44 +00:00
// motion component name
2023-02-07 15:29:13 +00:00
motion rotAxis;
}
2023-02-07 15:29:13 +00:00
/* This a cylinder Wall at the front of Cylinder */
2023-02-20 09:00:34 +00:00
frontEnd
{
2023-03-25 22:37:44 +00:00
// type of the wall
2023-02-07 15:29:13 +00:00
type cylinderWall;
2023-03-25 22:37:44 +00:00
// first point for the axis of rotation
2023-02-07 15:29:13 +00:00
p1 (-0.1974 0.2269 0.0989);
2023-03-25 22:37:44 +00:00
// second point for the axis of rotation
2023-02-07 15:29:13 +00:00
p2 (-0.1974 0.2269 0.0990);
2023-03-25 22:37:44 +00:00
// Radius of p1
2023-02-07 15:29:13 +00:00
radius1 0.0001;
2023-03-25 22:37:44 +00:00
// Radius of p2
2023-02-07 15:29:13 +00:00
radius2 0.12;
2023-03-25 22:37:44 +00:00
// material name of the wall
2023-02-07 15:29:13 +00:00
material wallMat;
2023-03-25 22:37:44 +00:00
// motion component name
2023-02-07 15:29:13 +00:00
motion rotAxis;
}
}
2023-03-25 22:37:44 +00:00
// information for rotatingAxisMotion motion model
rotatingAxisMotionInfo
{
rotAxis
{
2023-03-25 22:37:44 +00:00
// first point for the axis of rotation
2023-02-07 15:29:13 +00:00
p1 (-0.1974 0.2269 0);
2023-03-25 22:37:44 +00:00
// second point for the axis of rotation
2023-02-07 15:29:13 +00:00
p2 (-0.1974 0.2269 0.1);
2023-03-25 22:37:44 +00:00
// rotation speed (rad/s) => 15 rpm
2023-02-07 15:29:13 +00:00
omega 2.38733;
2023-03-25 22:37:44 +00:00
// Start time of Geometry Rotating
startTime 2;
2023-03-25 22:37:44 +00:00
// End time of Geometry Rotating
endTime 9.5;
}
}