diff --git a/report/chapters/olaflow.tex b/report/chapters/olaflow.tex index 23e8568..255e6d3 100644 --- a/report/chapters/olaflow.tex +++ b/report/chapters/olaflow.tex @@ -7,3 +7,23 @@ from the crest). A tool that allows mapping the output fields from swash to the initial fields in olaFlow was built. Alpha.water and U fields are mapped from swash to olaFlow. + +Boundary conditions are set using the output from the swash model. + +A regular mesh is generated and snapped to the bathymetry (mesh resolution: \SI{.5}{\m}). + +Simulation is run for 400 seconds using the largest wave from the swash model with the buoy spectrum as an input +(\autoref{fig:wave}). + +\begin{figure} + \centering + \includegraphics{wave.pdf} + \caption{Boundary condition for olaflow model.}\label{fig:wave} +\end{figure} + +Results are plotted using python \autoref{fig:resola}. +\begin{figure} + \centering + \includegraphics{resola.pdf} + \caption{Results from olaFlow model.}\label{fig:resola} +\end{figure} diff --git a/report/fig/resola.pdf b/report/fig/resola.pdf new file mode 100644 index 0000000..1231de8 Binary files /dev/null and b/report/fig/resola.pdf differ diff --git a/report/fig/wave.pdf b/report/fig/wave.pdf new file mode 100644 index 0000000..fa71b10 Binary files /dev/null and b/report/fig/wave.pdf differ