aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_single_refinement_60s.gnuplot
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-02-04 14:15:15 +0100
committerAdrian Kummerlaender2019-02-04 14:15:15 +0100
commitbeb8c1edc99da39ed71ca225005102c8ab3a9509 (patch)
tree6f78eaa53d901c6b98b37575b66a86d547fcdaff /img/cylinder2d_single_refinement_60s.gnuplot
parent3996aef21d426fabb374673854f76d18a836736a (diff)
downloadgrid_refinement_bsc_thesis-beb8c1edc99da39ed71ca225005102c8ab3a9509.tar
grid_refinement_bsc_thesis-beb8c1edc99da39ed71ca225005102c8ab3a9509.tar.gz
grid_refinement_bsc_thesis-beb8c1edc99da39ed71ca225005102c8ab3a9509.tar.bz2
grid_refinement_bsc_thesis-beb8c1edc99da39ed71ca225005102c8ab3a9509.tar.lz
grid_refinement_bsc_thesis-beb8c1edc99da39ed71ca225005102c8ab3a9509.tar.xz
grid_refinement_bsc_thesis-beb8c1edc99da39ed71ca225005102c8ab3a9509.tar.zst
grid_refinement_bsc_thesis-beb8c1edc99da39ed71ca225005102c8ab3a9509.zip
Start to redo cylinder2d plots using a better setup
Geometry and parameter choice was not quite suited to reproducing [SchaeferTurek96].
Diffstat (limited to 'img/cylinder2d_single_refinement_60s.gnuplot')
-rw-r--r--img/cylinder2d_single_refinement_60s.gnuplot13
1 files changed, 0 insertions, 13 deletions
diff --git a/img/cylinder2d_single_refinement_60s.gnuplot b/img/cylinder2d_single_refinement_60s.gnuplot
deleted file mode 100644
index 037d6b4..0000000
--- a/img/cylinder2d_single_refinement_60s.gnuplot
+++ /dev/null
@@ -1,13 +0,0 @@
-plotname = "cylinder2d_single_refinement_60s"
-
-load 'common/velocity_fluid.gnuplot'
-
-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'