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 4b923815d20b908cc71fceadb35c39e4081f079d
parent 2ee17631c3bd13078bbecf1be7fb79b50e2e2746
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  5 Aug 2021 11:07:30 +0200

use displacement field

Diffstat:
Mfig-strain_distribution/fig.gp | 17++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/fig-strain_distribution/fig.gp b/fig-strain_distribution/fig.gp @@ -11,9 +11,8 @@ set colorsequence podo set xlabel "{/:Normal Shear displacement {/Symbol D}x [mm]}" set ylabel "{/:Normal Vertical position z [mm]}" offset 1.0 -xdisp=100.0 -#set yrange [0.0:0.73] -#set xrange [0.0:xdisp] +xscale=1e3 +set xrange [-5:105] #set xtics 0.2 #set ytics 0.2 @@ -24,11 +23,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 ($2*xdisp):1 w l t "{/:Bold CNGF-PF} 0.07 mm/min", \ - "strain_distribution_s0.7m-s_N6kPa.txt" u ($2*xdisp):1 w l t "{/:Bold CNGF-PF} 0.7 mm/min", \ - "strain_distribution_s7.0m-s_N6kPa.txt" u ($2*xdisp):1 w l t "{/:Bold CNGF-PF} 7.0 mm/min" +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" set title "N = 50 kPa" -plot "strain_distribution_s0.07m-s_N50kPa.txt" u ($2*xdisp):1 w l t "{/:Bold CNGF-PF} 0.07 mm/min", \ - "strain_distribution_s0.7m-s_N50kPa.txt" u ($2*xdisp):1 w l t "{/:Bold CNGF-PF} 0.7 mm/min", \ - "strain_distribution_s7.0m-s_N50kPa.txt" u ($2*xdisp):1 w l t "{/:Bold CNGF-PF} 7.0 mm/min" +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"