aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_high_res_comparsion.tikz
diff options
context:
space:
mode:
Diffstat (limited to 'img/cylinder2d_high_res_comparsion.tikz')
-rw-r--r--img/cylinder2d_high_res_comparsion.tikz26
1 files changed, 15 insertions, 11 deletions
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};