cngf-pf-exp2

experiments for second paper with continuum granular model
git clone git://src.adamsgaard.dk/cngf-pf-exp2 # fast
git clone https://src.adamsgaard.dk/cngf-pf-exp2.git # slow
Log | Files | Refs | Submodules | LICENSE Back to index

commit 8f7e7de69f3ce4d6f904e360f1b417c96350741b
parent 4b923815d20b908cc71fceadb35c39e4081f079d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  5 Aug 2021 11:16:35 +0200

change domain extent and plot style to match RS plots

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

diff --git a/fig-strain_distribution/Makefile b/fig-strain_distribution/Makefile @@ -12,8 +12,8 @@ strain_distribution_s7.0m-s_N50kPa.txt: $(BIN) Makefile -n $${N}e3 \ -p 0.275 \ -d 0.004 \ - -L 0.09 \ - -o -0.09 \ + -o -0.08 \ + -L 0.07 \ > strain_distribution_s$${s}m-s_N$${N}kPa.txt; \ done; \ done diff --git a/fig-strain_distribution/fig.gp b/fig-strain_distribution/fig.gp @@ -8,11 +8,13 @@ set multiplot layout 3,1 #set margins 8,2,3.2,1 set colorsequence podo -set xlabel "{/:Normal Shear displacement {/Symbol D}x [mm]}" -set ylabel "{/:Normal Vertical position z [mm]}" offset 1.0 +set xlabel "{/:Normal Shear displacement [mm]}" +set ylabel "{/:Normal Vertical position [mm]}" offset 1.0 xscale=1e3 +yscale=xscale set xrange [-5:105] +set yrange [-90:0] #set xtics 0.2 #set ytics 0.2 @@ -23,11 +25,11 @@ set key bottom right font ",9" samplen 1.0 maxrows 4 #pointsize=0.6 set title "N = 6 kPa" -plot "strain_distribution_s0.07m-s_N6kPa.txt" u ($10*xscale):1 w l t "{/:Bold CNGF-PF} 0.07 mm/min", \ - "strain_distribution_s0.7m-s_N6kPa.txt" u ($10*xscale):1 w l t "{/:Bold CNGF-PF} 0.7 mm/min", \ - "strain_distribution_s7.0m-s_N6kPa.txt" u ($10*xscale):1 w l t "{/:Bold CNGF-PF} 7.0 mm/min" +plot "strain_distribution_s0.07m-s_N6kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 0.07 mm/min", \ + "strain_distribution_s0.7m-s_N6kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 0.7 mm/min", \ + "strain_distribution_s7.0m-s_N6kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 7.0 mm/min" set title "N = 50 kPa" -plot "strain_distribution_s0.07m-s_N50kPa.txt" u ($10*xscale):1 w l t "{/:Bold CNGF-PF} 0.07 mm/min", \ - "strain_distribution_s0.7m-s_N50kPa.txt" u ($10*xscale):1 w l t "{/:Bold CNGF-PF} 0.7 mm/min", \ - "strain_distribution_s7.0m-s_N50kPa.txt" u ($10*xscale):1 w l t "{/:Bold CNGF-PF} 7.0 mm/min" +plot "strain_distribution_s0.07m-s_N50kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 0.07 mm/min", \ + "strain_distribution_s0.7m-s_N50kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 0.7 mm/min", \ + "strain_distribution_s7.0m-s_N50kPa.txt" u ($10*xscale):($1*yscale) w l t "{/:Bold CNGF-PF} 7.0 mm/min"