tincrease simulation time to 20 s - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 279f64a789f5e9b141e0723092013014d6579d21
(DIR) parent 706fc3fb24d845586bfa927a29c6a62de8cb80cf
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 9 Sep 2014 13:16:34 +0200
increase simulation time to 20 s
Diffstat:
M python/diffusivity-test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/diffusivity-test.py b/python/diffusivity-test.py
t@@ -62,7 +62,7 @@ for sigma0 in sigma0_list:
sim.setFluidTopFixedPressure()
sim.setDEMstepsPerCFDstep(10)
sim.setMaxIterations(2e5)
- sim.initTemporal(total = 5.0, file_dt = 0.01, epsilon=0.07)
+ sim.initTemporal(total = 20.0, file_dt = 0.01, epsilon=0.07)
sim.c_grad_p[0] = c_grad_p
sim.c_phi[0] = c_phi