tTweak applied friction in strain-distribution comparative example - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
(HTM) git clone git://src.adamsgaard.dk/cngf-pf
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c9eed26502eaf12aadf89aceb211093b76db3097
(DIR) parent f1f2615b68b94d2310158f2a6316254072779f2d
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 9 Jul 2019 15:59:50 +0200
Tweak applied friction in strain-distribution comparative example
Diffstat:
M examples/1d_fd_simple_shear.png | 0
M examples/Makefile | 3 ++-
M examples/diurnal.gif | 0
3 files changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/examples/1d_fd_simple_shear.png b/examples/1d_fd_simple_shear.png
Binary files differ.
(DIR) diff --git a/examples/Makefile b/examples/Makefile
t@@ -41,7 +41,8 @@ diurnal.gif: diurnal.mp4
1d_fd_simple_shear.png: $(BIN) 1d_fd_simple_shear.gp
/bin/sh -c '\
for P in 10 20 40 60 80 120; do \
- ./$< -o 0.03 -L 0.64 -P $${P}e3 -N > 1d_fd_simple_shear_P$${P}kPa.txt; \
+ ./$< -f 0.41 -o 0.03 -L 0.64 -P $${P}e3 -N \
+ > 1d_fd_simple_shear_P$${P}kPa.txt; \
done'
gnuplot 1d_fd_simple_shear.gp > $@
(DIR) diff --git a/examples/diurnal.gif b/examples/diurnal.gif
Binary files differ.