From ea03ad4b807163fdc3c8a8f588289e83e458b7fe Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 13 Feb 2019 09:29:06 +0100 Subject: Add very high res unrefined N=160 cylinder2d comparsion data --- img/cylinder2d_high_res_comparsion.tikz | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 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 6d5ff13..2d4fd8b 100644 --- a/img/cylinder2d_high_res_comparsion.tikz +++ b/img/cylinder2d_high_res_comparsion.tikz @@ -2,6 +2,7 @@ \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}\uniformHigh \pgfplotstableread[col sep=comma]{img/data/cylinder2d_unrefined_n80_re100_drag_lift_deltap.csv}\uniformVeryHigh +\pgfplotstableread[col sep=comma]{img/data/cylinder2d_unrefined_n160_re100_drag_lift_deltap.csv}\uniformVeryVeryHigh \begin{axis}[ scale only axis, @@ -19,18 +20,19 @@ \addlegendentry {\(\widehat{c_w} := 3.23\)}; \addplot[ color=blue!50!white, - very thin + thin ] table [ x expr=\thisrow{time}, y=drag -] {\uniformHigh}; +] {\uniformVeryVeryHigh}; \addplot[ color=red!50!white, - very thin + thin ] table [ x expr=\thisrow{time}, y=drag ] {\uniformVeryHigh}; \addplot[ color=green!70!black, + thin ] table [ x expr=8*\thisrow{time}, y=drag ] {\refined}; @@ -53,18 +55,19 @@ \addlegendentry {\(\widehat{c_a} := 1\)}; \addplot[ color=blue!50!white, - very thin + thin ] table [ x expr=\thisrow{time}, y=lift -] {\uniformHigh}; +] {\uniformVeryVeryHigh}; \addplot[ color=red!50!white, - very thin + thin ] table [ x expr=\thisrow{time}, y=lift ] {\uniformVeryHigh}; \addplot[ color=green!70!black, + thin ] table [ x expr=8*\thisrow{time}, y=lift ] {\refined}; @@ -88,20 +91,21 @@ ] \addplot[ color=blue!50!white, - very thin + thin ] table [ x expr=\thisrow{time}, y=deltap -] {\uniformHigh}; -\addlegendentry {Uniformes \(N=40\) Gitter}; +] {\uniformVeryVeryHigh}; +\addlegendentry {Uniformes \(N=40\) Gitter mit 145314 Knoten}; \addplot[ color=red!50!white, - very thin + thin ] table [ x expr=\thisrow{time}, y=deltap ] {\uniformVeryHigh}; -\addlegendentry {Uniformes \(N=80\) Gitter}; +\addlegendentry {Uniformes \(N=80\) Gitter mit 576758 Knoten}; \addplot[ color=green!70!black, + thin ] table [ x expr=8*\thisrow{time}, y=deltap ] {\refined}; -- cgit v1.2.3