Structure
This commit is contained in:
parent
26bd60624d
commit
774f3fd60e
4 changed files with 19 additions and 5 deletions
|
@ -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
|
model will lead to incorrect results in the domain as the flow velocity at the
|
||||||
boundary will not be correctly generated.
|
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 they can generally be categorised in two types of methods: array methods
|
||||||
and PUV methods \parencite{inch2016accurate}. Array methods rely on the use of
|
and PUV methods \parencite{inch2016accurate}. Array methods rely on the use of
|
||||||
multiple measurement points of water level to extracted the incident and
|
multiple measurement points of water level to extracted the incident and
|
||||||
|
@ -70,3 +71,10 @@ reflectivities over 0.3.
|
||||||
|
|
||||||
\item \cite{sheremet2002observations}:
|
\item \cite{sheremet2002observations}:
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
\section{Modeling wave impact on a breakwater}
|
||||||
|
\subsection{SPH models}
|
||||||
|
|
||||||
|
\subsection{VARANS models}
|
||||||
|
|
||||||
|
\section{Modeling block displacement}
|
|
@ -15,6 +15,11 @@
|
||||||
pdfauthor = {Edgar P. Burkhart},
|
pdfauthor = {Edgar P. Burkhart},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\includeonly{
|
||||||
|
chapters/introduction,
|
||||||
|
chapters/literature,
|
||||||
|
}
|
||||||
|
|
||||||
\title{\interlight\huge M2 Internship\\{\Huge Bibliography review}\\
|
\title{\interlight\huge M2 Internship\\{\Huge Bibliography review}\\
|
||||||
\vspace{1em}
|
\vspace{1em}
|
||||||
Simulation
|
Simulation
|
||||||
|
@ -33,11 +38,12 @@ at the Artha breakwater on February 28, 2017}
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
\mainmatter
|
\mainmatter
|
||||||
\include{bibliography_research}
|
%\include{notes/bibliography_research}
|
||||||
\include{introduction}
|
\include{chapters/introduction}
|
||||||
\include{literature}
|
\include{chapters/literature}
|
||||||
|
|
||||||
|
|
||||||
\backmatter
|
\backmatter
|
||||||
\nocite{*}
|
%\nocite{*}
|
||||||
\printbibliography
|
\printbibliography
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in a new issue