Introduction
Introduction Statistics Contact Development Disclaimer Help
tupdate parameters in velocity experiment - hansen-zoet-exp - comparison of lab…
git clone git://src.adamsgaard.dk/hansen-zoet-exp
Log
Files
Refs
Submodules
LICENSE
---
commit 12b902bf1c7a5cc08a900287372a90eaf3f6ddf9
parent 1fb4eae0359650321724f34c09f04e30fddf27ba
Author: Anders Damsgaard <[email protected]>
Date: Tue, 19 Apr 2022 15:44:03 +0200
update parameters in velocity experiment
Diffstat:
M fig-velocity/Makefile | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/fig-velocity/Makefile b/fig-velocity/Makefile
t@@ -7,17 +7,17 @@ strain_distribution_vx3.17e-6ms.txt: $(BIN) Makefile
sh -c '\
for vx in 3.17e-6 9.51e-6 1.90e-5 2.85e-5 3.81e-5; do \
./$(BIN) \
- --grain-size 800e-6 \
- --friction-coefficient 0.661 \
- --cohesion 30e3 \
- --porosity 0.25 \
- --density 1600 \
- --set-shear-velocity $$vx \
- --origo 0.0 \
- --length 0.12 \
- --normal-stress 101e3 \
- --nonlocal-amplitude 0.48 \
- --rate-dependence 0.9377 \
+ -d 800e-6 \
+ -m 0.661 \
+ -c 30e3 \
+ -p 0.25 \
+ -r 1600 \
+ -s $$vx \
+ -o 0.0 \
+ -L 0.12 \
+ -n 22e3 \
+ -A 0.48 \
+ -b 0.9377 \
> strain_distribution_vx$${vx}ms.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.