Governing Equations
The depth-averaged 2-D continuity equation may be written as
|
|
(1)
|
where
is the total water depth
,
is the water surface elevation,
is the still water depth,
is the depth-averaged current velocity,
is a source term due to precipitation and evaporation, and
is the divergence operator.
The momentum equation can be written as
|
|
(2)
|
where
is the gravitational constant,
where
is the Coriolis parameter,
is the eddy viscosity,
is the wind stress,
is the wave stresses, and
is the combined wave-current mean bed shear stress.
Numerical Methods
Temporal Term
The temporal term of the momentum equations is discretized using a first order implicit Euler scheme
|
|
(3)
|
where
is the cell area, and
is the hydrodynamic time step.
Advection Term
The advection scheme obtained using the divergence theorem as
where is the outward unit normal on cell face f, is the cell face length and is the total water depth linearly interpolated to the cell face. Here the overbar indicates a cell face interpolation operator described in the following section. For Cartesian grids the cell face unit vector is always aligned with one of the Cartesian coordinates which simplifies the calculation. Defining the cell face normal velocity as the above equation simplifies to
|
|
(4)
|
where
is the outward unit normal on cell face f,
is the cell face length and
is the total water depth linearly interpolated to the cell face. Here the overbar indicates a cell face interpolation operator described in the following section. For Cartesian grids the cell face unit vector is always aligned with one of the Cartesian coordinates which simplifies the calculation. Defining the cell face normal velocity as the above equation simplifies to
Symbol |
Description |
Units
|
 |
Time |
sec
|
 |
Total water depth  |
m
|
 |
Still water depth |
m
|
 |
Water surface elevation with respect to the still water elevation |
m
|
 |
Current velocity in the jth direction |
m/sec
|
 |
Sum of Precipitation and evaporation per unit area |
m/sec
|
 |
Gravitational constant |
m/sec2
|
 |
Water density |
kg/m3
|
 |
Atmospheric pressure |
Pa
|
 |
Turbulent eddy viscosity |
m2/sec
|
Documentation Portal