From bd4e566dc23913c415b742b69e39a37893c559c4 Mon Sep 17 00:00:00 2001 From: ramin1728 Date: Fri, 14 Feb 2025 23:07:13 +0330 Subject: [PATCH] layeredSiloFilling --- .../layeredSiloFilling/caseSetup/interaction | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction index 7c2a70a6..2084cd48 100755 --- a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction +++ b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction @@ -16,11 +16,11 @@ contactSearch { method NBS; // method for broad search particle-particle - updateInterval 10; + updateInterval 10; sizeRatio 1.1; - cellExtent 0.55; + cellExtent 0.55; adjustableBox Yes; } @@ -46,25 +46,25 @@ model 0.8e6 0.8e6 0.8e6); - nu (0.25 0.25 0.25 // Poisson's ratio [-] - 0.25 0.25 - 0.25); + nu (0.25 0.25 0.25 // Poisson's ratio [-] + 0.25 0.25 + 0.25); - en (0.97 0.97 0.85 // coefficient of normal restitution - 0.97 0.85 - 1.00); + en (0.97 0.97 0.85 // coefficient of normal restitution + 0.97 0.85 + 1.00); - et (1.0 1.0 1.0 // coefficient of tangential restitution - 1.0 1.0 - 1.0); + et (1.0 1.0 1.0 // coefficient of tangential restitution + 1.0 1.0 + 1.0); - mu (0.65 0.65 0.35 // dynamic friction - 0.65 0.35 - 0.35); + mu (0.65 0.65 0.35 // dynamic friction + 0.65 0.35 + 0.35); - mur (0.1 0.1 0.1 // rolling friction - 0.1 0.1 - 0.1); + mur (0.1 0.1 0.1 // rolling friction + 0.1 0.1 + 0.1); }