Physics-informed post-processing of stabilized finite element solutions for transient convection-dominated problems

A novel hybrid computational framework combines physics-informed neural networks (PINNs) with stabilized finite element methods (FEM) to accurately simulate transient, convection-dominated transport phenomena. The PASSC methodology extends from steady-state to time-dependent problems, using neural networks as corrective tools near the solution's terminal time to handle sharp gradients and propagating fronts. This approach demonstrates significant accuracy improvements across five challenging benchmark cases including moving boundary layers and Burgers' equation dynamics.

Physics-informed post-processing of stabilized finite element solutions for transient convection-dominated problems

Hybrid AI-Physics Framework Solves Critical Challenge in Transient Flow Simulation

A novel hybrid computational framework that merges physics-informed neural networks (PINNs) with stabilized finite element methods (FEM) has been developed to tackle one of the most persistent challenges in computational fluid dynamics: accurately simulating transient, convection-dominated transport phenomena. The research, detailed in a new arXiv preprint, extends the successful PASSC (PINN-Augmented SUPG with Shock-Capturing) methodology from steady-state to time-dependent problems, offering a path to simulate sharp gradients and propagating fronts with unprecedented accuracy and efficiency.

Convection-dominated problems, such as pollutant dispersion or shock wave propagation, are notoriously difficult to model. Classical numerical methods often produce spurious oscillations near steep solution layers, while standalone AI models like PINNs require excessive computational training to capture these sharp features. This hybrid approach strategically applies a neural network as a corrective tool only where it is most needed—near the solution's terminal time—leveraging the strengths of both physics-based discretization and data-driven correction.

Bridging Two Computational Worlds for Enhanced Accuracy

The core innovation lies in its targeted, efficient use of AI. Instead of training a neural network over the entire, computationally expensive space-time domain, the framework uses a semi-discrete stabilized FEM as the primary solver. Stabilization is achieved via the established Streamline-Upwind Petrov-Galerkin (SUPG) method, augmented with a YZbeta shock-capturing operator to handle steep gradients.

The PINN component is then deployed selectively. It takes the FEM solution from the last K_s temporal snapshots and acts as a corrector, refining the solution specifically at the final time step. This network is architecturally enhanced with residual blocks and random Fourier features to better learn high-frequency details, and it is trained progressively with adaptive loss weighting to enforce the governing convection-diffusion-reaction equations and boundary conditions as hard constraints.

Proven Performance on Demanding Benchmark Problems

The methodology's robustness was validated across five challenging benchmark cases designed to stress-test numerical schemes. These included problems featuring moving boundary layers, interior layers, traveling waves, and the nonlinear dynamics of the Burgers' equation. In all experiments, the hybrid PASSC framework demonstrated significant improvements in accuracy at the terminal time compared to using the stabilized finite element method alone.

This result is critical for applications where precise final-state prediction is paramount, such as in forecasting contaminant plumes or modeling aerodynamic heating during re-entry. The framework provides a principled way to inject machine learning into traditional simulation workflows without sacrificing physical fidelity or requiring intractable amounts of training data.

Why This Hybrid Approach Matters for Computational Science

  • Overcomes Fundamental Limitations: It directly addresses the weaknesses of pure FEM (oscillations) and pure PINNs (high training cost for sharp fronts) in convection-dominated regimes.
  • Enables High-Fidelity Forecasting: By dramatically improving accuracy at the terminal time, it increases reliability for critical prediction tasks in engineering and environmental science.
  • Pragmatic and Efficient AI Integration: The selective, snapshot-based correction strategy makes advanced AI augmentation computationally feasible for large-scale, time-dependent simulations.
  • Provides a Generalizable Blueprint: The success of extending PASSC from steady to unsteady problems suggests this hybrid paradigm could be applied to other complex multiphysics systems.

常见问题