| Date: Tue, 19 Apr 2022 17:04:49 +0200
ttweak parameters and visualization in stress experiment
Diffstat:
M fig-effective_stress/Makefile | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
--- |
| t@@ -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'
|