From 9580c4cdcd15d159c8123d0e5ebc74891d7b9921 Mon Sep 17 00:00:00 2001 From: Omid Khosravi Date: Tue, 28 Mar 2023 02:06:40 +0430 Subject: [PATCH] Update particlesDict change the insert region from box to cylinder --- .../sphereGranFlow/toteblender/settings/particlesDict | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tutorials/sphereGranFlow/toteblender/settings/particlesDict b/tutorials/sphereGranFlow/toteblender/settings/particlesDict index 4b2ef43e..f78dc644 100644 --- a/tutorials/sphereGranFlow/toteblender/settings/particlesDict +++ b/tutorials/sphereGranFlow/toteblender/settings/particlesDict @@ -39,12 +39,13 @@ positionParticles // perform initial sorting based on morton code? mortonSorting Yes; // box for positioning particles - box + cylinder { -// lower corner point of the box - min (-0.06 -0.06 0.08); -// upper corner point of the box - max (0.06 0.06 0.18); +// Coordinates of cylinderRegion (m,m,m)x + p1 (0.03 0.06 0.08); + p2 (0.03 0.06 0.18); +// radius of cylinder + radius 0.035; } positionOrderedInfo