tUpdate 1d_fd_simple_shear and strain distribution comparison - cngf-pf-exp1 - experiments for first paper with continuum granular model
(HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 5d3d0d812019d1beb4882c0b48fddec70d1b0c23
(DIR) parent c7e855268ac3fd24e7df54c803cd9ba9d728c3f9
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 9 Jul 2019 16:15:39 +0200
Update 1d_fd_simple_shear and strain distribution comparison
Diffstat:
M fig2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/fig2/Makefile b/fig2/Makefile
t@@ -7,7 +7,7 @@ strain_distribution_N10kPa.txt: $(BIN) Makefile
/bin/sh -c '\
for P in 10 20 40 60 80 120; do \
./$< \
- --stress-ratio 0.41 \
+ --stress-ratio 0.44 \
--origo 0.03 --length 0.64 --normal-stress $${P}e3 \
--normalize > strain_distribution_N$${P}kPa.txt; \
done'