First formulas
This commit is contained in:
parent
7c53a57dc4
commit
ad7dcd1ee9
1 changed files with 17 additions and 1 deletions
18
main.tex
18
main.tex
|
@ -144,7 +144,23 @@
|
|||
\rule{\linewidth}{0.25pt}
|
||||
\end{center}
|
||||
|
||||
\section{First}
|
||||
\section{Equations}
|
||||
\subsection{Navier-Stokes}
|
||||
\begin{equation}
|
||||
\frac{D}{Dt}
|
||||
\end{equation}
|
||||
|
||||
\subsection{Circulation}
|
||||
\begin{equation}
|
||||
C = \oint_c u \, dc = \oint (u \, dx + v \, dy + w \, dz)
|
||||
\end{equation}
|
||||
|
||||
\section{Concepts}
|
||||
\subsection{Thermal wind}
|
||||
\textit{Thermal wind} describes the vertical change of geostrophic (i.e. horizontal) wind
|
||||
\begin{equation}
|
||||
\frac{\partial}{\partial z} v_G = \bigg(\frac{1}{f}\frac{g}{\theta_0}\bigg)(k \times \nabla_h \theta^*)
|
||||
\end{equation}
|
||||
|
||||
\scriptsize
|
||||
|
||||
|
|
Loading…
Reference in a new issue