diff options
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.gnuplot | 11 |
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' |