Eigenfunction Matching for a Semi-Infinite Change in Depth
Contents |
Introduction
The problem consists of a region to the left with a free water surface with depth
and to the right a region of depth
. The problem with a finite change in depth is treated in
Eigenfunction Matching for a Finite Change in Depth
Governing Equations
We begin with the Frequency Domain Problem for a submerged dock which occupies
the region
(we assume
time dependence).
The depth of is constant
for
and
constant
for
.
The
-direction points vertically
upward with the water surface at
.
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 two regions,
and
.
We express the potential as
and then Laplace's equation becomes
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
.
The boundary condition at the free surface (
) gives rise to:

which is the Dispersion Relation for a Free Surface
The above equation is not really the dispersion relation for a free surface, it would be better to refer to it as a transcendental equation. If we solve for all roots in the complex plane we find that the first root is a pair of imaginary roots. We denote the imaginary solutions of this equation by
and
the positive real solutions by
,
. The
of the imaginary solution is the wavenumber. We put the imaginary roots back into the equation above and use the hyperbolic relations
to arrive at the dispersion relation
We note that for a specified frequency
the equation determines the wavenumber
.
Finally we define the function
as
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
Expansion of the potential
We need to apply some boundary conditions at plus and minus infinity, where are essentially the the solution cannot grow. This means that we only have the positive (or negative) roots of the dispersion equation. However, it does not help us with the purely imaginary root. Here we must use a different condition, essentially identifying one solution as the incoming wave and the other as the outgoing wave.
Therefore the scattered potential (without the incident wave, which will be added later) can be expanded as
and
where
and
are the coefficients of the potential in the left and right respectively
and
denotes the solution for depth
etc.
Incident potential
To create meaningful solutions of the velocity potential
in the specified domains we add an incident wave term to the expansion for the domain of
above. The incident potential is a wave of amplitude
in displacement travelling in the positive
-direction. We would only see this in the time domain
however, in the frequency domain the incident potential can be written as
The total velocity (scattered) potential now becomes
for the domain of
.
The first term in the expansion of the diffracted potential for the domain
is given by
which represents the reflected wave.
In any scattering problem
where
and
are the reflection and transmission coefficients respectively. In our case of the semi-infinite dock
and
as there are no transmitted waves in the region under the dock.
An infinite dimensional system of equations
The potential and its derivative must be continuous across
. Therefore, the
potentials and their derivatives at
have to be equal or equal to zero
as appropriate.
We obtain:

For the first equation we multiply both sides by
and integrating from
to
to obtain:

and for the second equation we multiply both sides by
and integrating from
to
to obtain:

Solving the equations above will yield the coefficients of the water velocity potential in the dock covered region.
Inner product between free surface and dock modes

where

Matlab Code
A program to calculate the coefficients for the semi-infinite change in depth can be found here semi_infinite_change_in_depth.m
Additional code
This program requires