From a0cb7da8e0ae1eda6f3bdf5c5a3e19295a3f8f5c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 11 Feb 2019 16:27:58 +0100 Subject: Add high res unrefined N=80 cylinder2d comparsion data --- img/cylinder2d_high_res_comparsion.tikz | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'img/cylinder2d_high_res_comparsion.tikz') diff --git a/img/cylinder2d_high_res_comparsion.tikz b/img/cylinder2d_high_res_comparsion.tikz index a1f8b59..6d5ff13 100644 --- a/img/cylinder2d_high_res_comparsion.tikz +++ b/img/cylinder2d_high_res_comparsion.tikz @@ -1,6 +1,7 @@ \begin{tikzpicture} \pgfplotstableread[col sep=comma]{img/data/cylinder2d_optimized_refinement_n17_re100_drag_lift_deltap.csv}\refined -\pgfplotstableread[col sep=comma]{img/data/cylinder2d_unrefined_n40_re100_drag_lift_deltap.csv}\uniform +\pgfplotstableread[col sep=comma]{img/data/cylinder2d_unrefined_n40_re100_drag_lift_deltap.csv}\uniformHigh +\pgfplotstableread[col sep=comma]{img/data/cylinder2d_unrefined_n80_re100_drag_lift_deltap.csv}\uniformVeryHigh \begin{axis}[ scale only axis, @@ -21,7 +22,13 @@ very thin ] table [ x expr=\thisrow{time}, y=drag -] {\uniform}; +] {\uniformHigh}; +\addplot[ + color=red!50!white, + very thin +] table [ + x expr=\thisrow{time}, y=drag +] {\uniformVeryHigh}; \addplot[ color=green!70!black, ] table [ @@ -49,7 +56,13 @@ very thin ] table [ x expr=\thisrow{time}, y=lift -] {\uniform}; +] {\uniformHigh}; +\addplot[ + color=red!50!white, + very thin +] table [ + x expr=\thisrow{time}, y=lift +] {\uniformVeryHigh}; \addplot[ color=green!70!black, ] table [ @@ -78,8 +91,15 @@ very thin ] table [ x expr=\thisrow{time}, y=deltap -] {\uniform}; +] {\uniformHigh}; \addlegendentry {Uniformes \(N=40\) Gitter}; +\addplot[ + color=red!50!white, + very thin +] table [ + x expr=\thisrow{time}, y=deltap +] {\uniformVeryHigh}; +\addlegendentry {Uniformes \(N=80\) Gitter}; \addplot[ color=green!70!black, ] table [ -- cgit v1.2.3