tincreased frictional coefficients - 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 4a8d4bb7653f5fbfa58af9e35d7eeba6b5238ec0
 (DIR) parent af2137150fbb108f7986a195f4f198397339e4c5
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue,  2 Sep 2014 09:07:47 +0200
       
       increased frictional coefficients
       
       Diffstat:
         M doc/pdf/sphere.pdf                  |       0 
         M python/shear-c_grad_p=0.1.sh        |       2 +-
         M python/shear-c_grad_p=1.0.sh        |       2 +-
         M python/shear-starter.py             |       4 +++-
       
       4 files changed, 5 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/doc/pdf/sphere.pdf b/doc/pdf/sphere.pdf
       Binary files differ.
 (DIR) diff --git a/python/shear-c_grad_p=0.1.sh b/python/shear-c_grad_p=0.1.sh
       t@@ -1,5 +1,5 @@
        #!/bin/sh
       -#PBS -N shear-c_grad_p=0.1
       +#PBS -N shear-c_grad_p=0.1-hi_mu
        #PBS -l nodes=1:ppn=3
        #PBS -l walltime=19200:00:00
        #PBS -q qfermi
 (DIR) diff --git a/python/shear-c_grad_p=1.0.sh b/python/shear-c_grad_p=1.0.sh
       t@@ -1,5 +1,5 @@
        #!/bin/sh
       -#PBS -N shear-c_grad_p=1.0
       +#PBS -N shear-c_grad_p=1.0-hi_mu
        #PBS -l nodes=1:ppn=3
        #PBS -l walltime=19200:00:00
        #PBS -q qfermi
 (DIR) diff --git a/python/shear-starter.py b/python/shear-starter.py
       t@@ -27,7 +27,7 @@ sim.readlast()
        
        if fluid:
            sim.sid = 'shear-sigma0=' + str(sigma0) + '-c_phi=' + str(c_phi) + \
       -            '-c_grad_p=' + str(c_grad_p)
       +            '-c_grad_p=' + str(c_grad_p) + '-hi_mu'
        else:
            sim.sid = 'shear-sigma0=' + str(sigma0)
        
       t@@ -51,6 +51,8 @@ sim.initTemporal(total = 20.0, file_dt = 0.01, epsilon=0.07)
        sim.c_phi[0] = c_phi
        sim.c_grad_p[0] = c_grad_p
        sim.w_devs[0] = sigma0
       +sim.mu_s[0] = 0.5
       +sim.mu_d[0] = 0.5
        
        # Fix lowermost particles
        dz = sim.L[2]/sim.num[2]