aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_single_refinement_60s.gnuplot
diff options
context:
space:
mode:
Diffstat (limited to 'img/cylinder2d_single_refinement_60s.gnuplot')
-rw-r--r--img/cylinder2d_single_refinement_60s.gnuplot8
1 files changed, 5 insertions, 3 deletions
diff --git a/img/cylinder2d_single_refinement_60s.gnuplot b/img/cylinder2d_single_refinement_60s.gnuplot
index 34f9b85..037d6b4 100644
--- a/img/cylinder2d_single_refinement_60s.gnuplot
+++ b/img/cylinder2d_single_refinement_60s.gnuplot
@@ -2,10 +2,12 @@ plotname = "cylinder2d_single_refinement_60s"
load 'common/velocity_fluid.gnuplot'
-set obj 1 rect from 0.75,0.55 to 8.75,3.55
-set obj 1 fillstyle empty border -1 front lw 4
-
plot 'data/cylinder2d_single_level_refinement_60s_0.csv' using 6:7:(sqrt($2*$2+$3*$3)) palette pt 5 ps 1.3 notitle,\
'data/cylinder2d_single_level_refinement_60s_1.csv' using 6:7:(sqrt($2*$2+$3*$3)) palette pt 5 ps 0.7 notitle
load 'common/velocity_wrapper.gnuplot'
+
+set obj 1 rect from 0.75,0.55 to 8.75,3.55
+set obj 1 fillstyle empty border -1 front lw 1
+
+load 'common/include_fluid.gnuplot'