tread from 5kPa simulation with identical c_grad_p value - 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 d4f6455761d117ba52c2f7393e0a40b76ba5e63a
(DIR) parent e13dc9cccd51291fc090663299f7ff647aa2d6a6
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 27 Aug 2014 12:48:04 +0200
read from 5kPa simulation with identical c_grad_p value
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@@ -12,7 +12,7 @@ c_phi = float(sys.argv[2])
c_grad_p = float(sys.argv[3])
sim = sphere.sim('cons-sigma0=' + str(5.0e3) + '-c_phi=' + \
- str(c_phi) + '-c_grad_p=' + str(1.0), fluid=True)
+ str(c_phi) + '-c_grad_p=' + str(c_grad_p), fluid=True)
sim.readlast()
sigma0 = 10.0e3