1d_fd_simple_shear

Continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear
Log | Files | Refs | README | LICENSE

commit f1f2615b68b94d2310158f2a6316254072779f2d
parent 5aca72fd4967063ab5f250ec7f6b24f053737135
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  9 Jul 2019 15:50:48 +0200

Increase default applied shear friction

Diffstat:
Mparameter_defaults.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parameter_defaults.h b/parameter_defaults.h @@ -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;