iccsa-19-vtestbed

git clone https://git.igankevich.com/iccsa-19-vtestbed.git
Log | Files | Refs

commit 97654b90764ecb2c5803b46366853c32740d1ba2
parent 99f0c70205c00ec15c28e43c8a793e76f2069cff
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Sat, 23 Mar 2019 18:45:21 +0300

Describe ship models.

Diffstat:
main.tex | 29+++++++++++++++++++++++++++++
references.bib | 9+++++++++
2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/main.tex b/main.tex @@ -3,6 +3,7 @@ \usepackage{amsmath} \usepackage{booktabs} \usepackage{graphicx} +\usepackage{url} \usepackage{tikz} \usetikzlibrary{arrows.meta} @@ -338,6 +339,8 @@ processor. \section{Results} +\subsection{Test setup} + Virtual testbed performance was benchmarked in a number of tests. Since we use both OpenMP and OpenCL technologies for parallel computing, we wanted to know how performance scales with the number of processor cores and with and without @@ -412,6 +415,32 @@ with and without graphical accelerator. The code was compiled with maximum optimisation level including processor-specific optimisations which enabled auto-vectorisation for further performance improvement. +We ran all test for each of the three ship models: Aurora, MICW (a hull with +reduced moments of inertia for the current waterline) and sphere. The first two +models represent real-world ships with known characteristics and were taken +from Vessel database~\cite{vessel2015} registered by our university. Parameters +of these ship models are listed in tab.~\ref{tab:ships}. Spherical ship hull +was used as a geometrical shape wetted surface area of which is close to +constant under impact of ocean waves. + +\begin{table} + \centering + \caption{Parameters of ship models that were used in the + benchmarks.\label{tab:ships}} + \begin{tabular}{lrrr} + \toprule + & Aurora & MICW & Sphere \\ + \midrule + Length, m & 126.5 & 260 & 100 \\ + Beam, m & 16.8 & 32 & 100 \\ + Depth, m & 14.5 & 31 & 100 \\ + No. of panels & 29306 & 10912 & 5120 \\ + \bottomrule + \end{tabular} +\end{table} + +\subsection{Benchmark results} + \section{Discussion} \section{Conclusion} diff --git a/references.bib b/references.bib @@ -118,6 +118,15 @@ address = {Aire-la-Ville, Switzerland} } +@Misc{ vessel2015, + title = {Vessel: Blueprints for the analysis of hydrostatic + characteristics, stability and propulsion of the ship (in Russian)}, + author = {Alexander Bogdanov and Vasily Khramushin}, + year = {2015}, + url = {http://www1.fips.ru/fips_servl/fips_servlet?DB=EVM&DocNumber=2015621368&TypeFile=html}, + fipsnumber = {2015621368} +} + @Article{ pita2016sph, title = {Coupled simulation of nonlinear ship motions and a free surface tank},