commit f5b9f4a45fcfe23019eecade202cfd525088140d
parent 5b62ce8d4bfa316dda5b4ca885f0a690c56bfa60
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 19 Apr 2022 16:07:01 +0200
update grain size to match lab material
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile
@@ -7,7 +7,7 @@ strain_distribution_N50kPa.txt: $(BIN) Makefile
sh -c '\
for P in 8 22 50; do \
./$(BIN) \
- -d 800e-6 \
+ -d 530.7e-6 \
-m 0.661 \
-c 30e3 \
-p 0.25 \
@@ -16,7 +16,7 @@ strain_distribution_N50kPa.txt: $(BIN) Makefile
-o 0.0 \
-L 0.11 \
-n $${P}e3 \
- -A 0.48 \
+ -A 0.28 \
-b 0.9377 \
> strain_distribution_N$${P}kPa.txt; \
done'