tdeformationdepth.py: tweak parameters for consolidation experiment - 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 77a9e109fefaec56e7017ac309726b091d35dbf5
 (DIR) parent 491f154d1ad6079590583fd010250772d4e2990e
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 18 Apr 2022 13:03:34 +0200
       
       deformationdepth.py: tweak parameters for consolidation experiment
       
       Diffstat:
         M python/deformationdepth.py          |       4 +---
       
       1 file changed, 1 insertion(+), 3 deletions(-)
       ---
 (DIR) diff --git a/python/deformationdepth.py b/python/deformationdepth.py
       t@@ -33,7 +33,7 @@ init.generateRadii(mean = 0.02)
        init.defaultParams(gamma_n = 100.0, mu_s = 0.6, mu_d = 0.6)
        
        # GPU device (-1: auto select)
       -device = 0
       +device = -1
        
        # Add gravity
        init.g[2] = -9.81
       t@@ -90,14 +90,12 @@ for N in Nlist:
            # Set duration of simulation
            cons.initTemporal(total = 1.5)
        
       -    """
            cons.w_m[0] *= 0.001
            cons.mu_s[0] = 0.0
            cons.mu_d[0] = 0.0
            cons.gamma_wn[0] = 1e4
            cons.gamma_wt[0] = 1e4
            cons.contactmodel[0] = 1
       -    """
        
            if (consolidation == True):