phasicFlow/tutorials/sphereGranFlow/toteblender/settings/geometryDict

222 lines
3.9 KiB
Plaintext
Raw Normal View History

2023-03-26 15:27:44 +00:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName geometryDict;
objectType dictionary;
/* ------------------------------------------------------------------------- */
2023-03-31 15:21:24 +00:00
2023-03-26 15:27:44 +00:00
// motion model: rotating object around an axis
motionModel rotatingAxisMotion;
2023-03-31 15:21:24 +00:00
// information for rotatingAxisMotion motion model
rotatingAxisMotionInfo
{
axisOfRotation
{
p1 (-0.1 0.0 0.15); // first point for the axis of rotation
2023-03-31 15:21:24 +00:00
p2 ( 0.1 0.0 0.15); // second point for the axis of rotation
omega 1.5708; // rotation speed ==> 15 rad/s
2023-03-31 15:21:24 +00:00
// Start time of Geometry Rotating (s)
startTime 0.5;
// End time of Geometry Rotating (s)
endTime 9.5;
}
}
2023-03-31 15:21:24 +00:00
2023-03-26 15:27:44 +00:00
surfaces
{
2023-03-31 15:21:24 +00:00
topGate
2023-03-26 15:27:44 +00:00
{
2023-03-31 15:21:24 +00:00
// type of wall
type cylinderWall;
2023-03-31 15:21:24 +00:00
// begin point of cylinder axis
p1 (0.0 0.0 0.3);
// end point of cylinder axis
p2 (0.0 0.0 0.301);
// radius at p1
radius1 0.03;
2023-03-31 15:21:24 +00:00
// radius at p2
radius2 0.0001;
2023-03-31 15:21:24 +00:00
// material of wall
2023-03-28 13:41:30 +00:00
material solidProperty;
2023-03-31 15:21:24 +00:00
// motion component name
motion axisOfRotation;
2023-03-26 15:27:44 +00:00
}
topCylinder
2023-03-26 15:27:44 +00:00
{
2023-03-31 15:21:24 +00:00
// type of the wall
2023-03-26 15:27:44 +00:00
type cylinderWall;
2023-03-31 15:21:24 +00:00
// begin point of cylinder axis
2023-03-26 15:27:44 +00:00
p1 (0.0 0.0 0.28);
2023-03-31 15:21:24 +00:00
// end point of cylinder axis
2023-03-26 15:27:44 +00:00
p2 (0.0 0.0 0.3);
2023-03-31 15:21:24 +00:00
// radius at p1
2023-03-26 15:27:44 +00:00
radius1 0.03;
2023-03-31 15:21:24 +00:00
// radius at p2
2023-03-26 15:27:44 +00:00
radius2 0.03;
2023-03-31 15:21:24 +00:00
// number of divisions
2023-03-26 15:27:44 +00:00
resolution 36;
2023-03-31 15:21:24 +00:00
// material name of this wall
material solidProperty;
2023-03-31 15:21:24 +00:00
// motion component name
motion axisOfRotation;
2023-03-26 15:27:44 +00:00
}
coneShelltop
2023-03-31 15:21:24 +00:00
{
// type of the wall
2023-03-26 15:27:44 +00:00
type cylinderWall;
2023-03-31 15:21:24 +00:00
// begin point of cylinder axis
2023-03-26 15:27:44 +00:00
p1 (0.0 0.0 0.2);
2023-03-31 15:21:24 +00:00
// end point of cylinder axis
2023-03-26 15:27:44 +00:00
p2 (0.0 0.0 0.28);
2023-03-31 15:21:24 +00:00
// radius at p1
2023-03-26 15:27:44 +00:00
radius1 0.1;
2023-03-31 15:21:24 +00:00
// radius at p2
2023-03-26 15:27:44 +00:00
radius2 0.03;
2023-03-31 15:21:24 +00:00
// number of divisions
2023-03-26 15:27:44 +00:00
resolution 36;
2023-03-31 15:21:24 +00:00
// material name of this wall
material solidProperty;
2023-03-31 15:21:24 +00:00
// motion component name
motion axisOfRotation;
2023-03-26 15:27:44 +00:00
}
cylinderShell
{
2023-03-31 15:21:24 +00:00
// type of the wall
2023-03-26 15:27:44 +00:00
type cylinderWall;
2023-03-31 15:21:24 +00:00
// begin point of cylinder axis
2023-03-26 15:27:44 +00:00
p1 (0.0 0.0 0.1);
2023-03-31 15:21:24 +00:00
// end point of cylinder axis
2023-03-26 15:27:44 +00:00
p2 (0.0 0.0 0.2);
2023-03-31 15:21:24 +00:00
// radius at p1
2023-03-26 15:27:44 +00:00
radius1 0.1;
2023-03-31 15:21:24 +00:00
// radius at p2
2023-03-26 15:27:44 +00:00
radius2 0.1;
2023-03-31 15:21:24 +00:00
// number of divisions
2023-03-26 15:27:44 +00:00
resolution 36;
2023-03-31 15:21:24 +00:00
// material name of this wall
material solidProperty;
2023-03-31 15:21:24 +00:00
// motion component name
motion axisOfRotation;
2023-03-26 15:27:44 +00:00
}
coneShelldown
2023-03-26 15:27:44 +00:00
{
2023-03-31 15:21:24 +00:00
// type of the wall
2023-03-26 15:27:44 +00:00
type cylinderWall;
2023-03-31 15:21:24 +00:00
// begin point of cylinder axis
2023-03-26 15:27:44 +00:00
p1 (0.0 0.0 0.02);
2023-03-31 15:21:24 +00:00
// end point of cylinder axis
2023-03-26 15:27:44 +00:00
p2 (0.0 0.0 0.1);
2023-03-31 15:21:24 +00:00
// radius at p1
2023-03-26 15:27:44 +00:00
radius1 0.03;
2023-03-31 15:21:24 +00:00
// radius at p2
2023-03-26 15:27:44 +00:00
radius2 0.1;
2023-03-31 15:21:24 +00:00
// number of divisions
2023-03-26 15:27:44 +00:00
resolution 36;
2023-03-31 15:21:24 +00:00
// material name of this wall
material solidProperty;
2023-03-31 15:21:24 +00:00
// motion component name
motion axisOfRotation;
2023-03-26 15:27:44 +00:00
}
2023-03-31 15:21:24 +00:00
bottomCylinder
2023-03-26 15:27:44 +00:00
{
2023-03-31 15:21:24 +00:00
// type of the wall
2023-03-26 15:27:44 +00:00
type cylinderWall;
2023-03-31 15:21:24 +00:00
// begin point of cylinder axis
2023-03-26 15:27:44 +00:00
p1 (0.0 0.0 0.0);
2023-03-31 15:21:24 +00:00
// end point of cylinder axis
2023-03-26 15:27:44 +00:00
p2 (0.0 0.0 0.02);
2023-03-31 15:21:24 +00:00
// radius at p1
2023-03-26 15:27:44 +00:00
radius1 0.03;
2023-03-31 15:21:24 +00:00
// radius at p2
2023-03-26 15:27:44 +00:00
radius2 0.03;
2023-03-31 15:21:24 +00:00
// number of divisions
2023-03-26 15:27:44 +00:00
resolution 36;
2023-03-31 15:21:24 +00:00
// material name of this wall
material solidProperty;
2023-03-31 15:21:24 +00:00
// motion component name
motion axisOfRotation;
2023-03-26 15:27:44 +00:00
}
2023-03-31 15:21:24 +00:00
exitGate
2023-03-26 15:27:44 +00:00
{
2023-03-31 15:21:24 +00:00
// type of the wall
type cylinderWall;
// begin point of cylinder axis
p1 (0.0 0.0 -0.001);
// end point of cylinder axis
p2 (0.0 0.0 0.0);
// radius at p1
radius1 0.03;
// radius at p2
radius2 0.0001;
// number of divisions
resolution 36;
// material name of this wall
material solidProperty;
// motion component name
motion axisOfRotation;
2023-03-26 15:27:44 +00:00
}
}