English

A Memory Reduction Compact Gas Kinetic Scheme on 3D Unstructured Meshes

Numerical Analysis 2024-08-21 v1 Numerical Analysis

Abstract

This paper introduces a memory-reduction third-order compact gas-kinetic scheme (CGKS) for solving compressible Euler and Navier-Stokes equations on 3D unstructured meshes. The scheme utilizes a time-evolution gas distribution function to provide a time-evolution solution at cell interfaces, enabling the implementation of Hermite WENO techniques for high-order reconstruction. However, the HWENO method needs to store a coefficients matrix for the quadratic polynomial to achieve third-order accuracy, resulting in high memory usage. A novel reconstruction method, built upon HWENO reconstruction, has been designed to enhance computational efficiency and reduce memory usage compared to the original CGKS. The simple idea is that the first-order and second-order terms of the quadratic polynomials are determined in a two-step way. In the first step, the second-order terms are obtained from the reconstruction of a linear polynomial of the first-order derivatives by only using the cell-averaged slopes, since the second-order derivatives are nothing but the "derivatives of derivatives". Subsequently, the first-order terms left can be determined by the linear reconstruction only using cell-averaged values. Thus, we successfully split one quadratic least-square regression into several linear least-square regressions, which are commonly used in a second-order finite volume code. Since only a small matrix inversion is needed in a 3-D linear least-square regression, the computational cost for the new reconstruction is dramatically reduced and the storage of the reconstruction-coefficient matrix is no longer necessary. The proposed new reconstruction technique can reduce the overall computational cost by about 20 to 30 percent. The challenging large-scale unsteady numerical simulation is performed, which demonstrates that the current improvement brings the CGKS to a new level for industrial applications.

Keywords

Cite

@article{arxiv.2408.10214,
  title  = {A Memory Reduction Compact Gas Kinetic Scheme on 3D Unstructured Meshes},
  author = {Hongyu Liu and Xing Ji and Yunpeng Mao and Zhe Qian and Kun Xu},
  journal= {arXiv preprint arXiv:2408.10214},
  year   = {2024}
}

Comments

arXiv admin note: substantial text overlap with arXiv:2402.02075

R2 v1 2026-06-28T18:17:08.774Z