Introduction
Introduction Statistics Contact Development Disclaimer Help
tupdate cngf-pf options in stress experiment - hansen-zoet-exp - comparison of …
git clone git://src.adamsgaard.dk/hansen-zoet-exp
Log
Files
Refs
Submodules
LICENSE
---
commit d1cd7ffbd582431df316dcb057527e538a55459c
parent 7eac2a1acb5bcdb83692d8196a0e04484595bce6
Author: Anders Damsgaard <[email protected]>
Date: Tue, 19 Apr 2022 15:40:52 +0200
update cngf-pf options in stress experiment
Diffstat:
M fig-effective_stress/Makefile | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile
t@@ -7,17 +7,17 @@ strain_distribution_N51kPa.txt: $(BIN) Makefile
sh -c '\
for P in 51 101 202 303 404; do \
./$(BIN) \
- --grain-size 800e-6 \
- --friction-coefficient 0.661 \
- --cohesion 30e3 \
- --porosity 0.25 \
- --density 1600 \
- --set-shear-velocity 6.342e-6 \
- --origo 0.0 \
- --length 0.12 \
- --normal-stress $${P}e3 \
- --nonlocal-amplitude 0.48 \
- --rate-dependence 0.9377 \
+ -d 800e-6 \
+ -m 0.661 \
+ -c 30e3 \
+ -p 0.25 \
+ -r 1600 \
+ -s 6.342e-6 \
+ -o 0.0 \
+ -L 0.12 \
+ -n $${P}e3 \
+ -A 0.48 \
+ -b 0.9377 \
> strain_distribution_N$${P}kPa.txt; \
done'
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.