-
Notifications
You must be signed in to change notification settings - Fork 0
/
notation.tex
executable file
·33 lines (29 loc) · 1.31 KB
/
notation.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\chapter*{Notation}
\markboth{Notation}{Notation}
\section*{Roman letters}
\begin{longtable}{l @{\hspace{1em}} l @{\hspace{1em}} L{0.73\textwidth}}
\textbf{Letter} & \textbf{Unit} & \textbf{Description} \\
\multicolumn{3}{p{\textwidth}}{}\\ % Force table to expand to textwidth and flush left
$x$& m & streamwise coordinate, pointing in the upstream direction\\
$y$& m & spanwise coordinate, pointing toward the right bank\\
$z$& m & vertical coordinate, pointing against gravity acceleration vector \\
\end{longtable}
\addtocounter{table}{-1}
\section*{Greek letters}
\begin{longtable}{l @{\hspace{1em}} l @{\hspace{1em}} L{0.8\textwidth}}
\textbf{Letter} & \textbf{Unit} & \textbf{Description} \\
\multicolumn{3}{p{\textwidth}}{}\\ % Force table to expand to textwidth and flush left
$\eta$ & -- & porosity \\
$\Phi$ & -- & dimensionless bedload transport\\
\end{longtable}
\addtocounter{table}{-1}
\section*{Acronyms, abbreviations, and subscripts}
\begin{longtable}{l @{\hspace{1em}} l}
\multicolumn{2}{p{\textwidth}}{}\\
CFD & Computational Fluid Dynamics\\
GIS & Geographic Information System\\
GUI & Graphical User Interface\\
OS & Operating System\\
\end{longtable}
\addtocounter{table}{-1}
\textit{Note: SI unit abbreviations like "a" for \textit{annum} or "m" for \textit{meter} are not listed.}