Eigenfunction Matching for a Finite Dock
From WikiWaves
Contents |
Introduction
The problems consists of a region to the left and right with a free surface and a middle region with a rigid surface through which not flow is possible. We begin with the simple problem when the waves are normally incident (so that the problem is truly two-dimensional). We then consider the case when the waves are incident at an angle. For the later we give the equations in slightly less detail. The theory is based on Eigenfunction Matching for a Semi-Infinite Dock and this should be consulted for many details. The solution here can be straightforwardly extended using Symmetry in Two Dimensions to two docks of the same length and this can be found Two Identical Docks using Symmetry. We also show how the solution can be found using Symmetry in Two Dimensions for the finite dock in Eigenfunction Matching for a Finite Dock using Symmetry.
Governing Equations
We consider here the Frequency Domain Problem for a finite dock which occupies the region − L < x < L (we assume eiωt time dependence). The water is assumed to have constant finite depth h and the z-direction points vertically upward with the water surface at z = 0 and the sea floor at z = − h. The boundary value problem can therefore be expressed as

We
must also apply the Sommerfeld Radiation Condition
as
. This essentially implies
that the only wave at infinity is propagating away and at negative infinity there is a unit incident wave
and a wave propagating away.
Solution Method
We use separation of variables in the three regions, exactly as for the Eigenfunction Matching for a Semi-Infinite Dock.
Separation of variables for a free surface
We use separation of variables
We express the potential as
and then Laplace's equation becomes
The separation of variables equation for deriving free surface eigenfunctions is as follows:
subject to the boundary conditions
and
We can then use the boundary condition at
to write
where we have chosen the value of the coefficent so we have unit value at z = 0.
The boundary condition at the free surface (
) gives rise to:

which is the Dispersion Relation for a Free Surface
We denote the
negative imaginary solution of this equation by
and
the positive real solutions by
,
. We define
as the vertical eigenfunction of the potential in the open water region. From Sturm-Liouville theory the vertical eigenfunctions are orthogonal. They can be normalised to be orthonormal, but this has no advantages for a numerical implementation. It can be shown that
where
Separation of Variables for a Dock
The separation of variables equation for a floating dock
subject to the boundary conditions
and
The solution is
,
and
We note that
where
Inner product between free surface and dock modes
where

Incident potential
The incident potential is a wave of amplitude A in displacement travelling in the positive x-direction. The incident potential can therefore be written as
Expansion of the Potential
The potential can be expanded as
and
where am and dm are the coefficients of the potential in the open water regions to the left and right and cm and dm are the coefficients under the dock covered region. We have an incident wave from the left.
An infinite dimensional system of equations
The potential and its derivative must be continuous across the
transition from open water to the plate covered region. Therefore, the
potentials and their derivatives at
have to be equal.
We obtain
We solve these equations by multiplying both equations by φl(z) and integrating from − h to 0 to obtain:
Numerical Solution
To solve the system of equations we set the upper limit of l to be M. We then simply need to solve the linear system of equations.
Solution with Waves Incident at an Angle
We can consider the problem when the waves are incident at an angle θ. When a wave in incident at an angle θ we have the wavenumber in the y direction is ky = sinθk0 where k0 is as defined previously (note that ky is imaginary).
This means that the potential is now of the form
so that when we separate variables we obtain
where k is the separation constant calculated without an incident angle.
Therefore the potential can be expanded as
and
where
and
where we always take the positive real root or the root with positive imaginary part.
The equations are derived almost identically to those above and we obtain
and these are solved exactly as before.
Matlab Code
A program to calculate the coefficients for the finite dock problems can be found here finite_dock.m
Additional code
This program requires
