aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_single_refinement_n20_re100_16s_knudsen.gnuplot
blob: 3b8197dbeea183685e05d6cf3b4d9ac69d667592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plotname = "cylinder2d_single_refinement_n20_re100_16s_knudsen"
knudsen = 0.000288675

load 'common/knudsen_fluid.gnuplot'

plot 'data/cylinder2d_single_refinement_n20_re100_16s_1.csv' using ($6*10):($7*10):(log($5/knudsen)/log(2)) palette pt 5 ps 1.3 notitle,\
'data/cylinder2d_single_refinement_n20_re100_16s_0.csv' using ($6*10):($7*10):(log($5/knudsen)/log(2)) palette pt 5 ps 0.7 notitle

load 'common/knudsen_wrapper.gnuplot'

set obj 1 rect from 1,0.55 to 9,3.55
set obj 1 fillstyle empty border -1 front lw 1

load 'common/include_fluid.gnuplot'