Eigenfunction Matching for a Finite Change in Depth
Contents |
Introduction
The problem consists of a region of free water surface with depth
except between
and
where the depth is
.
The problem with a semi-infinite change in depth is treated in
Eigenfunction Matching for a Semi-Infinite 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
Inner product between free surface and dock modes

where

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
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
Solution using Symmetry
The finite dock problem is symmetric about the line
and this allows us to solve the problem
using symmetry. This method is numerically more efficient and requires only slight modification of the
code for Eigenfunction Matching for a Semi-Infinite Dock, the developed theory here is very close
to the semi-infinite solution.
We decompose the solution into a symmetric and an anti-symmetric part as is described in
Symmetry in Two Dimensions
Symmetric solution
The symmetric potential can be expanded as
and
where
and
are the coefficients of the potential in the two regions.
For the first equation we multiply both sides by
and
integrate from
and for the second equation we multiply both sides by
and integrate from
. This gives us
and
(for full details of this derivation see Eigenfunction Matching for a Semi-Infinite Change in Depth)
Anti-symmetric solution
The anti-symmetric potential can be expanded as
and
where
and
are the coefficients of the potential in the two regions.
Note that the minus sign in the expression for the dock-covered region has been added so that each component is equal to one at
.
For the first equation we multiply both sides by
and
integrate from
and for the second equation we multiply both sides by
and integrate from
. This gives us
and
(for full details of this derivation see Eigenfunction Matching for a Semi-Infinite Change in Depth)
Solution to the original problem
We can now reconstruct the potential for the finite dock from the two previous symmetric and anti-symmetric solution as explained in Symmetry in Two Dimensions. The amplitude in the left open-water region is simply obtained by the superposition principle
Note the formulae for
and
are more complicated but can be derived with some work.
Matlab Code
A program to calculate the coefficients for the semi-infinite dock problems can be found here finite_change_in_depth.m
Additional code
This program requires