From fd73fcc301a6df947bf511b63f527087ae0ed415 Mon Sep 17 00:00:00 2001 From: Felix <feh7@hi.is> Date: Mon, 26 Apr 2021 16:43:56 +0000 Subject: [PATCH] last fixes --- tex/appendix-figures.tex | 6 +++--- tex/header/preamble.tex | 2 +- tex/setup.tex | 4 ++-- zeichnungen/14-u--2-N4-gT.tex | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tex/appendix-figures.tex b/tex/appendix-figures.tex index b74a776..d0e6f4b 100644 --- a/tex/appendix-figures.tex +++ b/tex/appendix-figures.tex @@ -4,14 +4,14 @@ % inputs the preamble only if necessary \docStart \section{Additional figures} -\begin{figure}[ht] +\begin{figure}[hbtp] \centering - \includegraphics[width=0.9\linewidth]{.maindir/zeichnungen/R3-N2-Drag} + \includegraphics[width=0.8\linewidth,height=0.6\textheight,keepaspectratio]{.maindir/zeichnungen/R3-N2-Drag} \caption{The drag coefficiant at a Reynolds number of \num{e3} ($u = \SI{5}{\metre\per\second}$) and $N=2$ (6624 cells). The Courant number rose to about 3.4 and it can be seen that this resulted in highly inaccurate and useless results. For higher $\Rey$ this became worse (also for $N=1$).}% \label{fig:R3N2Drag-fluctuation} \end{figure} -\begin{figure}[ht] +\begin{figure}[hbtp] \centering \tikzinput{14-u--2-N4-gT} \caption{Development of $\abs{∇T}$ over time at $\Rey=100$ and $N = 4$ (26496 cells). We see no stabilisation. Therefore this value is not reliable. For $N=1$ and $N=2$ the curves look different but not stabilising either.}% diff --git a/tex/header/preamble.tex b/tex/header/preamble.tex index f8c8aae..b61e6b3 100644 --- a/tex/header/preamble.tex +++ b/tex/header/preamble.tex @@ -15,7 +15,7 @@ \WarningFilter{latex}{You have requested package `.maindir/tex/header/} \usepackage[tikz]{.maindir/tex/header/stdmath} % , scriptLetters -\newcommand{\diagramwidth}{0.5\linewidth} +\newcommand{\diagramwidth}{0.7\linewidth} \usepackage{listings} \lstMakeShortInline[columns=fixed]| \usepackage[section]{placeins} % makes sure that the figures stay within their section diff --git a/tex/setup.tex b/tex/setup.tex index 772d90a..62adb9c 100644 --- a/tex/setup.tex +++ b/tex/setup.tex @@ -31,9 +31,9 @@ The mesh at $N=1$ is displayed in figure \ref{fig:mesh}. \begin{figure}[htpb] \centering - \includegraphics[width=0.95\linewidth,height=0.4\textheight,keepaspectratio]{.maindir/zeichnungen/mesh} % check at end + \includegraphics[width=0.95\linewidth,height=0.45\textheight,keepaspectratio]{.maindir/zeichnungen/mesh} % check at end - \includegraphics[width=0.95\linewidth,height=0.4\textheight,keepaspectratio]{.maindir/zeichnungen/meshcloseup} % check at end + \includegraphics[width=0.95\linewidth,height=0.45\textheight,keepaspectratio]{.maindir/zeichnungen/meshcloseup} % check at end \caption{The mesh at $N=1$. As mentioned in the description the resolution at the cylinder wall is very high and therefore a second close-up view of the cylinder is displayed here (which is still too big). For orientation the corners of the arked square are marked red.}% \label{fig:mesh} \end{figure} diff --git a/zeichnungen/14-u--2-N4-gT.tex b/zeichnungen/14-u--2-N4-gT.tex index a920b53..107a849 100644 --- a/zeichnungen/14-u--2-N4-gT.tex +++ b/zeichnungen/14-u--2-N4-gT.tex @@ -12,7 +12,7 @@ xlabel={time}, xmin=24.0368, xmax=156.036799999999, xtick style={color=black}, y grid style={white!69.0196078431373!black}, -ylabel={avg(|n·∇T|)}, +ylabel={avg($\abs{n·∇T}$)}, ymin=216.90963, ymax=307.27397, ytick style={color=black} ] -- GitLab