Numerical Scheme for Sediment Transport

Following Shi et al. (2012), the finite-volume approach is used for solving the advection-diffusion equation. A modified interface construction method is proposed for the sediment concentration. For time-integration, the third-order Stability-Preserving (SSP) Runge-Kutta scheme is used. The bed evolution equation is solved directly using forward differencing. The numerical schemes for solving the Boussinesq equations are kept unchanged. The grid arrangement of variables for solving advection-diffusion is shown in the figure below.

alternate text

Space-differencing

The spacing scheme is based on the conservative form of the advection-diffusion equation, which can be written as:

(93)\[\frac{\partial \Psi}{\partial t} + \nabla \cdot F (\Psi) = S\]

where \(\Psi\) and \(F(\Psi)\) represent the conserved variable and the sediment flux function, respectively, given by:

(94)\[\Psi = \bar{c} H\]

and

(95)\[F = \bar{c} ({\bf M} ) - k H \nabla_h \bar{c}\]

The source term \(S = P-D\). \(\Psi\) and \(S\) are evaluated at the cell center as the major variables defined in FUNWAVE-TVD. \(k\) is calculated at the cell faces as:

(96)\[k_{i+1/2,j} = 5.93 \left( \frac{u_{*c i+1,j} + u_{*c i,j}}{2} \right) \left( \frac{H_{i+1,j} + H_{i,j}}{2} \right)\]
(97)\[k_{i-1/2,j} = 5.93 \left( \frac{u_{*c i-1,j} + u_{*c i,j}}{2} \right) \left( \frac{H_{i-1,j} + H_{i,j}}{2} \right)\]

The same algorithm is used for \(k\) at (\(i,j+1/2\)) and (\(i,j-1/2\)) points. The shear velocity \(u_{*c}\) is evaluated as:

(98)\[u_{*c i,j} = \frac{k U_{c i,j}}{-1 + \ln (30H_{i,j}/k_s)}\]

where \(U_{c i,j}\) is the total velocity:

(99)\[U_{c i,j}= \sqrt{U_{i,j}^2 + V_{i,j}^2}\]

in which (\(U_{i,j}, V_{i,j}\)) are directly from the Boussinesq solution:

(100)\[U_{i,j} = U_{\alpha i,j} + U_{2 i,j}\]
(101)\[V_{i,j} = V_{\alpha i,j} + V_{2 i,j}\]

corresponding to the reference velocity \({\bf u}_\alpha\) and depth averaged velocity correction \(\bar{{\bf u}}_2\) described in Shi et al. (2012).

\(\nabla_h \bar{c}\) is also evaluated at the cell face as:

(102)\[\Delta_x \bar{c}_{i+1/2,j} = \frac{\bar{c}_{i+1,j} - \bar{c}_{i,j}}{\Delta x}\]
(103)\[\Delta_x \bar{c}_{i-1/2,j} = \frac{\bar{c}_{i,j} - \bar{c}_{i-1,j}}{\Delta x}\]

The same scheme is used for the \(y\) direction.

The source term in :math:Psi includes the pickup rate \(P\) and the deposition rate \(D\). \(P\) is calculated at the cell center using van Rijn 1984 formula as mentioned above. Similarly, the deposition rate, \(D\), is calculated at the cell center based on Cao 1999 formula.

Time stepping

Time stepping is the same as in FUNWAVE-TVD solver. The third-order Strong Stability-Preserving (SSP) Runge-Kutta scheme for nonlinear spatial discretization (Gottlieb et al., 2001) is adopted for time stepping. The scheme is given by:

(104)\[{\Psi}^{(1)} = {\Psi}^{n} + \Delta t (- \nabla \cdot F ({\Psi}^n) + {S}^{(1)} ) {\Psi}^{(2)} = \frac{3}{4}{\Psi}^{n} + \frac{1}{4} \left[ {\Psi}^{(1)} + \Delta t \left (- \nabla \cdot F ({\Psi}^{(1)} ) + {S}^{(2)} \right) \right] {\Psi}^{n+1}\]
(105)\[= \frac{1}{3}{\Psi}^{n} + \frac{2}{3} \left[ {\Psi}^{(2)} + \Delta t \left (- \nabla \cdot F ({\Psi}^{(2)} ) + { S}^{n+1} \right) \right]\]

in which \({\Psi}^{n}\) denotes \({\Psi}\) at time level \(n\). \({\Psi}^{(1)}\) and \({\Psi}^{(2)}\) are values at intermediate stages in the Runge-Kutta integration. As \({\Psi}\) is obtained at each intermediate step, the source term \(S\) needs to be updates using the intermediate value of concentration.

Time steps are the same as the Boussinesq solver, which uses adaptive values based on the Courant-Friedrichs-Lewy (CFL) criterion to ensure model stability.

Boundary conditions

Boundary conditions used in the sediment module have two types. One is the closed boundary condition which is applied at the cell face, for example:

(106)\[F_{i+1/2,j} = 0 \hspace{1cm}\]

The other is the open boundary condition with zero-gradient condition implemented at ghost cells.

References

Cao, Z. (1999) “Equilibrium near-bed concentration of suspended sediment”. J. of Hydraulic Eng., 125(12): 1270-1278. DOI: 10.1061/(ASCE)0733-9429(1999)125:12(1270).

Gottlieb, S., C.-W. Shu, and E. Tadmor, (2001). “High order time discretization methods with the strong stability property”. SIAM Review, 43: 89-112.

Shi, F., J.T. Kirby, J.C. Harris, J.D. Geiman, and S.T. Grilli, (2012). “A high-order adaptive time-stepping TVD solver for Boussinesq modeling of breaking waves and coastal inundation”. Ocean Modelling, 43-44: 36-51. DOI: 10.1016/j.ocemod.2011.12.004.

van Rijn, L.C., 1984. “Sediment Pick-Up Functions”. J. of Hydraulic Eng., 110 (10). DOI: 10.1061/(ASCE)0733-9429(1984)110:10(1494).