From a99278447e98948d7beb6170103bb4203380f9da Mon Sep 17 00:00:00 2001 From: wanqing0421 <xuwenxuan_ustb@126.com> Date: Tue, 24 Dec 2024 22:52:18 +0800 Subject: [PATCH] update conveyor belt model tutorial --- tutorials/sphereGranFlow/conveyorBelt/settings/domainDict | 2 +- tutorials/sphereGranFlow/conveyorBelt/settings/geometryDict | 2 +- tutorials/sphereGranFlow/conveyorBelt/settings/settingsDict | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/sphereGranFlow/conveyorBelt/settings/domainDict b/tutorials/sphereGranFlow/conveyorBelt/settings/domainDict index ef8b80a9..159c33e5 100755 --- a/tutorials/sphereGranFlow/conveyorBelt/settings/domainDict +++ b/tutorials/sphereGranFlow/conveyorBelt/settings/domainDict @@ -10,7 +10,7 @@ globalBox // Simulation domain: every par { min (-0.11 -0.11 -0.41); - max ( 0.11 0.11 0.41); + max ( 0.33 0.11 0.41); } boundaries diff --git a/tutorials/sphereGranFlow/conveyorBelt/settings/geometryDict b/tutorials/sphereGranFlow/conveyorBelt/settings/geometryDict index a4c75819..96be1ebb 100755 --- a/tutorials/sphereGranFlow/conveyorBelt/settings/geometryDict +++ b/tutorials/sphereGranFlow/conveyorBelt/settings/geometryDict @@ -12,7 +12,7 @@ conveyorBeltInfo { conveyorBelt1 { - velocity (1 0 0); + velocity (0.5 0 0); } } diff --git a/tutorials/sphereGranFlow/conveyorBelt/settings/settingsDict b/tutorials/sphereGranFlow/conveyorBelt/settings/settingsDict index 532bba8d..c5b6650d 100755 --- a/tutorials/sphereGranFlow/conveyorBelt/settings/settingsDict +++ b/tutorials/sphereGranFlow/conveyorBelt/settings/settingsDict @@ -8,7 +8,7 @@ fileFormat ASCII; /*---------------------------------------------------------------------------*/ run layerdSiloFilling; -dt 0.00001; // time step for integration (s) +dt 0.00005; // time step for integration (s) startTime 0.0; // start time for simulation