tUpdate fig2 parameter choices - cngf-pf-exp1 - experiments for first paper with continuum granular model
HTML git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit e70b89bf9f5657d11aef8f7d4ecb530acf015c27
DIR parent 467a73a0094bda225f678ee3703153a5b84e1803
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 4 Sep 2019 15:02:02 +0200
Update fig2 parameter choices
Diffstat:
M fig2/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/fig2/Makefile b/fig2/Makefile
t@@ -7,8 +7,9 @@ strain_distribution_N10kPa.txt: $(BIN) Makefile
/bin/sh -c '\
for P in 10 20 40 60 80 120; do \
./$< \
- --stress-ratio 0.44 \
+ --set-shear-velocity 1.0e-3 \
--origo 0.03 --length 0.64 --normal-stress $${P}e3 \
+ --nonlocal-amplitude 0.48 \
--normalize > strain_distribution_N$${P}kPa.txt; \
done'