An efficient eigenvalue bounding method: CFL condition revisited
F. Xavier Trias, Xavier Álvarez-Farré, Àdel Alsalti-Baldellou, Andrey Gorobets, Assensi Oliva
TL;DR
The paper tackles the time-step bottleneck in explicit CFD by deriving accurate eigenbound estimates for the discrete convective and diffusive NS operators without reconstructing time-dependent matrices. It introduces AlgEigCD, an inexpensive approach based on Gershgorin circle bounds, incidence-based operator reformulations, and precomputed matrices to bound the spectral radii, enabling larger stable time-steps when paired with a self-adaptive $\kappa 1L2$ scheme. The method demonstrates superior eigenbounds compared to classical CFL limits, especially on unstructured meshes, and yields substantial practical gains in $\Delta t$ in DNS/LES-type simulations. Its minimal, algebraic kernel footprint enhances cross-platform portability and efficiency, with potential extensions to other time-integration schemes and blending strategies.
Abstract
Direct and large-eddy simulations of turbulence are often solved using explicit temporal schemes. However, this imposes very small time-steps because the eigenvalues of the (linearized) dynamical system, re-scaled by the time-step, must lie inside the stability region. In practice, fast and accurate estimations of the spectral radii of both the discrete convective and diffusive terms are therefore needed. This is virtually always done using the so-called CFL condition. On the other hand, the large heterogeneity and complexity of modern supercomputing systems are nowadays hindering the efficient cross-platform portability of CFD codes. In this regard, our leitmotiv reads: relying on a minimal set of (algebraic) kernels is crucial for code portability and maintenance! In this context, this work focuses on the computation of eigenbounds for the above-mentioned convective and diffusive matrices which are needed to determine the time-step à la CFL. To do so, a new inexpensive method, that does not require to re-construct these time-dependent matrices, is proposed and tested. It just relies on a sparse-matrix vector product where only vectors change on time. Hence, both implementation in existing codes and cross-platform portability are straightforward. The effectiveness and robustness of the method are demonstrated for different test cases on both structured Cartesian and unstructured meshes. Finally, the method is combined with a self-adaptive temporal scheme, leading to significantly larger time-steps compared with other more conventional CFL-based approaches.
