commit f90c3942107434929de0451c67408928b781c280
parent 12a1a70ff75b36b01666cf9e967698e388bb9ed3
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Fri, 28 Jun 2019 19:25:37 +0300
git collect
Diffstat:
| slides.tex | | | 85 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- | 
1 file changed, 84 insertions(+), 1 deletion(-)
diff --git a/slides.tex b/slides.tex
@@ -5,7 +5,7 @@
 
 \usepackage{booktabs}
 \usepackage{multicol}
-\usepackage{pgfgantt}
+\usepackage{multirow}
 \usepackage{tikz}
 \usetikzlibrary{arrows.meta}
 \setlength{\tabcolsep}{4pt}
@@ -53,6 +53,89 @@ I.\:Petriakov%
 	How much performance can be gained using GPUs?
 \end{frame}
 
+\begin{frame}{VSL format}
+	\small
+	\begin{tabular}{p{1cm}p{1cm}p{9cm}}
+		\toprule
+		\multicolumn{3}{l}{1. Technical vessel description (lines starting
+		with \texttt{//} or \texttt{;} are comments).} \\
+		\multicolumn{3}{l}{2. Format magic number (30) and hull model name in
+		angle brackets \texttt{<...>}.} \\
+		\multicolumn{3}{l}{3. The number of frames and middle frame number.} \\
+		\multicolumn{3}{l}{4. Hull dimensions (length, beam, draft).} \\
+		\cmidrule(lr){1-3}
+		\multirow{5}{*}{\rotatebox[origin=c]{90}{\parbox[t]{2.9cm}{\centering{}The
+		number of points on a curve}}} & \multicolumn{2}{l}{5. \(X(z)\)~---
+		sternpost contour abscissas as a function of applicates.} \\
+		& \multicolumn{2}{l}{6. \(Y(z)\)~--- transom width ordinates as a
+		function of applicates.} \\
+		\cmidrule(lr){2-3}
+		& \rotatebox[origin=c]{90}{\parbox[t]{1.4cm}{\centering{}Frame
+		abscissas}} & 7.  \(Y(z)\)~--- frame curves as functions of
+		applicates of general hull line. \\
+		\cmidrule(lr){2-3}
+		& \multicolumn{2}{l}{8. \(Y(z)\)~--- bulbous bow width ordinates as a
+		function of applicates.} \\
+		& \multicolumn{2}{l}{9. \(X(z)\)~--- stern contour abscissas as a
+		function of applicates.} \\
+		\cmidrule(lr){1-3}
+		\multicolumn{3}{l}{10. Design characteristics (displacement, wetted
+		surface, volume ratio coefficient).} \\
+		\bottomrule
+	\end{tabular}
+\end{frame}
+
+\begin{frame}{Ship hull sections}
+	\includegraphics{build/sections.eps}
+\end{frame}
+
+\begin{frame}{Hydrostatics}
+	\includegraphics[width=\textwidth]{graphics/hydrostatics.png}
+\end{frame}
+
+\begin{frame}{Stability}
+	\includegraphics[width=\textwidth]{graphics/stability.png}
+\end{frame}
+
+\begin{frame}{Waves}
+	\includegraphics[width=\textwidth]{graphics/waves.png}
+\end{frame}
+
+\begin{frame}{Bow}
+	\includegraphics{build/bow.eps}
+\end{frame}
+
+\begin{frame}{MICW bow}
+	\includegraphics{build/micw-bow.eps}
+\end{frame}
+
+\begin{frame}{VSL performance}
+	\begin{tabular}{llrrr}
+		\toprule
+		Ship   & Format & Import time, s & No. of vertices & No. of faces \\
+		\midrule
+		MICW   & VSL    &          0.019 &            5457 &        10912 \\
+		Aurora & VSL    &          0.054 &           14653 &        29306 \\
+		5415   & IGES   &          1.300 &           21088 &        41841 \\
+		KVLCC2 & IGES   &         24.000 &           57306 &       114110 \\
+		KCS    & IGES   &         32.500 &          626188 &      1243307 \\
+		\bottomrule
+	\end{tabular}
+\end{frame}
+
+\begin{frame}{3-D ship models}
+	\includegraphics[width=0.5\textwidth]{build/{aurora.vsl}.eps}\hfill
+	\includegraphics[width=0.5\textwidth]{build/{micw.vsl}.eps}
+\end{frame}
+
+\begin{frame}{More pictures}
+	\includegraphics[width=\textwidth]{graphics/aurora-1.png}
+\end{frame}
+
+\begin{frame}{More pictures}
+	\includegraphics[width=\textwidth]{graphics/aurora-2.png}
+\end{frame}
+
 \begin{frame}
     \centering
     \Large