tuse consolidation experiments with c=1.0 as input files - 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 4b8733a2b61f1a2534bd251e62457236ad7a0f76
 (DIR) parent e2e656773fc12f50a3883d86ea4b4f382f3dea34
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 21 Aug 2014 13:08:52 +0200
       
       use consolidation experiments with c=1.0 as input files
       
       Diffstat:
         M python/shear-starter.py             |       6 ++++--
       
       1 file changed, 4 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/python/shear-starter.py b/python/shear-starter.py
       t@@ -11,8 +11,10 @@ c_phi = float(sys.argv[2])
        c_grad_p = float(sys.argv[3])
        sigma0 = float(sys.argv[4])
        
       -sim = sphere.sim('diffusivity-sigma0=' + str(sigma0) + '-c_phi=' + \
       -        str(c_phi) + '-c_grad_p=' + str(c_grad_p), fluid=True)
       +#sim = sphere.sim('diffusivity-sigma0=' + str(sigma0) + '-c_phi=' + \
       +#        str(c_phi) + '-c_grad_p=' + str(c_grad_p), fluid=True)
       +sim = sphere.sim('diffusivity-sigma0=' + str(sigma0) +'-c_phi=1.0-c_grad_p=1.0',
       +        fluid=True)
        sim.readlast()
        
        sim.sid = 'shear-sigma0=' + str(sigma0) + '-c_phi=' + str(c_phi) + \