aboutsummaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-27 19:20:11 +0100
committerAdrian Kummerlaender2019-01-27 19:20:11 +0100
commit5f78945d9e392e8c423307f4cbaf2908450dfbba (patch)
treedbfa0e402ff9a8d9e64caa4e5af4a7b80b8c9d52 /img
parentc8799ef3a5d38148636d1edd8b1b4e56f0fbbe91 (diff)
downloadgrid_refinement_bsc_thesis-5f78945d9e392e8c423307f4cbaf2908450dfbba.tar
grid_refinement_bsc_thesis-5f78945d9e392e8c423307f4cbaf2908450dfbba.tar.gz
grid_refinement_bsc_thesis-5f78945d9e392e8c423307f4cbaf2908450dfbba.tar.bz2
grid_refinement_bsc_thesis-5f78945d9e392e8c423307f4cbaf2908450dfbba.tar.lz
grid_refinement_bsc_thesis-5f78945d9e392e8c423307f4cbaf2908450dfbba.tar.xz
grid_refinement_bsc_thesis-5f78945d9e392e8c423307f4cbaf2908450dfbba.tar.zst
grid_refinement_bsc_thesis-5f78945d9e392e8c423307f4cbaf2908450dfbba.zip
Add Poiseuille overview figure
Diffstat (limited to 'img')
-rw-r--r--img/poiseuille2d_grid.tikz4
-rw-r--r--img/poiseuille2d_overview.tikz11
-rw-r--r--img/poiseuille2d_velocity_grid.tikz4
3 files changed, 15 insertions, 4 deletions
diff --git a/img/poiseuille2d_grid.tikz b/img/poiseuille2d_grid.tikz
index 8ca285f..24fe56a 100644
--- a/img/poiseuille2d_grid.tikz
+++ b/img/poiseuille2d_grid.tikz
@@ -1,8 +1,8 @@
\begin{tikzpicture}
\begin{axis}[
scale only axis,
- height=(1.1*\textwidth)/4,
- width=1.1*\textwidth,
+ height=0.95*\textwidth/4,
+ width=0.95*\textwidth,
axis equal,
xmin=0, xmax=4,
ymin=0, ymax=1,
diff --git a/img/poiseuille2d_overview.tikz b/img/poiseuille2d_overview.tikz
new file mode 100644
index 0000000..0aee456
--- /dev/null
+++ b/img/poiseuille2d_overview.tikz
@@ -0,0 +1,11 @@
+\begin{tikzpicture}[scale=2.4]
+\draw[thick,green!60!black,text=black,decorate,decoration=snake] (0,0) -- (0,1) node[pos=0.5,rotate=90,above] {Einfluss};
+\draw[thick,red,text=black,decorate,decoration=snake] (4,0) -- (4,1) node[pos=0.5,rotate=90,below] {Ausfluss};
+\draw[very thick] (0,0) -- (4,0);
+\draw[very thick] (0,1) -- (4,1);
+\draw[very thick,dotted] (-1,0) -- (0,0);
+\draw[very thick,dotted] (-1,1) -- (0,1);
+\draw[very thick,dotted] (4,0) -- (5,0);
+\draw[very thick,dotted] (4,1) -- (5,1);
+\draw[->] (1,0.5) -- (3,0.5);
+\end{tikzpicture}
diff --git a/img/poiseuille2d_velocity_grid.tikz b/img/poiseuille2d_velocity_grid.tikz
index 589a976..86afa7b 100644
--- a/img/poiseuille2d_velocity_grid.tikz
+++ b/img/poiseuille2d_velocity_grid.tikz
@@ -1,8 +1,8 @@
\begin{tikzpicture}
\begin{axis}[
scale only axis,
- height=(1.1*\textwidth)/4,
- width=1.1*\textwidth,
+ height=0.95\textwidth)/4,
+ width=0.95\textwidth,
axis equal,
xmin=0, xmax=4,
ymin=0, ymax=1,