1
Fork 0

Structure

This commit is contained in:
Edgar P. Burkhart 2022-02-04 16:11:29 +01:00
parent 26bd60624d
commit 774f3fd60e
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
4 changed files with 19 additions and 5 deletions

View File

@ -8,7 +8,8 @@ modeling a seastate. Using the raw data from a buoy as the input of a wave
model will lead to incorrect results in the domain as the flow velocity at the
boundary will not be correctly generated.
Several methods exist to extract reflected components in measured seastates,
Several methods exist to extract incident and reflected components in measured
seastates,
and they can generally be categorised in two types of methods: array methods
and PUV methods \parencite{inch2016accurate}. Array methods rely on the use of
multiple measurement points of water level to extracted the incident and
@ -70,3 +71,10 @@ reflectivities over 0.3.
\item \cite{sheremet2002observations}:
\end{itemize}
\section{Modeling wave impact on a breakwater}
\subsection{SPH models}
\subsection{VARANS models}
\section{Modeling block displacement}

View File

@ -15,6 +15,11 @@
pdfauthor = {Edgar P. Burkhart},
}
\includeonly{
chapters/introduction,
chapters/literature,
}
\title{\interlight\huge M2 Internship\\{\Huge Bibliography review}\\
\vspace{1em}
Simulation
@ -33,11 +38,12 @@ at the Artha breakwater on February 28, 2017}
\tableofcontents
\mainmatter
\include{bibliography_research}
\include{introduction}
\include{literature}
%\include{notes/bibliography_research}
\include{chapters/introduction}
\include{chapters/literature}
\backmatter
\nocite{*}
%\nocite{*}
\printbibliography
\end{document}