From 14954b3ca6556326ffa36349c064a5248368890e Mon Sep 17 00:00:00 2001 From: Nima Joghataei Date: Sun, 20 Apr 2025 14:15:31 +0330 Subject: [PATCH] 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