Hydrodynamic Correction for High Concentration Sediment

Following Cao et al. (2004), hydrodynamic corrections were made for high concentration sediment. Three extra terms were added into mass and momentum conservation equations, respectively. According to Cao et al.’s (5) and (6), which were based on SWE in x-direction:

(85)\[\frac{\partial H}{\partial t} + \frac{\partial Hu}{\partial x} = \frac{P-D}{1-n}\]
(86)\[\frac{\partial Hu}{\partial t} + \frac{\partial }{\partial x} \left(Hu^2+\frac{1}{2}g H^2\right) = gH \left(-\frac{\partial z}{\partial x} - S_f \right) - \frac{(\rho_s-\rho_w)gH^2}{2\rho}\frac{\partial c}{\partial x} - \frac{(\rho_0-\rho)(P-D)u}{\rho(1-n)}\]

where \(S_f\) is the bottom friction term. Notice that the definition of \(h\) defined in Cao et al. is the total water level \(H=(h+\eta)\), we rewrote the momentum equation above using \((h+\eta)\) or \(H\) instead of \(h\), which is the still water depth defined here. The 1D SWEs are consistent with the SWE form of FUNWAVE-TVD equations except the extra terms in the mass and momentum equations. The definitions of density of water-sediment mixture and saturated bed are

Density of water-sediment mixture: \(\rho = \rho_w(1-c) + \rho_s c\)

Density of saturated bed: \(\rho_0 = \rho_w n + \rho_s (1-n)\)

The FUNWAVE-TVD equations become

(87)\[\eta_t + \nabla \cdot {\bf M} = M_{ext}\]
(88)\[{\bf M}_t + \nabla \cdot \left( \frac{{\bf MM}}{H} \right) + \nabla \left(\frac{1}{2}g(\eta^2 + 2h\eta) \right) = H {\bf V}_{dis} + g\eta \nabla h + {\bf DC}_{ext} + {\bf EXG}_{ext}\]

where \({\bf V}_{dis}\) represents the nonlinear dispersive terms; \(M_{ext}\) is the additional term due to the total mass balance; \({\bf DC}_{ext}\) is the extra term representing the effect of spatial variation of sediment concentration; \({\bf EXG}_{ext}\) is the extra term caused by the momentum transfer due to sediment exchange between the water column and erodible bed.

We define \(s=\rho_s/\rho_w\) which is consistent with the previous definition in FUNWAVE-TVD (Tehranirad et al., 2020), and note that \(s\) here is different from Cao et al. who defined it as \(s =\rho_s/\rho_w -1\). The extra term in the mass conservation equation is

(89)\[M_{ext} = \frac{P-D}{1-n}\]

The extra terms in the momentum equation are

(90)\[{\bf DC}_{ext} = - \frac{(s-1)gH^2}{[1+c(s-1)]} \nabla c\]

and

(91)\[{\bf EXG}_{ext} = - \frac{(s-1)(1-n-c)}{[1+c(s-1)](1-n)} (P-D) {\bf \bar{u}}\]

where \({\bf \bar{u}}\) represents the depth-averaged velocity and can be estimated by \({\bf u}_\alpha\) for simplicity. Notice that \(1-n-c \ge 0\) in equations above.

To simulate the effects of the extra terms, we provide three logical parameters

SedimentMassSource = T ! or F, if T extra term in mass equation calculated
SedimentMomentDC = T ! or F, if T concentraton gradient term calculated
SedimentMomentEXG = T ! or F, if T momentum exchange term calculated

The default values for all three parameters are F.