tset default value of frictional coefficients to 0.5 - 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 d6d65f3589dcf06b7f076c54b69f06c52209779b
 (DIR) parent bbfdff16a7290aa16d5d2e8836555b5430f0e503
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 16 Sep 2014 09:27:18 +0200
       
       set default value of frictional coefficients to 0.5
       
       Diffstat:
         M python/sphere.py                    |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/python/sphere.py b/python/sphere.py
       t@@ -2729,8 +2729,8 @@ class sim:
                self.bc_top[0] = 0
        
            def defaultParams(self,
       -            mu_s = 0.4,
       -            mu_d = 0.4,
       +            mu_s = 0.5,
       +            mu_d = 0.5,
                    mu_r = 0.0,
                    rho = 2600,
                    k_n = 1.16e9,