aboutsummaryrefslogtreecommitdiff
path: root/img/common
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/common
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/common')
-rw-r--r--img/common/velocity_fluid.gnuplot2
-rw-r--r--img/common/velocity_wrapper.gnuplot4
2 files changed, 3 insertions, 3 deletions
diff --git a/img/common/velocity_fluid.gnuplot b/img/common/velocity_fluid.gnuplot
index 3a99880..5535111 100644
--- a/img/common/velocity_fluid.gnuplot
+++ b/img/common/velocity_fluid.gnuplot
@@ -13,7 +13,7 @@ set margin 0,0,0,0
set yrange [0:4.1]
set xrange [0:22]
-set cbrange [0:1.5]
+set cbrange [0:2]
unset colorbox
unset key
diff --git a/img/common/velocity_wrapper.gnuplot b/img/common/velocity_wrapper.gnuplot
index cbf2918..7e3b87a 100644
--- a/img/common/velocity_wrapper.gnuplot
+++ b/img/common/velocity_wrapper.gnuplot
@@ -8,7 +8,7 @@ load 'common/moreland.pal'
set size ratio -1
set xtics 0,2,22
set ytics 0,1,4
-set cbtics 0,0.5,1.5
-set cbrange [0:1.5]
+set cbtics 0,0.5,2.0
+set cbrange [0:2.0]
set cblabel "Geschwindigkeitsnorm"