aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_unrefined_60s_knudsen.gnuplot
blob: 9471cf49331333c76ab5d92b17e8335d28aa57cb (plain)
1
2
3
4
5
6
7
8
9
10
plotname = "cylinder2d_unrefined_60s_knudsen"
knudsen = 0.000866025

load 'common/knudsen_fluid.gnuplot'

plot 'data/cylinder2d_unrefined_60s.csv' using 6:7:(log($5/knudsen)/log(2)) palette pt 5 ps 1.3 notitle

load 'common/knudsen_wrapper.gnuplot'

load 'common/include_fluid.gnuplot'