From 75f679a2342cbd99fd7bee2ea07b71cd2ea3ef58 Mon Sep 17 00:00:00 2001 From: wanqing0421 Date: Tue, 4 Mar 2025 13:57:30 +0800 Subject: [PATCH] correction for particle insertion region --- .../rotatingDrumMedium/settings/particlesDict | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorials/sphereGranFlow/rotatingDrumMedium/settings/particlesDict b/tutorials/sphereGranFlow/rotatingDrumMedium/settings/particlesDict index b733f6e5..3544a8c7 100644 --- a/tutorials/sphereGranFlow/rotatingDrumMedium/settings/particlesDict +++ b/tutorials/sphereGranFlow/rotatingDrumMedium/settings/particlesDict @@ -27,7 +27,7 @@ setFields selectors { - shapeAssigne +/* shapeAssigne { selector stridedRange; // other options: box, cylinder, sphere, randomPoints @@ -44,7 +44,7 @@ setFields { shapeName word glassBead; // sets shapeName of the selected points to largeSphere } - } + }*/ } } @@ -69,9 +69,9 @@ positionParticles // positions particles cylinderInfo // cylinder information for positioning particles { - p1 (0.0 0.003 0.0); // begin point of cylinder axis + p1 (0.0 0.0 0.003); // begin point of cylinder axis - p2 (0.0 0.22 0.0); // end point of cylinder axis + p2 (0.0 0.0 0.357); // end point of cylinder axis radius 0.117; // radius of cylinder }