commit 0905c8fcf51e962d4dcac3e911d7b708fd690510 parent f5b9f4a45fcfe23019eecade202cfd525088140d Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 19 Apr 2022 17:04:49 +0200 tweak parameters and visualization in stress experiment Diffstat:
M | fig-effective_stress/Makefile | | | 11 | ++++------- |
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile @@ -8,16 +8,13 @@ strain_distribution_N50kPa.txt: $(BIN) Makefile for P in 8 22 50; do \ ./$(BIN) \ -d 530.7e-6 \ - -m 0.661 \ + -m 0.625 \ -c 30e3 \ - -p 0.25 \ - -r 1600 \ - -s 6.342e-6 \ - -o 0.0 \ + -s 3.169e-6 \ -L 0.11 \ -n $${P}e3 \ - -A 0.28 \ - -b 0.9377 \ + -A 0.48 \ + -b 0.01 \ > strain_distribution_N$${P}kPa.txt; \ done'