tincrease damping - 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 92ea73312f1004063e84f628cce811977e1b228e
 (DIR) parent 664c0a08b861e03ddb55793ac5f24259f68ce95b
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 13 Aug 2014 11:09:10 +0200
       
       increase damping
       
       Diffstat:
         M python/shortening.py                |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/python/shortening.py b/python/shortening.py
       t@@ -165,8 +165,8 @@ sim.gamma_wt[0] = 0.0
        # Particle parameters
        sim.mu_s[0] = 0.5
        sim.mu_d[0] = 0.5
       -sim.gamma_n[0] = 100.0
       -sim.gamma_t[0] = 100.0
       +sim.gamma_n[0] = 1000.0
       +sim.gamma_t[0] = 1000.0
        
        # push down upper wall
        compressional_strain = 0.5