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 e70b89bf9f5657d11aef8f7d4ecb530acf015c27
parent 467a73a0094bda225f678ee3703153a5b84e1803
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  4 Sep 2019 15:02:02 +0200

Update fig2 parameter choices

Diffstat:
Mfig2/Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fig2/Makefile b/fig2/Makefile @@ -7,8 +7,9 @@ strain_distribution_N10kPa.txt: $(BIN) Makefile /bin/sh -c '\ for P in 10 20 40 60 80 120; do \ ./$< \ - --stress-ratio 0.44 \ + --set-shear-velocity 1.0e-3 \ --origo 0.03 --length 0.64 --normal-stress $${P}e3 \ + --nonlocal-amplitude 0.48 \ --normalize > strain_distribution_N$${P}kPa.txt; \ done'