1d_fd_simple_shear_transient

transient-state continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear_transient
Log | Files | Refs | README | LICENSE

commit ff7eb0af7b109d8229d1a17476b321d539fa4ceb
parent a7992617b0d9cf79ea3eac82c464022877812435
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 12 Apr 2019 09:39:41 +0200

Remove extra decoration from plots

Diffstat:
M1d_fd_simple_shear.gp | 24++++++------------------
M1d_fd_simple_shear.png | 0
M1d_fd_simple_shear_rheology.gp | 18+++++++-----------
M1d_fd_simple_shear_rheology.png | 0
4 files changed, 13 insertions(+), 29 deletions(-)

diff --git a/1d_fd_simple_shear.gp b/1d_fd_simple_shear.gp @@ -1,29 +1,17 @@ #!/usr/bin/env gnuplot -#set terminal epslatex color size 8.6 cm, 7.6 cm -#set output "plots/sheardisp.tex" -#set terminal pdfcairo color size 8.6 cm, 7.6 cm -#set output "plots/sheardisp.pdf" -#set terminal pngcairo color size 8.6 cm, 7.6 cm set terminal pngcairo color size 18.6 cm, 17.6 cm set output "1d_fd_simple_shear.png" set xlabel "Normalized horizontal velocity, v_x [-]" set ylabel "Vertical position, z [m]" offset 2 -#set grid - set yrange [0.0:0.73] set key bottom right #samplen 0.9 -set style line 1 linetype 1 linewidth 3 pointtype 1 pointsize 1 -set style line 2 linetype 2 linewidth 3 pointtype 2 pointsize 1 - -plot "1d_fd_simple_shear_P10kPa.txt" u 2:1 w lp lt 1 lw 2 title "P_{wall} = 10 kPa", \ - "1d_fd_simple_shear_P20kPa.txt" u 2:1 w lp lt 2 lw 2 title "P_{wall} = 20 kPa", \ - "1d_fd_simple_shear_P40kPa.txt" u 2:1 w lp lt 3 lw 2 title "P_{wall} = 40 kPa", \ - "1d_fd_simple_shear_P60kPa.txt" u 2:1 w lp lt 4 lw 2 title "P_{wall} = 60 kPa", \ - "1d_fd_simple_shear_P80kPa.txt" u 2:1 w lp lt 5 lw 2 title "P_{wall} = 80 kPa", \ - "1d_fd_simple_shear_P120kPa.txt" u 2:1 w lp lt 6 lw 2 title "P_{wall} = 120 kPa" - -set xtics norotate # Restore defaults +plot "1d_fd_simple_shear_P10kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 10 kPa", \ + "1d_fd_simple_shear_P20kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 20 kPa", \ + "1d_fd_simple_shear_P40kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 40 kPa", \ + "1d_fd_simple_shear_P60kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 60 kPa", \ + "1d_fd_simple_shear_P80kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 80 kPa", \ + "1d_fd_simple_shear_P120kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 120 kPa" diff --git a/1d_fd_simple_shear.png b/1d_fd_simple_shear.png Binary files differ. diff --git a/1d_fd_simple_shear_rheology.gp b/1d_fd_simple_shear_rheology.gp @@ -9,14 +9,10 @@ set xrange [0.0:0.7] set yrange [0.0:0.01] set key top left #samplen 0.9 -set style line 1 linetype 1 linewidth 3 pointtype 1 pointsize 1 - -plot "1d_fd_simple_shear_rheology_b0.01.txt" u 1:2 w lp lw 2 t "b = 0.01", \ - "1d_fd_simple_shear_rheology_b0.10.txt" u 1:2 w lp lw 2 t "b = 0.1", \ - "1d_fd_simple_shear_rheology_b0.20.txt" u 1:2 w lp lw 2 t "b = 0.2", \ - "1d_fd_simple_shear_rheology_b0.40.txt" u 1:2 w lp lw 2 t "b = 0.4", \ - "1d_fd_simple_shear_rheology_b0.60.txt" u 1:2 w lp lw 2 t "b = 0.6", \ - "1d_fd_simple_shear_rheology_b0.80.txt" u 1:2 w lp lw 2 t "b = 0.8", \ - "1d_fd_simple_shear_rheology_b1.00.txt" u 1:2 w lp lw 2 t "b = 1.0" - -set xtics norotate # Restore defaults +plot "1d_fd_simple_shear_rheology_b0.01.txt" u 1:2 w l lw 2 t "b = 0.01", \ + "1d_fd_simple_shear_rheology_b0.10.txt" u 1:2 w l lw 2 t "b = 0.1", \ + "1d_fd_simple_shear_rheology_b0.20.txt" u 1:2 w l lw 2 t "b = 0.2", \ + "1d_fd_simple_shear_rheology_b0.40.txt" u 1:2 w l lw 2 t "b = 0.4", \ + "1d_fd_simple_shear_rheology_b0.60.txt" u 1:2 w l lw 2 t "b = 0.6", \ + "1d_fd_simple_shear_rheology_b0.80.txt" u 1:2 w l lw 2 t "b = 0.8", \ + "1d_fd_simple_shear_rheology_b1.00.txt" u 1:2 w l lw 2 t "b = 1.0" diff --git a/1d_fd_simple_shear_rheology.png b/1d_fd_simple_shear_rheology.png Binary files differ.