1d_fd_simple_shear_transient

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

commit 78a6e567a38a425ae78900fe60689e2d6103488a
parent 426077b91107ec1f7c67880a0fc3812045adeaab
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 11 Apr 2019 17:19:19 +0200

Increase friction coefficient in Kamb comparison

Diffstat:
M1d_fd_simple_shear_rheology_kamb.png | 0
MMakefile | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/1d_fd_simple_shear_rheology_kamb.png b/1d_fd_simple_shear_rheology_kamb.png Binary files differ. diff --git a/Makefile b/Makefile @@ -41,7 +41,7 @@ default: 1d_fd_simple_shear.png \ rm -f "$$out"; \ for t in $$(seq 0.01 0.01 2.0); do \ printf "$$t\t" >> "$$out"; \ - ./$< -f 1.0 -P 1.7e3 --stress-ratio $$t -b $$b | \ + ./$< -f 1.1 -P 1.7e3 --stress-ratio $$t -b $$b | \ tail -n 1 | cut -f2 >> "$$out"; \ done; done' gnuplot $<_rheology_kamb.gp > $@