commit e5818470f41341c58029efc15c951538899b9c72
parent e70b89bf9f5657d11aef8f7d4ecb530acf015c27
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 4 Sep 2019 15:15:08 +0200
Tweak material parameters for better fit
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/fig2/Makefile b/fig2/Makefile
@@ -7,8 +7,10 @@ strain_distribution_N10kPa.txt: $(BIN) Makefile
/bin/sh -c '\
for P in 10 20 40 60 80 120; do \
./$< \
+ --resolution 32 \
+ --friction-coefficient 0.5 \
--set-shear-velocity 1.0e-3 \
- --origo 0.03 --length 0.64 --normal-stress $${P}e3 \
+ --origo 0.05 --length 0.64 --normal-stress $${P}e3 \
--nonlocal-amplitude 0.48 \
--normalize > strain_distribution_N$${P}kPa.txt; \
done'