E-mail:Password:
Powered by Charta Software
PROTIDE
Probabilistic Tidal Window Determination

Correcting the speed for water speed and direction

Created by Marlies de Keizer on 2008-03-06 15:54:24
Last modified on 2009-12-15 16:18:28
The calculation of the speed the ship travels through the channel is dependent on the ship speed (through the water) and the water speed and direction.

When a ship is moving towards the harbour with a certain speed in a certain direction, the real speed will be different because of the influence of the current.

ResultingSpeedBasis.jpg
Click to expand
  • Given that you are navigating from point a to point c with fullmanuevering speed v
  • The current is going from point c to point b with speed f
  • The angle with which the vectors cut each other of at point b is denoted α

Then we can determine the actual speed, x, that the ship is moving with from point a to point b.

The first thing to do is split the vector from point c to point b in a horizontal and vertical part. Applying the sinus and cosinus functions you can determine the lengths of these new vectors.

ResultingSpeedExtended.jpg
Click to expand

Where β = 2π - α

Applying pythagoras: v2 = (x + f cos(β))2 + (f sin(β))2

This can be rewritten to:

  • x = (v2 - (f sin(β))2)1/2 - f cos(β)
  • x = - (v2 - (f sin(β))2)1/2 - f cos(β)

One of the two values above will be positive. This is the resulting speed x.