mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
Update geometryDict
the names of some geometries were fixed
This commit is contained in:
@ -23,7 +23,7 @@ rotatingAxisMotionInfo
|
|||||||
}
|
}
|
||||||
surfaces
|
surfaces
|
||||||
{
|
{
|
||||||
enterGate
|
topGate
|
||||||
{
|
{
|
||||||
// type of wall
|
// type of wall
|
||||||
type planeWall;
|
type planeWall;
|
||||||
@ -38,7 +38,7 @@ surfaces
|
|||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
cylinderinlet
|
topCylinder
|
||||||
{
|
{
|
||||||
// type of the wall
|
// type of the wall
|
||||||
type cylinderWall;
|
type cylinderWall;
|
||||||
@ -98,7 +98,7 @@ surfaces
|
|||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
coneShelldown
|
coneShellbottom
|
||||||
{
|
{
|
||||||
// type of the wall
|
// type of the wall
|
||||||
type cylinderWall;
|
type cylinderWall;
|
||||||
@ -121,7 +121,7 @@ surfaces
|
|||||||
This is a plane wall at the exit of silo
|
This is a plane wall at the exit of silo
|
||||||
*/
|
*/
|
||||||
|
|
||||||
cylinderoutlet
|
bottomCylinder
|
||||||
{
|
{
|
||||||
// type of the wall
|
// type of the wall
|
||||||
type cylinderWall;
|
type cylinderWall;
|
||||||
@ -140,7 +140,7 @@ surfaces
|
|||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
exitGate
|
bottomGate
|
||||||
{
|
{
|
||||||
type planeWall;
|
type planeWall;
|
||||||
p1 (-0.05 -0.05 0);
|
p1 (-0.05 -0.05 0);
|
||||||
|
Reference in New Issue
Block a user