manus_continuum_granular1_exp

Experiments for first paper with continuum granular model
git clone git://src.adamsgaard.dk/.manus_continuum_granular1_exp
Log | Files | Refs | Submodules | README | LICENSE

commit 3a7007867a1f669b4729b07ad7507e8becc9e5c7
parent 3dba415381b2bd705543376964ff1a450d5eb5a6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  9 Jul 2019 16:02:58 +0200

Tweak applied stress in strain distribution comparison

Diffstat:
Mfig2/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fig2/Makefile b/fig2/Makefile @@ -3,11 +3,11 @@ FIG = $(shell basename $(CURDIR)) default: ../$(FIG).pdf -strain_distribution_N10kPa.txt: $(BIN) +strain_distribution_N10kPa.txt: $(BIN) Makefile /bin/sh -c '\ for P in 10 20 40 60 80 120; do \ ./$< \ - --friction-coefficient 0.404 \ + --stress-ratio 0.41 \ --origo 0.03 --length 0.64 --normal-stress $${P}e3 \ --normalize > strain_distribution_N$${P}kPa.txt; \ done'