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 25463864071252d09bac649d0c2518ac83b9bd56
parent decb635e65f10b944df51b2baa00fa0871c3eb19
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 18 Nov 2019 12:02:25 +0100

Reduce number of data sets, NGF model parameters need tweaking

Diffstat:
Mfig-strain_distribution/fig.gp | 26+++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/fig-strain_distribution/fig.gp b/fig-strain_distribution/fig.gp @@ -13,17 +13,21 @@ set xlabel "Shear displacement, {/Symbol D}x [m]" set ylabel "Vertical position, z [m]" set yrange [0.0:0.73] -set xrange [-0.13:1.13] +#set xrange [-0.13:1.13] +set xrange [-0.1:0.8] + +xdisp=0.737 set key bottom right #samplen 0.9 -plot "strain_distribution_N10kPa.txt" u 2:1 w l lw 2 lc "#ee2430" title "10 kPa", \ - "damsgaard2013-sheardisp/sheardisp10-binned.dat" w p lw 2 lc "#ee2430" title "DEM, 10 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", \ - "strain_distribution_N40kPa.txt" u 2:1 w l lw 2 lc "#2f54ad" title "40 kPa", \ - "damsgaard2013-sheardisp/sheardisp40-binned.dat" w p lw 2 lc "#2f54ad" title "DEM, 40 kPa", \ - "strain_distribution_N80kPa.txt" u 2:1 w l lw 2 lc "#6ccfd9" title "80 kPa", \ - "damsgaard2013-sheardisp/sheardisp80-binned.dat" w p lw 2 lc "#6ccfd9" title "DEM, 80 kPa", \ - "strain_distribution_N120kPa.txt" u 2:1 w l lw 2 lc "#231f20" title "120 kPa", \ - "damsgaard2013-sheardisp/sheardisp120-binned.dat" w p lw 2 lc "#231f20" title "DEM, 120 kPa" +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_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_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", \ + #"strain_distribution_N80kPa.txt" u 2:1 w l lw 2 lc "#6ccfd9" title "80 kPa", \ + #"damsgaard2013-sheardisp/sheardisp80-binned.dat" w p lw 2 lc "#6ccfd9" title "DEM, 80 kPa", \