An absolutely convergent fixed-point fast sweeping WENO method on triangular meshes for steady state of hyperbolic conservation laws

Liang Li,Jun Zhu,Yong-Tao Zhang
2023-05-31
Abstract:High order fast sweeping methods for efficiently solving steady state solutions of hyperbolic PDEs were not available yet on unstructured meshes. In this paper, we extend high order fast sweeping methods to unstructured triangular meshes by applying fixed-point iterative sweeping techniques to a fifth-order finite volume unstructured WENO scheme, for solving steady state solutions of hyperbolic conservation laws. An advantage of fixed-point fast sweeping methods which distinguishes them from other fast sweeping methods is that they are explicit and do not require inverse operation of nonlinear local systems. As in the first order fast sweeping methods on triangular meshes, we introduce multiple reference points to determine alternating sweeping directions on unstructured meshes. All the cells on the mesh are ordered according to their centroids' distances to those reference points, and the resulted orderings provide sweeping directions for iterations. To make the residue of the fast sweeping iterations converge to machine zero / round off errors, we follow the approach in our early work of developing the absolutely convergent fixed-point fast sweeping WENO methods on rectangular meshes, and adopt high order WENO scheme with unequal-sized sub-stencils for spatial discretization. Extensive numerical experiments are performed to show the accuracy, computational efficiency, and absolute convergence of the presented fifth-order fast sweeping scheme on triangular meshes. Furthermore, the proposed method is compared with the forward Euler method and the popular third order total variation diminishing Rung-Kutta method for steady state computations. Numerical examples show that the developed fixed-point fast sweeping WENO method is the most efficient scheme among them, and especially it can save up to 70% CPU time costs than TVD-RK3 to converge to steady state solutions.
Numerical Analysis
What problem does this paper attempt to address?
The paper aims to address the following key issues: ### Research Background and Objectives - **Limitations of Existing Technology**: High-order accurate fast sweeping methods have been extensively developed on rectangular grids for efficiently solving steady-state solutions of hyperbolic partial differential equations (PDEs), but they have not been fully explored on unstructured triangular grids. - **Research Objectives**: The goal of the paper is to extend high-order accurate fast sweeping methods to unstructured triangular grids to solve steady-state problems of hyperbolic conservation laws. ### Solution - **Method Innovation**: The authors developed a new high-order accurate fast sweeping method by applying fixed-point iterative sweeping techniques to a fifth-order finite volume unstructured WENO scheme. - **Key Features**: - Explicitness: The method is explicit and does not require solving the inverse of nonlinear local systems. - Convenience: This explicit nature simplifies the process of designing high-order fast sweeping methods on unstructured grids. - Absolute Convergence: By adopting a high-order WENO scheme with unequal sub-stencils, the iterative residual can converge to machine zero or round-off error levels. ### Technical Implementation - **Local Solver**: A fifth-order finite volume unstructured WENO scheme is used as the local solver in the fast sweeping method. - **Directional Sweeping Strategy**: Multiple reference points are introduced to determine alternating sweeping directions on unstructured triangular grids. All grid cells are sorted based on their centroids' distances to these reference points, providing the iteration direction. ### Experimental Validation - **Numerical Experiments**: Extensive numerical experiments were conducted, including problems with complex geometric domains, to demonstrate the accuracy, computational efficiency, and absolute convergence of the proposed fifth-order fast sweeping scheme. - **Comparative Analysis**: Comparisons were made with the forward Euler time-marching method and the popular third-order total variation diminishing Runge-Kutta (TVD-RK3) time-marching method. The results show that the proposed fixed-point fast sweeping WENO method is one of the most efficient schemes, saving up to 70% of CPU time costs compared to TVD-RK3 in some cases. In summary, the paper addresses the key challenge of efficiently solving steady-state solutions of hyperbolic conservation laws on unstructured triangular grids, providing a novel and efficient algorithmic framework.