commit 8376a4405318faddce82a349768fdada9f9b1547
parent 6b4638289f974b82cb8da373267c1ba86770bae2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 6 Apr 2019 12:27:47 +0200
Add missing results from P_wall = 60 kPa run
Diffstat:
2 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/1d_fd_simple_shear.gp b/1d_fd_simple_shear.gp
@@ -22,6 +22,7 @@ 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 3 lw 2 title "P_{wall} = 60 kPa", \
"1d_fd_simple_shear_P80kPa.txt" u 2:1 w lp lt 4 lw 2 title "P_{wall} = 80 kPa", \
"1d_fd_simple_shear_P120kPa.txt" u 2:1 w lp lt 5 lw 2 title "P_{wall} = 120 kPa"
diff --git a/1d_fd_simple_shear.png b/1d_fd_simple_shear.png
Binary files differ.