From 3996aef21d426fabb374673854f76d18a836736a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 1 Feb 2019 14:02:59 +0100 Subject: Further optimize cylinder2d refinement --- img/cylinder2d_unoptimized_low_resolution_grid_60s.gnuplot | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 img/cylinder2d_unoptimized_low_resolution_grid_60s.gnuplot (limited to 'img/cylinder2d_unoptimized_low_resolution_grid_60s.gnuplot') 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' -- cgit v1.2.3