From 013764669bddd242e226b7c167cc9f840f1eadcf Mon Sep 17 00:00:00 2001 From: Omid Khosravi Date: Sun, 26 Mar 2023 23:20:30 +0430 Subject: [PATCH 1/2] Update geometryDict axisOfRotation instead of rotAxis --- .../sphereGranFlow/toteblender/settings/geometryDict | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tutorials/sphereGranFlow/toteblender/settings/geometryDict b/tutorials/sphereGranFlow/toteblender/settings/geometryDict index bb045806..5ca048c8 100644 --- a/tutorials/sphereGranFlow/toteblender/settings/geometryDict +++ b/tutorials/sphereGranFlow/toteblender/settings/geometryDict @@ -51,7 +51,7 @@ surfaces // material name of this wall material prop1; // motion component name - motion rotAxis; + motion axisOfRotation; } coneShelltop @@ -71,7 +71,7 @@ surfaces // material name of this wall material prop1; // motion component name - motion rotAxis; + motion axisOfRotation; } cylinderShell @@ -91,7 +91,7 @@ surfaces // material name of this wall material prop1; // motion component name - motion rotAxis; + motion axisOfRotation; } coneShelldown @@ -111,7 +111,7 @@ surfaces // material name of this wall material prop1; // motion component name - motion rotAxis; + motion axisOfRotation; } /* This is a plane wall at the exit of silo @@ -134,7 +134,7 @@ surfaces // material name of this wall material prop1; // motion component name - motion rotAxis; + motion axisOfRotation; } exitGate { @@ -144,7 +144,7 @@ surfaces p3 ( 0.05 0.05 0); p4 (0.05 -0.05 0); material prop1; - motion rotAxis; + motion axisOfRotation; } } From e504606a05cf737d27c1e5da13987af7e88a44f7 Mon Sep 17 00:00:00 2001 From: Omid Khosravi Date: Sun, 26 Mar 2023 23:26:17 +0430 Subject: [PATCH 2/2] Update particlesDict Particles order changed from (z y x) to (x y z) --- tutorials/sphereGranFlow/toteblender/settings/particlesDict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/sphereGranFlow/toteblender/settings/particlesDict b/tutorials/sphereGranFlow/toteblender/settings/particlesDict index 49a26e76..4b2ef43e 100644 --- a/tutorials/sphereGranFlow/toteblender/settings/particlesDict +++ b/tutorials/sphereGranFlow/toteblender/settings/particlesDict @@ -54,6 +54,6 @@ positionParticles // number of particles in the simulation numPoints 20000; // axis order for filling the space with particles - axisOrder (z y x); + axisOrder (x y z); } }