aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-02-04 16:50:35 +0100
committerAdrian Kummerlaender2019-02-04 16:50:35 +0100
commit8221184819a52f6a83d64f8f03559778ec9f29f2 (patch)
tree9c04463702e1c93c42b516733762ac48e6aeb1df /img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot
parentbeb8c1edc99da39ed71ca225005102c8ab3a9509 (diff)
downloadgrid_refinement_bsc_thesis-8221184819a52f6a83d64f8f03559778ec9f29f2.tar
grid_refinement_bsc_thesis-8221184819a52f6a83d64f8f03559778ec9f29f2.tar.gz
grid_refinement_bsc_thesis-8221184819a52f6a83d64f8f03559778ec9f29f2.tar.bz2
grid_refinement_bsc_thesis-8221184819a52f6a83d64f8f03559778ec9f29f2.tar.lz
grid_refinement_bsc_thesis-8221184819a52f6a83d64f8f03559778ec9f29f2.tar.xz
grid_refinement_bsc_thesis-8221184819a52f6a83d64f8f03559778ec9f29f2.tar.zst
grid_refinement_bsc_thesis-8221184819a52f6a83d64f8f03559778ec9f29f2.zip
Redo remaining cylinder2d plots
Diffstat (limited to 'img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot')
-rw-r--r--img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot13
1 files changed, 0 insertions, 13 deletions
diff --git a/img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot b/img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot
deleted file mode 100644
index 42ec009..0000000
--- a/img/cylinder2d_low_resolution_outflow_refine_60s.gnuplot
+++ /dev/null
@@ -1,13 +0,0 @@
-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'