aboutsummaryrefslogtreecommitdiff
path: root/img/massloss_interpolation_plot.tikz
diff options
context:
space:
mode:
Diffstat (limited to 'img/massloss_interpolation_plot.tikz')
-rw-r--r--img/massloss_interpolation_plot.tikz10
1 files changed, 6 insertions, 4 deletions
diff --git a/img/massloss_interpolation_plot.tikz b/img/massloss_interpolation_plot.tikz
index 4cc8e5d..2c86b70 100644
--- a/img/massloss_interpolation_plot.tikz
+++ b/img/massloss_interpolation_plot.tikz
@@ -5,7 +5,9 @@
width=0.9*\textwidth,
mark size=0,
line width=0.2pt,
- legend pos=south west
+ legend pos=south west,
+ xlabel=Horizontale Kanalposition (\(m\)),
+ ylabel=Druck (\(N/m^2\))
]
\addplot table[
@@ -13,15 +15,16 @@
col sep=semicolon,
/pgf/number format/read comma as period
]{img/data/poiseuille2d_bisected_re100_both.csv};
-\addlegendentry{Druckverlauf bei Interpolation mit (\ref{eq:ipol4ord})};
+\addlegendentry{Druckverlauf bei Interpolationsordnung \(\mathcal{O}(h^4)\)};
\addplot table[
x=x, y=linear,
col sep=semicolon,
/pgf/number format/read comma as period
]{img/data/poiseuille2d_bisected_re100_both.csv};
+\addlegendentry{Druckverlauf bei Interpolationsordnung \(\mathcal{O}(h^2)\)};
+
\draw [dotted] (axis cs:1.9,1.35) rectangle (axis cs:2.09,1.45);
-\addlegendentry{Druckverlauf bei Interpolation mit (\ref{eq:ipol2ord})};
\end{axis}
\begin{axis}[
@@ -33,7 +36,6 @@
mark size=0,
line width=0.2pt,
ticks=none,
- xticklabels={,},
title=Übergangsbereich
]