URI:
       tfix effective stress magnitude in simulation ID - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
  HTML git clone git://src.adamsgaard.dk/sphere
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 8a009dca962d49ca4177473e766a4aa3dbef9343
   DIR parent df608ab3459b5dd65af09222dd6ed38aaa36971b
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Sat,  5 Mar 2016 18:22:43 +0100
       
       fix effective stress magnitude in simulation ID
       
       Diffstat:
         M python/channel.py                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/python/channel.py b/python/channel.py
       t@@ -121,7 +121,7 @@ if relaxation:
        
        # Consolidation under constant normal stress
        sim.readlast()
       -sim.id(id_prefix + '-' + str(int(N/100.)) + 'kPa')
       +sim.id(id_prefix + '-' + str(int(N/1000.)) + 'kPa')
        sim.cleanup()
        sim.initTemporal(current=0.0, total=10.0, file_dt=0.01, epsilon=0.07)