From c8a28f82c9a25d23a97a44a633c6025173f057fc Mon Sep 17 00:00:00 2001 From: Ramin Khodabandeh Date: Tue, 28 May 2024 13:24:34 +0430 Subject: [PATCH] layeredSiloFilling updated --- .../sphereGranFlow/layeredSiloFilling/caseSetup/interaction | 2 ++ .../layeredSiloFilling/caseSetup/particleInsertion | 2 ++ .../sphereGranFlow/layeredSiloFilling/caseSetup/shapes | 2 ++ .../sphereGranFlow/layeredSiloFilling/settings/domainDict | 4 +++- .../sphereGranFlow/layeredSiloFilling/settings/geometryDict | 4 ++++ .../layeredSiloFilling/settings/particlesDict | 1 + .../sphereGranFlow/layeredSiloFilling/settings/settingsDict | 6 +++++- 7 files changed, 19 insertions(+), 2 deletions(-) diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction index 107400c1..d73e4195 100755 --- a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction +++ b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction @@ -66,3 +66,5 @@ model 0.1); } + + diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/particleInsertion b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/particleInsertion index c6387c8e..fd311c48 100755 --- a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/particleInsertion +++ b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/particleInsertion @@ -50,3 +50,5 @@ layer0 + + diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/shapes b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/shapes index f35ae33c..603c28cb 100755 --- a/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/shapes +++ b/tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/shapes @@ -11,3 +11,5 @@ names (lightSphere heavySphere); // names of shapes diameters (0.007 0.007); // diameter of shapes materials (lightMat heavyMat); // material names for shapes + + diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/settings/domainDict b/tutorials/sphereGranFlow/layeredSiloFilling/settings/domainDict index 1a8009f1..c9f52b8d 100755 --- a/tutorials/sphereGranFlow/layeredSiloFilling/settings/domainDict +++ b/tutorials/sphereGranFlow/layeredSiloFilling/settings/domainDict @@ -55,4 +55,6 @@ boundaries { type exit; // other options: periodict, reflective } -} \ No newline at end of file +} + + diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/settings/geometryDict b/tutorials/sphereGranFlow/layeredSiloFilling/settings/geometryDict index 3433f4f4..fcab5c6d 100755 --- a/tutorials/sphereGranFlow/layeredSiloFilling/settings/geometryDict +++ b/tutorials/sphereGranFlow/layeredSiloFilling/settings/geometryDict @@ -70,3 +70,7 @@ surfaces } + + + + diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict b/tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict index 98cdc79e..5145dddc 100755 --- a/tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict +++ b/tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict @@ -42,3 +42,4 @@ positionParticles // positions particle max ( 0.08 0.08 0.098); // upper corner point of the box } } + diff --git a/tutorials/sphereGranFlow/layeredSiloFilling/settings/settingsDict b/tutorials/sphereGranFlow/layeredSiloFilling/settings/settingsDict index 04b3b9b7..44823844 100755 --- a/tutorials/sphereGranFlow/layeredSiloFilling/settings/settingsDict +++ b/tutorials/sphereGranFlow/layeredSiloFilling/settings/settingsDict @@ -20,7 +20,8 @@ timePrecision 6; // maximum number of digits for time folder g (0 0 -9.8); // gravity vector (m/s2) -// save necessary (i.e., required) data on disk +// save data objects that are not automatically saved on disk. +// overrides the default behavior includeObjects (diameter); // exclude unnecessary data from saving on disk excludeObjects (rVelocity.dy1 pStructPosition.dy1 pStructVelocity.dy1); @@ -32,3 +33,6 @@ writeFormat ascii; // data writting format (ascii or binar timersReport Yes; // report timers timersReportInterval 0.01; // time interval for reporting timers + + +