manus_continuum_granular1_exp

Experiments for first paper with continuum granular model
git clone git://src.adamsgaard.dk/.manus_continuum_granular1_exp
Log | Files | Refs | Submodules | README | LICENSE

commit 507ee2dc28100ab98302558e0912eef61e00ab69
parent 20564827609560fcbdf9bbb93a397889d881af91
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  8 Jul 2019 13:40:04 +0200

Set friction coefficient to 0.5 for figure 1

Diffstat:
Mfig1/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fig1/Makefile b/fig1/Makefile @@ -5,7 +5,7 @@ default: ../$(FIG).pdf # mimic Iverson 2010 fig 2a # shear-strain rate from 10^1 to 10^6 m/a -# friction around 0.55 +# friction around 0.5 sim.output00000.txt: $(BIN) Makefile /bin/sh -c '\ for b in $$(printf "0.01\n0.10\n"; seq 0.20 0.20 0.90) 0.94; do \ @@ -13,7 +13,7 @@ sim.output00000.txt: $(BIN) Makefile rm -f "$$out"; \ for t in $$(seq 0.0001 0.002 1.0); do \ printf "$$t\t" >> "$$out"; \ - ./$(BIN) -f 0.55 -P 100e3 -L 1.0 --stress-ratio $$t -b $$b sim | \ + ./$(BIN) -f 0.5 -P 100e3 -L 1.0 --stress-ratio $$t -b $$b sim | \ tail -n 1 | cut -f2 >> "$$out"; \ done; done'