From 774f3fd60e06a5dbb493dc0359a64dba03369cdd Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Fri, 4 Feb 2022 16:11:29 +0100 Subject: [PATCH] Structure --- biblio/{ => chapters}/introduction.tex | 0 biblio/{ => chapters}/literature.tex | 10 +++++++++- biblio/main.tex | 14 ++++++++++---- biblio/{ => notes}/bibliography_research.tex | 0 4 files changed, 19 insertions(+), 5 deletions(-) rename biblio/{ => chapters}/introduction.tex (100%) rename biblio/{ => chapters}/literature.tex (92%) rename biblio/{ => notes}/bibliography_research.tex (100%) diff --git a/biblio/introduction.tex b/biblio/chapters/introduction.tex similarity index 100% rename from biblio/introduction.tex rename to biblio/chapters/introduction.tex diff --git a/biblio/literature.tex b/biblio/chapters/literature.tex similarity index 92% rename from biblio/literature.tex rename to biblio/chapters/literature.tex index c533161..975eece 100644 --- a/biblio/literature.tex +++ b/biblio/chapters/literature.tex @@ -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} diff --git a/biblio/main.tex b/biblio/main.tex index c00772d..f1a7a0b 100644 --- a/biblio/main.tex +++ b/biblio/main.tex @@ -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} diff --git a/biblio/bibliography_research.tex b/biblio/notes/bibliography_research.tex similarity index 100% rename from biblio/bibliography_research.tex rename to biblio/notes/bibliography_research.tex