diff --git a/tutorials/sphereGranFlow/toteblender/settings/geometryDict b/tutorials/sphereGranFlow/toteblender/settings/geometryDict index da479bac..d5d1df99 100644 --- a/tutorials/sphereGranFlow/toteblender/settings/geometryDict +++ b/tutorials/sphereGranFlow/toteblender/settings/geometryDict @@ -23,21 +23,25 @@ rotatingAxisMotionInfo } surfaces { + topGate topGate { // type of wall - type planeWall; - // coords of wall - p1 (-0.05 -0.05 0.3); - p2 (-0.05 0.05 0.3); - p3 ( 0.05 0.05 0.3); - p4 (0.05 -0.05 0.3); + type cylinderWall; + // begin point of cylinder axis + p1 (0.0 0.0 0.299); + // end point of cylinder axis + p2 (0.0 0.0 0.3); + // radius at p1 + radius1 0.03; + // radius at p2 + radius2 0.0001; // material of wall material solidProperty; // motion component name motion axisOfRotation; } - + topCylinder { // type of the wall @@ -53,7 +57,7 @@ surfaces // number of divisions resolution 36; // material name of this wall - material solidProperty; + material prop1; // motion component name motion axisOfRotation; } @@ -73,7 +77,7 @@ surfaces // number of divisions resolution 36; // material name of this wall - material solidProperty; + material prop1; // motion component name motion axisOfRotation; } @@ -93,12 +97,12 @@ surfaces // number of divisions resolution 36; // material name of this wall - material solidProperty; + material prop1; // motion component name motion axisOfRotation; } - coneShellbottom + coneShelldown { // type of the wall type cylinderWall; @@ -113,7 +117,7 @@ surfaces // number of divisions resolution 36; // material name of this wall - material solidProperty; + material prop1; // motion component name motion axisOfRotation; } @@ -136,18 +140,18 @@ surfaces // number of divisions resolution 36; // material name of this wall - material solidProperty; + material prop1; // motion component name motion axisOfRotation; } - bottomGate + exitGate { type planeWall; p1 (-0.05 -0.05 0); p2 (-0.05 0.05 0); p3 ( 0.05 0.05 0); p4 (0.05 -0.05 0); - material solidProperty; + material prop1; motion axisOfRotation; }