Eddy Viscosity

Turbulence is a complex phenomenon of chaotic (turbulent) fluid motion and eddies spanning a wide range of length scales. Many of the length scales are too small to be feasibly resolved by a discrete numerical model, so turbulent flow mixing is modeled as a gradient diffusion process. In this approach, the diffusion rate is cast as the eddy viscosity \nu_t . The eddy viscosity is computed as follows,

1) \boldsymbol{\nu_t} = \boldsymbol{D} u_* h + (C_s \Delta)^2 |\overline{S}|

where the tensor \boldsymbol{D} is the mixing coefficient tensor, u_* is the shear velocity, h is the water depth, C_s is the Smagorinsky coefficient (approximately between 0.05 and 0.2), \Delta is the filter width equal to local grid resolution, and \left| \overline{S} \right| is the strain rate. The first term on the right-hand-side represents the turbulence produced by vertical shear, and more specifically bottom shear in longitudinal direction and secondary flows in the transverse direction. The mixing coefficients also represent the mixing due to momentum dispersion and not just turbulence. The second term on the right-hand-side of equation2-136 represents the turbulence produced by horizontal shear in the flow. The second term in equation 2-136 is the Smagorinsky-Lilly eddy viscosity model (Smagorinsky 1963; Deardorff 1970). The Smagorinsky-Lilly model assumes that the turbulent energy production and dissipation at small scales are in equilibrium. The Smagorinsky-Lilly model is somewhat expensive to compute because it requires computing the velocity gradients. However, it is more physically accurate, especially in regions of high shear such as close to solid/dry boundaries. It is noted that the velocity gradients are computed at cells using the Green-Gauss divergence theorem and then interpolated at the faces with the weighting coefficients \alpha _L and \alpha _R . The strain rate is given as:

2) \displaystyle \left| \overline{S} \right| = \sqrt{2 \left( \frac{\partial u}{\partial x} \right) ^2 +2 \left( \frac{\partial v}{\partial y} \right) ^2 + \left( \frac{\partial u}{\partial y} + \frac{\partial v}{\partial x} \right) ^2}

The diffusion coefficient tensor is given by:

3) \boldsymbol{D} = \begin{bmatrix} D_{xx} & 0 \\ 0 & D_{yy} \end{bmatrix}

and

D_{xx} = D_L \cos^2\theta + D_T \sin^2\theta
D_{yy} = D_L \sin^2\theta + D_T \cos^2\theta

The parameters D_L and D_T are user-specified mixing coefficients in the longitudinal and transverse directions, respectively. \theta is the velocity direction. If D_L and D_T are equal, then the mixing is isotropic. Some values for D_L and D_T are provided in the tables below:

Table 1. Longitudinal Coefficients.

D_L

Mixing Intensity

Geometry and surface

0.1 to 0.3

Little longitudinal mixing

Straight channel
Smooth surface

0.3 to 1

Moderate longitudinal mixing

Gentle meanders
Moderate surface irregularities

1 to 3

Strong longitudinal mixing

Strong meanders
Rough surface

Table 2. Transverse Mixing Coefficients.

D_T

Mixing Intensity

Geometry and surface

0.05 to 0.1

Little transversal mixing

Straight channel
Smooth surface

0.1 to 0.3

Moderate transversal mixing

Gentle meanders
Moderate surface irregularities

0.3 to 1

Strong transversal mixing

Strong meanders
Rough surface