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.tikz28
1 files changed, 24 insertions, 4 deletions
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,9 +91,16 @@
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 [
x expr=8*\thisrow{time}, y=deltap