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

load 'common/velocity_fluid.gnuplot'

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

load 'common/velocity_wrapper.gnuplot'

load 'common/include_fluid.gnuplot'