Ship Motion Application

by Sthefano L. Andrade and Henrique M. Gaspar
(sthefano.lande@gmail.com; hega @ hials.no), v0.1, Oct 2015.
A Ship Design and Operations Lab App.

Graphical representation of estimated motion responses for ships. Heave, pitch, roll, vertical motion and vertical acceleration responses are calculated as function of length, breadth, draft, block coefficient, waterline breadth and operational profile. Bending moment is also estimated. Values can be changed by clicking and dragging the sliders. Based on the article Estimation of ship motions using closed-form expressions by Jensen and Mansour (2004).

General Inputs:

Length:

Waterline Breadth:

Block Coefficient:

Draft:

Speed:

Relative Position to CG (%) :

Heading:

Wave Amplitude:

Froude Number:

Wave Incidance Angle

Roll Specific Inputs:

Waterplane Area Coefficient:

Transverse Metacentric Height:

Roll Natural Period:

Estimated Tn Value =

Empirical damping ratio (%):

Prismatic Length Ratio:

(for old browsers)

Graphics visualization bar

GRAPHIC 1 - Vertical motion (m/m) as function of wave frequency. Combined movement from the pitch and heave at the desired location.

GRAPHIC 2 - Vertical acceleration (m/s2) as function of wave frequency. Combined movement from the pitch and heave at the desired location. Deriveted from the Vertical Motion calculated.

RAPHIC 3 - Pitch motion is represented in this graphic as a function of wave frequency. Describes vertical motion caused by the pitch movement in meters at the desired location.

GRAPHIC 4 - Heave motion (m/m) as function of wave frequency. Represents the heave induced vertical motion at the Center of Gravity of the vessel.

GRAPHIC 5 - Wave Induced Bending Moment (106 N.m) as function of wave frequency.

GRAPHIC 6 - Roll Motion in degrees as a function of wave frequency

GRAPHIC 7 - Roll Motion in degrees as a function of wave period






Explaining the Inputs:

General Inputs

Length (m): Ship's waterline length.

Waterline Breadth (m): Ship's maximum breadth at the waterline.

Draft (m): Distance between the bottom of the vessel and the waterline.

Block Coefficient: Ratio between the ship's displacement volume and the volume of a prism with dimensions defined by Length, Waterline Breadth and Draft.

Speed (kts): Speed of the vessel, in knots.

Relative position to CG (%): Longitudinal position on the vessel where the user wishes to study the motion. Defined as a percentage of the ship length in relation to its center of gravity (in this case considered to be located at L/2). Positive to the fore and negative to the aft.

Heading (degrees): Direction of the waves in relation to the ship, where at 180 degrees they are head on waves.

Wave Amplitude(m): Amplitude of the waves.

Roll Specific Inputs:

Waterplane Area Coefficient: Ratio between the ship's waterplane area at desired draft and its waterline length times waterline breadth.

Transverse Metacentric Height (m): Distance between the ship's transverse center of gravity and its transverse meta-center.

Roll Natural Period (s): Natural period of roll of the ship. When unknown by the user, the program suggests a value based on the following rule of thumb: Tn = 0.85*Breadth/GM2

Critical Damping (%): This parameter is used to take into account the water viscosity. The viscose roll damping is approximately accounted for by adding a percentage of the critical damping to the inviscid wave damping.

Prismatic Length Ratio: Length ratio of two prismatic bodies that represent the ship. The ship is assumed to consist of two prismatic elements with the same draft, T, but different breadths B0 and B1 and cross-sectional areas A0 and A1. As shown:

Model of the simplified ship used in roll motion analysis (Jensen and Mansour, 2004)

Commentary:

The formulation necessary to develop this app was based on the article Estimation of ship motions using closed-form expressions by Jensen and Mansour (2004). A validation of the results, comparing to model tests and linear strip theory are commented in the paper.

Example of theory validation for vertical acceleration ((m/s2)/m) at forward perpendicular as function of wave frequency for different headings, by Jensen and Mansour (2004).

The method is based on the wave response of a box shaped vessel with Length, Breadth and Draft as main dimensions. The responses are calculated for different wave frequencies and then plotted. To account for the hull shape in a real vessel, the waterline breadth, B0, is multiplied by the Block Coefficient, Cb and the result, B, is used as the input for the Beam, as shown below:

B = B0Cb

The article explains the motivation and the value of this approach:

In the design of ships, the wave-induced motions and accelerations are important to the assessment of the comfort of the crew and the passengers and to the scantlings of securing devices like lashing for container stacks. Usually, the design values are taken from the classification society rules where explicit formulas are given. However, since the formulas do not depend on the operational profile the naval architect cannot assess the influence of e.g. a weather routing system or speed reduction in heavy sea.
Direct calculation of the maximum wave-induced motions and accelerations a ship may encounter during its operational lifetime can be performed by taking into account the hull form, the mass distribution and the operational profile. A linear analysis is fairly straightforward using either two- or three-dimensional hydrodynamic procedures based on potential theory. However, such direct calculation procedures are not very useful in the conceptual design phase, because of lack of detailed data for the ship and because significant expertise and time are required to do the calculations.

The benefit of such simplified methodology comes from the fact that it efficiently allows the operational profile of a vessel to be used as initial parameter for the ship motion analysis at conceptual phase with reliable results. The method, however, has a few accuracy limitations and simplifications, which are listed as:

  • Heave response is smaller than reality when λ/L > 1 (wave longer than the ship's length);
  • Pitch response is larger than reality around λ/L = 1 for Froude numbers larger than 0.2;
  • The simplified formulas predict zero pitch in beam sea (90 degrees);
  • Pitch and heave movements are considered to have a phase difference of 90 degrees;
  • The theory assumes very deep water waves;
  • For the Bending Moment Calculation the minimum Cb allowed is 0.6

The app is coded in javascript and runs in a web based environment, allowing for a real time visualization of the results in different browsers and systems.

Preliminary Graphics' Explanantion

GRAPHIC 1 - Vertical motion (m/m) as function of wave frequency. This motion takes into consideration the combined movement from the pitch and heave at the desired location.

  • Length: Bigger length means reduced vertical motion;
  • Breadth: Bigger breadth means reduced vertical motion;
  • Cb: Bigger block coefficient means reduced vertical motion;
  • Draft: Increasing the draft value also increases the maximum vertical motion value and it occurs at a lower wave frequencies;
  • Speed: It affects the wave encounter frequency, which also affects the intensity of the motion. Higher speed translates into bigger motion;
  • Relative Position: It affects the movement caused by pitch, thus having bigger vertical motion;
  • Heading: It influences the wave frequency at which the maximum vertical motion values occur.
  • GRAPHIC 2 - Vertical acceleration (m/s2) as function of wave frequency. This motion takes into consideration the combined movement from the pitch and heave at the desired location. It is deriveted from the Vertical Motion calculated.

  • Length: Bigger length means reduced vertical acceleration;
  • Breadth: Increasing the breadth decreases the vertical acceleration to a point and then it increases again;
  • Cb: Increasing the block coefficient decreases the vertical acceleration to a point and then it increases again;
  • Draft: Increasing the draft decreases the vertical acceleration to a point, then the maximum value becomes constant, but the wave frequency at which it occurs starts to have higher values;
  • Speed: It affects the wave encounter frequency, which also affects the intensity of the vertical acceleration. Higher speed translates into bigger acceleration;
  • Relative Position: Bigger vertical acceleration happens at extremes;
  • Heading: It influences to the vertical acceleration varies greatly.
  • GRAPHIC 3 - Pitch motion divided by the wave number (k) is represented in this graphic as a function of wave frequency. It describes vertical motion caused by the pitch movement in meters at the desired location.

  • Length: Increasing the length increases the pitch motion to a point, then it decreases and become stable. However, the changes also affect when the resonance frequency occurs;
  • Breadth: Bigger breadth means increased pitch motion values;
  • Cb: Changes in the block coefficient causes the pitch motion intensity to decrease and increase again (Unrealistic values when Cb ranges from 0.75 to 0.85 at L/B = 96/40);
  • Draft: Increasing the draft value also increases the maximum pitch motion value and it occurs at a lower wave frequencies;
  • Speed: It affects the wave encounter frequency, which also affects the intensity of the pitch motion. Higher speed translates into bigger motion;
  • Relative Position: It peaks the vertical motion due to pitch at the extremes and is 0 at the Center of Gravity;
  • Heading: It varies a lot, with no pitch motion at 270 and 90 degrees (side waves).
  • GRAPHIC 4 - Heave motion (m/m) as function of wave frequency. It represents the heave induced vertical motion at the Center of Gravity of the vessel.

  • Length: Bigger length means reduced heave motion;
  • Breadth: Bigger breadth means reduced heave motion. Changing it might create a resonance spike (depends on the other parameters combination);
  • Cb: Block Coefficient variances do not affect the heave motion in this formulation;
  • Draft: Increasing the draft value also increases the maximum heave motion value and it occurs at a lower wave frequencies;
  • Speed: It affects the wave encounter frequency, which also affects the intensity of the heave motion. Higher speed translates into bigger motion;
  • Relative Position: Changes have no effect, since the heave motion is constant on the whole vessel length;
  • Heading: It influences the wave frequency at which the maximum heave motion values occur.
  • GRAPHIC 5 - Wave Induced Bending Moment (106 N.m) as function of wave frequency.

  • Length: Bigger length means increased wave induced bending moment;
  • Breadth: Bigger breadth means increased wave induced bending moment;
  • Cb: Bigger block coefficient means increased wave induced bending moment;
  • Draft: Bigger draft means reduced wave induced bending moment;
  • Speed: Higher speed means increased wave induced bending moment;
  • Relative Position: Does not affect the formulation for wave induced bending moment. The maximum moment occurs at midship in ships;
  • Heading: The effect of changes in heading varies a lot.