aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_low_resolution_outflow_refine_60s_knudsen.gnuplot
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-31 14:18:05 +0100
committerAdrian Kummerlaender2019-01-31 14:18:29 +0100
commit09f06229c7c1143b1a348d4e3d165344dcb0b905 (patch)
treed7f341737391ec5a7b3cf573c40864840825f6ef /img/cylinder2d_low_resolution_outflow_refine_60s_knudsen.gnuplot
parentf7212dbbcd7c8c6359b50b7265d37a5d6d73285b (diff)
downloadgrid_refinement_bsc_thesis-09f06229c7c1143b1a348d4e3d165344dcb0b905.tar
grid_refinement_bsc_thesis-09f06229c7c1143b1a348d4e3d165344dcb0b905.tar.gz
grid_refinement_bsc_thesis-09f06229c7c1143b1a348d4e3d165344dcb0b905.tar.bz2
grid_refinement_bsc_thesis-09f06229c7c1143b1a348d4e3d165344dcb0b905.tar.lz
grid_refinement_bsc_thesis-09f06229c7c1143b1a348d4e3d165344dcb0b905.tar.xz
grid_refinement_bsc_thesis-09f06229c7c1143b1a348d4e3d165344dcb0b905.tar.zst
grid_refinement_bsc_thesis-09f06229c7c1143b1a348d4e3d165344dcb0b905.zip
Add cylinder2d outflow refinement plot
Diffstat (limited to 'img/cylinder2d_low_resolution_outflow_refine_60s_knudsen.gnuplot')
-rw-r--r--img/cylinder2d_low_resolution_outflow_refine_60s_knudsen.gnuplot14
1 files changed, 14 insertions, 0 deletions
diff --git a/img/cylinder2d_low_resolution_outflow_refine_60s_knudsen.gnuplot b/img/cylinder2d_low_resolution_outflow_refine_60s_knudsen.gnuplot
new file mode 100644
index 0000000..ca0d5e9
--- /dev/null
+++ b/img/cylinder2d_low_resolution_outflow_refine_60s_knudsen.gnuplot
@@ -0,0 +1,14 @@
+plotname = "cylinder2d_low_resolution_outflow_refine_60s_knudsen"
+knudsen = 0.000866025
+
+load 'common/knudsen_fluid.gnuplot'
+
+plot 'data/cylinder2d_low_resolution_outflow_refine_60s_1.csv' using ($6+0.05):($7+0.05):(log($5/knudsen)/log(2)) palette pt 5 ps 5.3 notitle,\
+ 'data/cylinder2d_low_resolution_outflow_refine_60s_0.csv' using 6:($7+0.05):(log($5/knudsen)/log(2)) palette pt 5 ps 2.6 notitle\
+
+load 'common/knudsen_wrapper.gnuplot'
+
+set obj 3 rect from 20.95,0 to 22,4.1
+set obj 3 fillstyle empty border -1 front lw 1
+
+load 'common/include_fluid.gnuplot'