tTweak material parameters for better fit - 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 e5818470f41341c58029efc15c951538899b9c72
DIR parent e70b89bf9f5657d11aef8f7d4ecb530acf015c27
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 4 Sep 2019 15:15:08 +0200
Tweak material parameters for better fit
Diffstat:
M fig2/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
DIR diff --git a/fig2/Makefile b/fig2/Makefile
t@@ -7,8 +7,10 @@ strain_distribution_N10kPa.txt: $(BIN) Makefile
/bin/sh -c '\
for P in 10 20 40 60 80 120; do \
./$< \
+ --resolution 32 \
+ --friction-coefficient 0.5 \
--set-shear-velocity 1.0e-3 \
- --origo 0.03 --length 0.64 --normal-stress $${P}e3 \
+ --origo 0.05 --length 0.64 --normal-stress $${P}e3 \
--nonlocal-amplitude 0.48 \
--normalize > strain_distribution_N$${P}kPa.txt; \
done'