From 3710b19614e88e8bf3b386d0e05c2cbef22bfd67 Mon Sep 17 00:00:00 2001 From: Nima Joghataei Date: Sun, 20 Apr 2025 14:09:04 +0330 Subject: [PATCH 1/3] minor correction --- .../V-blender/settings/particlesDict | 48 ++----------------- 1 file changed, 5 insertions(+), 43 deletions(-) diff --git a/tutorials/sphereGranFlow/V-blender/settings/particlesDict b/tutorials/sphereGranFlow/V-blender/settings/particlesDict index 87a433c5..8aeed0e5 100644 --- a/tutorials/sphereGranFlow/V-blender/settings/particlesDict +++ b/tutorials/sphereGranFlow/V-blender/settings/particlesDict @@ -28,52 +28,14 @@ setFields } selectors - { - shapeAssigne - { - selector stridedRange; // other options: box, cylinder, sphere, randomPoints - - stridedRangeInfo - { - begin 0; // begin index of points - - end 24000; // end index of points - - stride 3; // stride for selector - } - - fieldValue // fields that the selector is applied to - { - shapeName word sphere1; // sets shapeName of the selected points to largeSphere - } - } - } -} - + {} +} positionParticles // positions particles { - method ordered; // ordered positioning + method empty; // ordered positioning mortonSorting Yes; // perform initial sorting based on morton code? - orderedInfo - { - diameter 0.0101; // minimum space between centers of particles - - numPoints 25000; // number of particles in the simulation - - axisOrder (x y z); // axis order for filling the space with particles - } - - regionType cylinder; // other options: cylinder and sphere - - cylinderInfo // cylinder for positioning particles - { - p1 (0.0 0.0 0.09); // Coordinates of bottom cylinderRegion (m,m,m) - - p2 (0.0 0.0 0.21); // Coordinates of top cylinderRegion (m,m,m) - - radius 0.09; // radius of cylinder - } -} \ No newline at end of file + maxNumberOfParticles 25000; +} From 14954b3ca6556326ffa36349c064a5248368890e Mon Sep 17 00:00:00 2001 From: Nima Joghataei Date: Sun, 20 Apr 2025 14:15:31 +0330 Subject: [PATCH 2/3] minor correction --- .../sphereGranFlow/V-blender/settings/domainDict | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tutorials/sphereGranFlow/V-blender/settings/domainDict b/tutorials/sphereGranFlow/V-blender/settings/domainDict index 8595d381..3537550a 100755 --- a/tutorials/sphereGranFlow/V-blender/settings/domainDict +++ b/tutorials/sphereGranFlow/V-blender/settings/domainDict @@ -13,25 +13,9 @@ globalBox // Simulation domain: every par max (0.86 0.6 0.6); // upper corner point of the box } -decomposition -{ - direction z; -} - boundaries { - - neighborListUpdateInterval 50; /* Determines how often (how many iterations) do you want to - - rebuild the list of particles in the neighbor list - - of all boundaries in the simulation domain */ - - updateInterval 10; // Determines how often do you want to update the new changes in the boundary - - neighborLength 0.004; // The distance from the boundary plane within which particles are marked to be in the boundary list - left { type exit; // other options: periodic, reflective From 1100556d7298336ed19240596136f03f85f37812 Mon Sep 17 00:00:00 2001 From: Nima Joghataei Date: Sun, 20 Apr 2025 18:49:36 +0330 Subject: [PATCH 3/3] minor correction --- tutorials/sphereGranFlow/V-blender/settings/geometryDict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/sphereGranFlow/V-blender/settings/geometryDict b/tutorials/sphereGranFlow/V-blender/settings/geometryDict index a1f42d1a..945072f8 100644 --- a/tutorials/sphereGranFlow/V-blender/settings/geometryDict +++ b/tutorials/sphereGranFlow/V-blender/settings/geometryDict @@ -34,7 +34,7 @@ surfaces material wallMat; // material name of this wall - motion otAxis; // motion component name + motion rotAxis; // motion component name } }