tdecreased ndem to standard value (1) - 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 2e66425e9ea9274dcd27db2f15d50be2d4d0b53a
(DIR) parent 580ad222ace59e3e3b2b57def30adbc613ed8445
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 11 Jul 2014 12:36:54 +0200
decreased ndem to standard value (1)
Diffstat:
M python/diffusivity.py | 2 +-
M python/diffusivity1.py | 2 +-
M python/diffusivity2.py | 2 +-
M python/diffusivity3.py | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/python/diffusivity.py b/python/diffusivity.py
t@@ -74,7 +74,7 @@ sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True) # mu = water at 0 d
sim.setFluidBottomNoFlow()
sim.setFluidTopFixedPressure()
#sim.setDEMstepsPerCFDstep(100)
-sim.setDEMstepsPerCFDstep(10)
+#sim.setDEMstepsPerCFDstep(10)
sim.initTemporal(total = 5.0, file_dt = 0.01, epsilon=0.07)
sim.run(dry=True)
sim.run()
(DIR) diff --git a/python/diffusivity1.py b/python/diffusivity1.py
t@@ -32,7 +32,7 @@ for sigma0 in [10.0e3, 20.0e3]:
sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True)
sim.setFluidBottomNoFlow()
sim.setFluidTopFixedPressure()
- sim.setDEMstepsPerCFDstep(10)
+ #sim.setDEMstepsPerCFDstep(10)
sim.setMaxIterations(2e5)
sim.initTemporal(total = 5.0, file_dt = 0.01, epsilon=0.07)
sim.run(dry=True)
(DIR) diff --git a/python/diffusivity2.py b/python/diffusivity2.py
t@@ -32,7 +32,7 @@ for sigma0 in [40.0e3, 60.0e3]:
sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True)
sim.setFluidBottomNoFlow()
sim.setFluidTopFixedPressure()
- sim.setDEMstepsPerCFDstep(10)
+ #sim.setDEMstepsPerCFDstep(10)
sim.setMaxIterations(2e5)
sim.initTemporal(total = 5.0, file_dt = 0.01, epsilon=0.07)
sim.run(dry=True)
(DIR) diff --git a/python/diffusivity3.py b/python/diffusivity3.py
t@@ -32,7 +32,7 @@ for sigma0 in [80.0e3, 120.0e3]:
sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True)
sim.setFluidBottomNoFlow()
sim.setFluidTopFixedPressure()
- sim.setDEMstepsPerCFDstep(10)
+ #sim.setDEMstepsPerCFDstep(10)
sim.setMaxIterations(2e5)
sim.initTemporal(total = 5.0, file_dt = 0.01, epsilon=0.07)
sim.run(dry=True)