Files
phasicFlow/tutorials/sphereGranFlow/homogenizationSilo-PeriodicBoundary/settings/geometryDict

87 lines
2.5 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;
/*---------------------------------------------------------------------------*/
motionModel rotatingAxis;
rotatingAxisInfo
{
2025-04-25 14:17:09 +03:30
// for opening the gate of silo between time 4.1 and 5.1 s
gateMotion
{
p1 (-0.04 -0.04 -0.1);
p2 (-0.04 -0.04 0.0);
omega 3.14;
startTime 4.1;
endTime 5.1;
}
}
surfaces
{
2025-04-25 14:17:09 +03:30
cylinderShell
{
type cylinderWall; // other options: cuboidWall and planeWall
2025-04-25 14:17:09 +03:30
p1 (0.0 0.0 0.0); // begin point of cylinder axis
2025-04-25 14:17:09 +03:30
p2 (0.0 0.0 0.4); // end point of cylinder axis
2025-04-25 14:17:09 +03:30
radius1 0.1; // radius at p1
2025-04-25 14:17:09 +03:30
radius2 0.1; // radius at p2
2025-04-25 14:17:09 +03:30
resolution 36; // number of divisions
2025-04-25 14:17:09 +03:30
material wallMat; // material name of this wall
}
2025-04-25 14:17:09 +03:30
coneShell
{
type cylinderWall; // other options: cuboidWall and planeWall
2025-04-25 14:17:09 +03:30
p1 (0.0 0.0 -0.1); // begin point of cylinder axis
2025-04-25 14:17:09 +03:30
p2 (0.0 0.0 0.0); // end point of cylinder axis
2025-04-25 14:17:09 +03:30
radius1 0.04; // radius at p1
2025-04-25 14:17:09 +03:30
radius2 0.1; // radius at p2
2025-04-25 14:17:09 +03:30
resolution 36; // number of divisions
2025-04-25 14:17:09 +03:30
material wallMat; // material name of this wall
}
2025-04-25 14:17:09 +03:30
/*
This is a plane wall at the exit of silo
*/
exitGate
{
type planeWall; // other options: cuboidWall and cylinderWall
2025-04-25 14:17:09 +03:30
p1 (-0.04 -0.04 -0.1); // first point of the wall
2025-04-25 14:17:09 +03:30
p2 ( 0.04 -0.04 -0.1); // second point of the wall
2025-04-25 14:17:09 +03:30
p3 ( 0.04 0.04 -0.1); // third point of the wall
2025-04-25 14:17:09 +03:30
p4 (-0.04 0.04 -0.1); // fourth point of the wall
material wallMat; // material name of the wall
2025-04-25 14:17:09 +03:30
motion gateMotion;
}
}