From b9d8aab1afaaa1fc4d6d3d78e4b19745b4930a2b Mon Sep 17 00:00:00 2001 From: Omid Khosravi Date: Tue, 28 Mar 2023 16:53:07 +0430 Subject: [PATCH] Update tote blender Changed the particle insert region from box to cylinder --- .../toteblender/settings/particlesDict | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tutorials/sphereGranFlow/toteblender/settings/particlesDict b/tutorials/sphereGranFlow/toteblender/settings/particlesDict index f78dc644..8cccaabf 100644 --- a/tutorials/sphereGranFlow/toteblender/settings/particlesDict +++ b/tutorials/sphereGranFlow/toteblender/settings/particlesDict @@ -38,23 +38,23 @@ positionParticles maxNumberOfParticles 40000; // perform initial sorting based on morton code? mortonSorting Yes; -// box for positioning particles - cylinder +// cylinder for positioning particles + cylinder { -// Coordinates of cylinderRegion (m,m,m)x - p1 (0.03 0.06 0.08); - p2 (0.03 0.06 0.18); +// Coordinates of top cylinderRegion (m,m,m) + p1 (0.05 0.0 0.12); + p2 (0.05 0.0 0.22); // radius of cylinder - radius 0.035; + radius 0.066; } positionOrderedInfo { // minimum space between centers of particles - diameter 0.004; + diameter 0.003; // number of particles in the simulation numPoints 20000; // axis order for filling the space with particles - axisOrder (x y z); + axisOrder (z y x); } }