aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_unrefined_60s.gnuplot
blob: 3c6194aa794b426252b503be1af1ce079b0ec0b9 (plain)
1
2
3
4
5
6
7
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'