aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_unrefined_n20_re100_16s.gnuplot
blob: ab5c811f7f5ed289b4675a8a0b56948f507f613e (plain)
1
2
3
4
5
6
7
8
9
plotname = "cylinder2d_unrefined_n20_re100_16s"

load 'common/velocity_fluid.gnuplot'

plot 'data/cylinder2d_unrefined_n20_re100_16s.csv' using ($6*10):($7*10):(sqrt($2*$2+$3*$3)) palette pt 5 ps 1.3 notitle

load 'common/velocity_wrapper.gnuplot'

load 'common/include_fluid.gnuplot'