From 861a7a7b5d959c12d02abe5c7731ae37b36b882e Mon Sep 17 00:00:00 2001 From: Omid Khosravi Date: Thu, 30 Mar 2023 22:11:30 +0430 Subject: [PATCH] Update geometryDict Top gate was replaced from wall to cylinder. **There is an error for bottom Gate that i couldn't solve it.** --- .../toteblender/settings/geometryDict | 34 +++++++++++-------- 1 file changed, 19 insertions(+), 15 deletions(-) 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; }