Revisting high-resolution schemes with van-Albada slope limiter

Jingcheng Lu,Eitan Tadmor
2023-10-31
Abstract:Slope limiters play an essential role in maintaining the non-oscillatory behavior of high-resolution methods for nonlinear conservation laws. The family of minmod limiters serves as the prototype example. Here, we revisit the question of non-oscillatory behavior of high-resolution central schemes in terms of the slope limiter proposed by van Albada et. al. 1982. The van Albada (vA) limiter is smoother near extrema, and consequently, in many cases, it outperforms the results obtained using the standard minmod limiter. In particular, we prove that the vA limiter ensures 1D TVD stability and demonstrate that it yields noticeable improvement in computation of one- and two-dimensional systems.
Numerical Analysis
What problem does this paper attempt to address?
The problem that this paper attempts to solve is related to the selection and performance optimization of slope limiters in high - resolution numerical methods, especially for the numerical solutions of nonlinear conservation laws. Specifically, the paper re - examines the performance of the van Albada slope limiter in the high - resolution central scheme and proves its effectiveness in ensuring non - oscillatory behavior. ### Main problems: 1. **Maintenance of non - oscillatory behavior**: How to ensure that high - resolution numerical methods do not produce unnecessary oscillations (i.e., unphysical numerical noise) when dealing with nonlinear conservation laws. This is especially important when dealing with discontinuous solutions (such as shock waves). 2. **Balance between precision and stability**: How to ensure the stability of numerical methods while maintaining high - resolution (usually second - order or higher - order precision), especially in the performance when dealing with smooth regions and discontinuous regions. ### Specific contributions of the paper: - **Analysis of van Albada limitation theorem**: The paper analyzes in detail the properties of the van Albada slope limiter, especially its smoothness near the critical point. Compared with the traditional minmod limitation theorem, the van Albada limiter shows better performance in some cases. - **Proof of TVD stability**: The paper proves that the van Albada limitation theorem can ensure one - dimensional TVD (Total Variation Diminishing) stability and shows significant improvement when calculating one - dimensional and two - dimensional systems. - **Verification by numerical experiments**: Through a series of numerical experiments, the paper shows the superiority of the van Albada limitation theorem in practical applications, especially in dealing with smooth extreme points and discontinuities. ### Formula summary: The form of the van Albada slope limiter is: \[ \psi_{\text{vA}}(a, b)=\frac{(a^{2}+\epsilon^{2})b+(b^{2}+\epsilon^{2})a}{a^{2}+b^{2}+2\epsilon^{2}}, \quad \epsilon^{2}=O(\Delta x^{3}) \] where $\epsilon$ is a small positive number used to prevent the denominator from being zero. The form of the minmod limitation theorem is: \[ \text{minmod}(a, b)=\begin{cases} s\cdot\min(|a|, |b|), & \text{if } \text{sgn}(a)=\text{sgn}(b):=s \\ 0, & \text{if } \text{sgn}(a)+\text{sgn}(b)=0 \end{cases} \] Through these formulas, the paper shows the advantages of the van Albada limitation theorem in maintaining high - resolution and non - oscillatory characteristics.