aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_high_res_comparsion.tikz
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-02-13 09:29:06 +0100
committerAdrian Kummerlaender2019-02-13 09:29:06 +0100
commitea03ad4b807163fdc3c8a8f588289e83e458b7fe (patch)
tree1a8490b8e67a12e10bca7f9d88c5c5eb798c3c68 /img/cylinder2d_high_res_comparsion.tikz
parenta0cb7da8e0ae1eda6f3bdf5c5a3e19295a3f8f5c (diff)
downloadgrid_refinement_bsc_thesis-ea03ad4b807163fdc3c8a8f588289e83e458b7fe.tar
grid_refinement_bsc_thesis-ea03ad4b807163fdc3c8a8f588289e83e458b7fe.tar.gz
grid_refinement_bsc_thesis-ea03ad4b807163fdc3c8a8f588289e83e458b7fe.tar.bz2
grid_refinement_bsc_thesis-ea03ad4b807163fdc3c8a8f588289e83e458b7fe.tar.lz
grid_refinement_bsc_thesis-ea03ad4b807163fdc3c8a8f588289e83e458b7fe.tar.xz
grid_refinement_bsc_thesis-ea03ad4b807163fdc3c8a8f588289e83e458b7fe.tar.zst
grid_refinement_bsc_thesis-ea03ad4b807163fdc3c8a8f588289e83e458b7fe.zip
Add very high res unrefined N=160 cylinder2d comparsion data
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};