hansen-zoet-exp

comparison of lab and model results of sediment advection
git clone git://src.adamsgaard.dk/hansen-zoet-exp # fast
git clone https://src.adamsgaard.dk/hansen-zoet-exp.git # slow
Log | Files | Refs | Submodules | LICENSE Back to index

commit d1cd7ffbd582431df316dcb057527e538a55459c
parent 7eac2a1acb5bcdb83692d8196a0e04484595bce6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 19 Apr 2022 15:40:52 +0200

update cngf-pf options in stress experiment

Diffstat:
Mfig-effective_stress/Makefile | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile @@ -7,17 +7,17 @@ strain_distribution_N51kPa.txt: $(BIN) Makefile sh -c '\ for P in 51 101 202 303 404; do \ ./$(BIN) \ - --grain-size 800e-6 \ - --friction-coefficient 0.661 \ - --cohesion 30e3 \ - --porosity 0.25 \ - --density 1600 \ - --set-shear-velocity 6.342e-6 \ - --origo 0.0 \ - --length 0.12 \ - --normal-stress $${P}e3 \ - --nonlocal-amplitude 0.48 \ - --rate-dependence 0.9377 \ + -d 800e-6 \ + -m 0.661 \ + -c 30e3 \ + -p 0.25 \ + -r 1600 \ + -s 6.342e-6 \ + -o 0.0 \ + -L 0.12 \ + -n $${P}e3 \ + -A 0.48 \ + -b 0.9377 \ > strain_distribution_N$${P}kPa.txt; \ done'