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 fc1bdd171ec9b6541060a5e0c8209e506397a8e6
parent df16288abb150656c54b2cdb3acbb4f9e39af1f7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 12 Apr 2019 11:04:49 +0200

Refine vertical coordinate range for shear displacement comparison

Diffstat:
M1d_fd_simple_shear.png | 0
MMakefile | 10++++------
2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/1d_fd_simple_shear.png b/1d_fd_simple_shear.png Binary files differ. diff --git a/Makefile b/Makefile @@ -14,12 +14,10 @@ default: 1d_fd_simple_shear.png \ $(CC) $(LDFLAGS) $(OBJ) -o $@ 1d_fd_simple_shear.png: 1d_fd_simple_shear 1d_fd_simple_shear.gp - ./$< -P 10e3 -N > $<_P10kPa.txt - ./$< -P 20e3 -N > $<_P20kPa.txt - ./$< -P 40e3 -N > $<_P40kPa.txt - ./$< -P 60e3 -N > $<_P60kPa.txt - ./$< -P 80e3 -N > $<_P80kPa.txt - ./$< -P 120e3 -N > $<_P120kPa.txt + /bin/bash -c '\ + for P in 10 20 40 60 80 120; do \ + ./$< -o 0.03 -L 0.64 -P $${P}e3 -N > $<_P$${P}kPa.txt; \ + done' gnuplot $<.gp > $@ 1d_fd_simple_shear_rheology.png: 1d_fd_simple_shear 1d_fd_simple_shear_rheology.gp