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 ea95c9535686a1c48d869016605dac80a5725e60
parent dd6a568432750ef708394b385496f30633f4230e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 19 Nov 2019 13:46:10 +0100

Update parameter choices for strain_distribution

Diffstat:
Mfig-strain_distribution/Makefile | 4++--
Mfig-strain_distribution/fig.gp | 12++++++------
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/fig-strain_distribution/Makefile b/fig-strain_distribution/Makefile @@ -12,8 +12,8 @@ strain_distribution_N10kPa.txt: $(BIN) Makefile --origo 0.05 --length 0.64 --normal-stress $${P}e3 \ --porosity 0.275 \ --grain-size 0.04 \ - -A 0.2 \ - -b 0.2 \ + -A 0.5 \ + -b 0.022 \ --normalize > strain_distribution_N$${P}kPa.txt; \ done' diff --git a/fig-strain_distribution/fig.gp b/fig-strain_distribution/fig.gp @@ -22,12 +22,12 @@ set key bottom right font ",10" #samplen 0.9 plot "strain_distribution_N10kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#ee2430" title "{/Symbol s}_n' 10 kPa", \ "damsgaard2013-sheardisp/sheardisp10-binned.dat" w p lw 2 lc "#ee2430" title "DEM, {/Symbol s}_n' 10 kPa", \ + "strain_distribution_N20kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#53bf3a" title "{/Symbol s}_n' 20 kPa", \ + "damsgaard2013-sheardisp/sheardisp20-binned.dat" w p lw 2 lc "#53bf3a" title "DEM, {/Symbol s}_n' 20 kPa", \ "strain_distribution_N40kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#2f54ad" title "{/Symbol s}_n' 40 kPa", \ "damsgaard2013-sheardisp/sheardisp40-binned.dat" w p lw 2 lc "#2f54ad" title "DEM, {/Symbol s}_n' 40 kPa", \ - "strain_distribution_N120kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#231f20" title "{/Symbol s}_n' 120 kPa", \ - "damsgaard2013-sheardisp/sheardisp120-binned.dat" w p lw 2 lc "#231f20" title "DEM, {/Symbol s}_n' 120 kPa" + "strain_distribution_N80kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#6ccfd9" title "{/Symbol s}_n' 80 kPa", \ + "damsgaard2013-sheardisp/sheardisp80-binned.dat" w p lw 2 lc "#6ccfd9" title "DEM, {/Symbol s}_n' 80 kPa", \ + #"strain_distribution_N120kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#231f20" title "{/Symbol s}_n' 120 kPa", \ + #"damsgaard2013-sheardisp/sheardisp120-binned.dat" w p lw 2 lc "#231f20" title "DEM, {/Symbol s}_n' 120 kPa" - #"strain_distribution_N80kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#6ccfd9" title "{/Symbol s}_n' 80 kPa", \ - #"damsgaard2013-sheardisp/sheardisp80-binned.dat" w p lw 2 lc "#6ccfd9" title "DEM, {/Symbol s}_n' 80 kPa", \ - #"strain_distribution_N20kPa.txt" u 2:1 w l lw 2 lc "#53bf3a" title "20 kPa", \ - #"damsgaard2013-sheardisp/sheardisp20-binned.dat" w p lw 2 lc "#53bf3a" title "DEM, 20 kPa", \