Well-Balanced Central Schemes on Overlapping Cells with Constant Subtraction Techniques for the Saint-Venant Shallow Water System

Suo Yang,Alexander Kurganov,Yingjie Liu
DOI: https://doi.org/10.1007/s10915-014-9908-z
2014-03-15
Abstract:We develop well-balanced central schemes on overlapping cells for the Saint-Venant shallow water system and its variants. The main challenge in deriving the schemes is related to the fact that the Saint-Venant system contains a geometric source term due to nonflat bottom topography and therefore a delicate balance between the flux gradients and source terms has to be preserved. We propose a constant subtraction technique, which helps one to ensure a well-balanced property of the schemes, while maintaining arbitrary high-order of accuracy. Hierarchical reconstruction limiting procedure is applied to eliminate spurious oscillations without using characteristic decomposition. Extensive one- and two-dimensional numerical simulations are conducted to verify the well-balanced property, high-order of accuracy, and non-oscillatory high-resolution for both smooth and nonsmooth solutions.
Numerical Analysis
What problem does this paper attempt to address?
This paper attempts to solve several key problems in the numerical simulation of the Saint - Venant equations (Saint - Venant shallow - water equations), especially how to develop high - order, non - oscillatory, and balanced - centered schemes that can accurately preserve the steady - state solution of the "stationary lake". Specifically: 1. **Maintaining the balance of geometric source terms**: The Saint - Venant equations contain a geometric source term caused by non - flat bottom topography, which requires a delicate balance between the flux gradient and the source term. Direct discretization of the source term usually results in a non - balanced scheme, causing artificial fluctuations, especially when using a coarse grid. Therefore, the paper proposes a constant subtraction technique to ensure the balance of the scheme while maintaining arbitrary high - order accuracy. 2. **Eliminating non - physical oscillations**: To eliminate non - physical oscillations near discontinuous solutions, the paper introduces the Hierarchical Reconstruction (HR) limiter. This limiter does not require eigen - decomposition and can further reduce oscillations through a new remainder correction technique. 3. **Applicable to complex terrains**: The scheme proposed in the paper is applicable not only to smooth terrains but also to discontinuous terrains (such as rectangular protrusions), and by using appropriate processing methods (such as replacing discontinuous functions with piecewise linear approximations), the Dirac delta function in the source term can be accurately processed. 4. **Verifying the performance of the scheme**: Through a series of one - dimensional and two - dimensional numerical experiments, it is verified that the proposed scheme has good balance, high - order accuracy, and high resolution for both smooth and non - smooth solutions. ### Mathematical Formulas The one - dimensional form of the Saint - Venant equations is: \[ \begin{cases} h_t+(hu)_x = 0,\\ (hu)_t+\left(hu^2+\frac{1}{2}gh^2\right)_x=-ghB_x, \end{cases} \] where \(h\) is the water depth, \(u\) is the velocity, \(B\) is the bottom elevation, and \(g\) is the gravitational acceleration. By introducing the equilibrium variable \(w = h + B\) and applying the constant subtraction technique, the source term is rewritten as: \[ -ghB_x=-g(w - B)B_x=\left(\frac{1}{2}gB^2\right)_x - gwB_x. \] The final resulting system is: \[ \begin{cases} w_t+(hu)_x = 0,\\ (hu)_t+\left(\frac{(hu)^2}{w - B}+g[w(t)-w]B+\frac{1}{2}gw^2\right)_x=g[w(t)-w]B_x. \end{cases} \] These improvements enable the scheme to accurately capture the steady - state solution of the "stationary lake" while maintaining high - order accuracy and avoiding non - physical oscillations.