From 8221184819a52f6a83d64f8f03559778ec9f29f2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 4 Feb 2019 16:50:35 +0100 Subject: Redo remaining cylinder2d plots --- img/cylinder2d_unrefined_n20_re100_16s_knudsen.gnuplot | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 img/cylinder2d_unrefined_n20_re100_16s_knudsen.gnuplot (limited to 'img/cylinder2d_unrefined_n20_re100_16s_knudsen.gnuplot') diff --git a/img/cylinder2d_unrefined_n20_re100_16s_knudsen.gnuplot b/img/cylinder2d_unrefined_n20_re100_16s_knudsen.gnuplot new file mode 100644 index 0000000..56b9d6e --- /dev/null +++ b/img/cylinder2d_unrefined_n20_re100_16s_knudsen.gnuplot @@ -0,0 +1,10 @@ +plotname = "cylinder2d_unrefined_n20_re100_16s_knudsen" +knudsen = 0.000288675 + +load 'common/knudsen_fluid.gnuplot' + +plot 'data/cylinder2d_unrefined_n20_re100_16s.csv' using ($6*10):($7*10):(log($5/knudsen)/log(2)) palette pt 5 ps 1.3 notitle + +load 'common/knudsen_wrapper.gnuplot' + +load 'common/include_fluid.gnuplot' -- cgit v1.2.3