URI:
       tIncrease default applied shear friction - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
  HTML git clone git://src.adamsgaard.dk/cngf-pf
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit f1f2615b68b94d2310158f2a6316254072779f2d
   DIR parent 5aca72fd4967063ab5f250ec7f6b24f053737135
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue,  9 Jul 2019 15:50:48 +0200
       
       Increase default applied shear friction
       
       Diffstat:
         M parameter_defaults.h                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/parameter_defaults.h b/parameter_defaults.h
       t@@ -18,7 +18,7 @@ struct simulation init_sim(void)
            sim.G = 9.81;
        
            sim.P_wall = 120e3; /* larger normal stress deepens the shear depth */
       -    sim.mu_wall = 0.40;
       +    sim.mu_wall = 0.45;
            sim.v_x_bot = 0.0;
        
            sim.nz = 100;