aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_unoptimized_low_resolution_grid_60s.gnuplot
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-02-01 14:02:59 +0100
committerAdrian Kummerlaender2019-02-01 14:02:59 +0100
commit3996aef21d426fabb374673854f76d18a836736a (patch)
tree607f96f67843f5e38a15e21c70febe17cf70be28 /img/cylinder2d_unoptimized_low_resolution_grid_60s.gnuplot
parent0a7e72906a98e5863ab3749fd27b5ff39809256b (diff)
downloadgrid_refinement_bsc_thesis-3996aef21d426fabb374673854f76d18a836736a.tar
grid_refinement_bsc_thesis-3996aef21d426fabb374673854f76d18a836736a.tar.gz
grid_refinement_bsc_thesis-3996aef21d426fabb374673854f76d18a836736a.tar.bz2
grid_refinement_bsc_thesis-3996aef21d426fabb374673854f76d18a836736a.tar.lz
grid_refinement_bsc_thesis-3996aef21d426fabb374673854f76d18a836736a.tar.xz
grid_refinement_bsc_thesis-3996aef21d426fabb374673854f76d18a836736a.tar.zst
grid_refinement_bsc_thesis-3996aef21d426fabb374673854f76d18a836736a.zip
Further optimize cylinder2d refinement
Diffstat (limited to 'img/cylinder2d_unoptimized_low_resolution_grid_60s.gnuplot')
-rw-r--r--img/cylinder2d_unoptimized_low_resolution_grid_60s.gnuplot11
1 files changed, 11 insertions, 0 deletions
diff --git a/img/cylinder2d_unoptimized_low_resolution_grid_60s.gnuplot b/img/cylinder2d_unoptimized_low_resolution_grid_60s.gnuplot
new file mode 100644
index 0000000..80c3605
--- /dev/null
+++ b/img/cylinder2d_unoptimized_low_resolution_grid_60s.gnuplot
@@ -0,0 +1,11 @@
+plotname = "cylinder2d_unoptimized_low_resolution_grid_60s"
+
+load 'common/velocity_fluid.gnuplot'
+
+plot 'data/cylinder2d_unoptimized_low_resolution_grid_60s.csv' using ($6+0.05):($7+0.05):(sqrt($2*$2+$3*$3)) palette pt 5 ps 2.9 notitle,\
+
+load 'common/velocity_wrapper.gnuplot'
+
+set title "Uniform aufgelöstes Gitter mit 7326 Knoten"
+
+load 'common/include_fluid.gnuplot'