tincrease total time to 10s - 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 1464c92fe0e7fffaf127a24b567a9fb224370ca4
(DIR) parent ae993c5f50daa01d742ab7681b7215da75581145
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 27 Aug 2014 10:18:06 +0200
increase total time to 10s
Diffstat:
M python/consolidation-curves.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/consolidation-curves.py b/python/consolidation-curves.py
t@@ -33,7 +33,7 @@ sim.setFluidBottomNoFlow()
sim.setFluidTopFixedPressure()
sim.setDEMstepsPerCFDstep(10)
sim.setMaxIterations(2e5)
-sim.initTemporal(total = 5.0, file_dt = 0.01, epsilon=0.07)
+sim.initTemporal(total = 10.0, file_dt = 0.01, epsilon=0.07)
sim.c_grad_p[0] = c_grad_p
sim.c_phi[0] = c_phi