iccsa-19-vtestbed

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

commit 5085345940bd73416cff1aff6cb995c4937346a5
parent f2784bfa3bdab4109cb0bae5472211699e8fbae8
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Fri, 22 Mar 2019 13:37:14 +0300

Introduction.

Diffstat:
main.tex | 32+++++++++++++++++++++++++++++++-
references.bib | 45+++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+), 1 deletion(-)

diff --git a/main.tex b/main.tex @@ -51,10 +51,40 @@ wavy surface } \end{abstract} + \section{Introduction} -\section{Math} +Simulation of ship motion in ocean waves is done in several computer +programmes~\cite{matusiak2013,shin2003nonlinear,ueng2008} that differ in what +physical phenomena they simulate (manoeuvring in waves, compartment flooding, +regular and irregular waves, wind, real-time simulation or batch processing +etc.) and application area (scientific studies, education or entertainment). +These programmes are virtual analogues of ship model basins that are used to +simulate characteristics and behaviour of ship in a particular sea conditions. +The advantage of using virtual ship model basin over a physical one is that +experiments are performed in real scale (with real-sized ships and ocean waves) +and on a computer without the need to access high-technological facility. + +Although, all numerical experiments are performed on a computer, one computer +is not powerful enough to perform them fast. Often, this problem is solved by +using a cluster of computer nodes or a supercomputer; however, a supercomputer +or a cluster is another high-technological facility that a researcher have to +gain access to. In that case virtual ship model basin has little advantage over +a physical one: the research is slowed down by official documents' approvals +and time-sharing of computing resources. + +One way of removing this barrier is to use use graphical accelerator to +speed-up computations. In that case simulation can be performed on a regular +workstation that has a modest graphics card. This is one of the features that +distinguishes Virtual testbed with respect to existing ship motion simulation +programmes. + +\section{Virtual testbed} +Virtual testbed is a computer programme that simulates ocean waves, ship motion +and compartment flooding. One feature that distinguishes it with respect to +existing proposals is real-time visualisation and the use of graphical +accelerators for speeding up computations. diff --git a/references.bib b/references.bib @@ -0,0 +1,45 @@ + +@Article{ shin2003nonlinear, + title = {Nonlinear time domain simulation technology for seakeeping + and wave-load analysis for modern ship design. Authors' + closure}, + author = {Shin, YS and Belenky, VL and Lin, WM and Weems, KM and Engle, + AH and McTaggart, Kevin and Falzarano, Jeffrey M and + Hutchison, Bruce L and Gerigk, Miroslaw and Grochowalski, + Stefan}, + journal = {Transactions-Society of Naval Architects and Marine + Engineers}, + volume = {111}, + pages = {557--583}, + year = {2003}, + publisher = {Society of Naval Architects and Marine Engineers} +} + +@Article{ ueng2008, + author = {Ueng, Shyh-Kuang and Lin, David and Liu, Chieh-Hong}, + title = {A ship motion simulation system}, + journal = {Virtual Reality}, + year = {2008}, + month = {Mar}, + day = {01}, + volume = {12}, + number = {1}, + pages = {65--76}, + issn = {1434-9957}, + doi = {10.1007/s10055-008-0088-8}, +} + +@Book{ matusiak2013, + title = {Dynamics of a Rigid Ship}, + author = {Matusiak, Jerzy}, + year = {2013}, + language = {en}, + pages = {156}, + isbn = {978-952-60-5205-2 (electronic); 978-952-60-5204-5 (printed)}, + issn = {1799-490X (electronic); 1799-4896 (printed); 1799-4896 + (ISSN-L)}, + series = {SCIENCE + TECHNOLOGY}, + number = {11/2013}, + publisher = {Aalto University; Aalto-yliopisto}, + url = {http://urn.fi/URN:ISBN:978-952-60-5205-2} +}