From 09f06229c7c1143b1a348d4e3d165344dcb0b905 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 31 Jan 2019 14:18:05 +0100 Subject: Add cylinder2d outflow refinement plot --- img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot (limited to 'img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot') diff --git a/img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot b/img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot new file mode 100644 index 0000000..42ec009 --- /dev/null +++ b/img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot @@ -0,0 +1,13 @@ +plotname = "cylinder2d_low_resolution_outflow_refine_60s" + +load 'common/velocity_fluid.gnuplot' + +plot 'data/cylinder2d_low_resolution_outflow_refine_60s_1.csv' using ($6+0.05):($7+0.05):(sqrt($2*$2+$3*$3)) palette pt 5 ps 5.3 notitle,\ + 'data/cylinder2d_low_resolution_outflow_refine_60s_0.csv' using 6:($7+0.05):(sqrt($2*$2+$3*$3)) palette pt 5 ps 2.6 notitle\ + +load 'common/velocity_wrapper.gnuplot' + +set obj 3 rect from 20.95,0 to 22,4.1 +set obj 3 fillstyle empty border -1 front lw 1 + +load 'common/include_fluid.gnuplot' -- cgit v1.2.3