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 solve transient convection-dominated transport problems. The method applies neural network correction at terminal simulation time using only K_s temporal snapshots, achieving superior accuracy without full space-time domain training. This approach addresses numerical oscillations in sharp gradient flows common in fluid dynamics, combustion, and plasma physics simulations.

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

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

A novel hybrid computational framework that merges physics-informed neural networks (PINNs) with advanced stabilized finite element methods (FEM) has been developed to tackle the long-standing challenge of simulating convection-dominated transient transport phenomena. The research, detailed in a new arXiv preprint, addresses the severe numerical oscillations and inaccuracies that plague classical methods when modeling sharp gradients and propagating fronts, such as those found in fluid dynamics, combustion, and plasma physics. By strategically applying a neural network correction at the terminal time of a simulation, the method achieves superior accuracy without the prohibitive computational cost of training AI over an entire space-time domain.

The Core Challenge: Numerical Instability in Sharp Gradient Flows

Simulating transient events where convection dominates diffusion—like shock waves or chemical reaction fronts—is notoriously difficult for computational models. Classical discretization techniques generate spurious oscillations that corrupt solutions, while even advanced stabilized FEM methods can struggle to fully resolve localized steep layers. Conversely, standalone PINNs, which embed physical laws directly into neural network loss functions, often fail to capture these sharp features efficiently, requiring an impractically high number of training epochs.

This work extends the previously developed PINN-Augmented SUPG with Shock-Capturing (PASSC) methodology from steady-state to unsteady, time-dependent problems. The foundation is a semi-discrete FEM stabilized by the Streamline-Upwind Petrov-Galerkin (SUPG) formulation, further augmented with a YZbeta shock-capturing operator to dampen oscillations near discontinuities.

Strategic AI Correction: Enhancing Solutions at the Final Time Step

The key innovation lies in the targeted, efficient application of the neural network. Instead of attempting to solve the entire problem or replace the FEM solver, the PINN is deployed as a corrective tool focused on the solution at the terminal time. The network is trained using only the last K_s temporal snapshots from the FEM simulation, significantly reducing the data and computational burden.

During training, the network enforces the governing transient convection-diffusion-reaction equations as residual constraints, alongside boundary conditions. To enhance its ability to learn high-frequency features, the architecture incorporates residual blocks with random Fourier features. The training process itself is refined through progressive training with adaptive loss weighting, which balances the various physical constraints for more stable and effective learning.

Proven Performance Across Demanding Benchmarks

The hybrid framework's efficacy was validated through numerical experiments on five challenging benchmark problems. These tests were designed to stress-test the method against common pitfalls and included scenarios featuring:

  • Boundary and interior layers with exponential sharpness.
  • Traveling wavefronts moving through the domain.
  • Nonlinear dynamics modeled by the Burgers' equation.

In all cases, the PASSC framework demonstrated significant accuracy improvements at the terminal simulation time compared to using the stabilized finite element method alone. This demonstrates its potential to provide more reliable results for critical end-state predictions in complex physical systems.

Why This Hybrid Approach Matters

  • Bridges a Critical Gap: It successfully marries the robustness of physics-based FEM with the adaptive approximation power of neural networks, overcoming the primary weaknesses of each standalone approach.
  • Computational Efficiency: By limiting the PINN's scope to a corrective role and a focused time window, it avoids the "curse of dimensionality" and massive training costs associated with full space-time PINN solutions.
  • High-Fidelity Results: The method provides a clear path to achieving higher accuracy in simulating sharp, dynamic phenomena that are central to advanced engineering and scientific discovery, from aerospace design to climate modeling.

常见问题