tIncrease friction coefficient in Kamb comparison - 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 78a6e567a38a425ae78900fe60689e2d6103488a
DIR parent 426077b91107ec1f7c67880a0fc3812045adeaab
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 11 Apr 2019 17:19:19 +0200
Increase friction coefficient in Kamb comparison
Diffstat:
M 1d_fd_simple_shear_rheology_kamb.p… | 0
M Makefile | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/1d_fd_simple_shear_rheology_kamb.png b/1d_fd_simple_shear_rheology_kamb.png
Binary files differ.
DIR diff --git a/Makefile b/Makefile
t@@ -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 > $@