diff options
author | Nao Pross <naopross@thearcway.org> | 2020-04-29 20:56:35 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2020-04-29 20:56:35 +0200 |
commit | 3a25b5ad548e6d95b22570995a80e165248b1e4d (patch) | |
tree | 318b3ca1083acd9b7efa4e4300013e7800354795 /fig/prandtl-boundary.tex | |
parent | Update bernoulli figure (diff) | |
download | Ph2HAT-master.tar.gz Ph2HAT-master.zip |
Diffstat (limited to 'fig/prandtl-boundary.tex')
-rw-r--r-- | fig/prandtl-boundary.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fig/prandtl-boundary.tex b/fig/prandtl-boundary.tex index 90e3657..2258b20 100644 --- a/fig/prandtl-boundary.tex +++ b/fig/prandtl-boundary.tex @@ -5,7 +5,8 @@ \pgfmathsetmacro{\vpos}{2} % block - \draw[fill] (\lpos,0) rectangle ++(\l,-.2); + %% needs \usetikzlibrary{patterns} + \draw[pattern=north west lines, thick] (\lpos,0) rectangle ++(\l,-.2); \draw[<->] (\lpos,-.4) -- node[midway, below] {\(\ell\)} ++(\l,0); % boundary line and area @@ -20,7 +21,7 @@ % height \pgfmathsetmacro{\h}{\k*sqrt(\l)} - \draw[<->] (\lpos,0) ++(\l,0) -- node[midway, right] {\(h\)} ++(0,\h); + \draw[<->] (\lpos,0) ++(\l,0) -- node[midway, right] {\(D_\text{l}\)} ++(0,\h); % velocity vectors \draw[dashed] (\vpos,0) -- ++(0,2); |