Table of Contents
Fetching ...

A Parameterized Physics Informed Neural Network Solver for the Navier Stokes Equations Across Reynolds Numbers

A. Jangir, R. Clements, R. Goyal, G. Tabor

TL;DR

A parameterized PINNs formulation is developed for the incompressible Navier Stokes equations in which the Reynolds number is treated as an explicit network input, enabling a single trained model to represent a continuous family of flow solutions.

Abstract

Physics informed neural networks provide a meshfree framework for solving partial differential equations by embedding governing physical laws directly into the training process. However, most PINNs developed for fluid dynamics remain restricted to fixed flow parameters, requiring retraining for each new condition and limiting their usefulness as general purpose solvers. In this work, we develop a parameterized PINNs formulation for the incompressible Navier Stokes equations in which the Reynolds number (Re) is treated as an explicit network input, enabling a single trained model to represent a continuous family of flow solutions. The approach is demonstrated using the 2D lid driven cavity flow as a canonical benchmark. For low Re, where the flow is laminar and diffusion dominated, pure PINNs trained solely using the governing equations and boundary conditions accurately reproduce velocity and pressure fields across a wide range of Re, including cases not explicitly sampled during training. As the Re increases and the flow becomes increasingly convection dominated, the predictive accuracy of pure PINNs deteriorates due to stiffness and optimization imbalance. To address this limitation, a hybrid framework is introduced that combines transfer learning with sparse supervision from high fidelity CFD data. The resulting parameterized PINNs model accurately captures the Re dependence of the flow over both interpolation and limited extrapolation regimes while requiring CFD data only over a narrow subset of the parameter space. Detailed comparisons with OpenFOAM simulations demonstrate strong agreement in velocity profiles, and pressure fields. The results show that incorporating governing parameters directly into PINNs enables the construction of parametric Navier Stokes solvers, offering a promising route toward efficient reduced order modeling and data assisted simulation of fluid flows.

A Parameterized Physics Informed Neural Network Solver for the Navier Stokes Equations Across Reynolds Numbers

TL;DR

A parameterized PINNs formulation is developed for the incompressible Navier Stokes equations in which the Reynolds number is treated as an explicit network input, enabling a single trained model to represent a continuous family of flow solutions.

Abstract

Physics informed neural networks provide a meshfree framework for solving partial differential equations by embedding governing physical laws directly into the training process. However, most PINNs developed for fluid dynamics remain restricted to fixed flow parameters, requiring retraining for each new condition and limiting their usefulness as general purpose solvers. In this work, we develop a parameterized PINNs formulation for the incompressible Navier Stokes equations in which the Reynolds number (Re) is treated as an explicit network input, enabling a single trained model to represent a continuous family of flow solutions. The approach is demonstrated using the 2D lid driven cavity flow as a canonical benchmark. For low Re, where the flow is laminar and diffusion dominated, pure PINNs trained solely using the governing equations and boundary conditions accurately reproduce velocity and pressure fields across a wide range of Re, including cases not explicitly sampled during training. As the Re increases and the flow becomes increasingly convection dominated, the predictive accuracy of pure PINNs deteriorates due to stiffness and optimization imbalance. To address this limitation, a hybrid framework is introduced that combines transfer learning with sparse supervision from high fidelity CFD data. The resulting parameterized PINNs model accurately captures the Re dependence of the flow over both interpolation and limited extrapolation regimes while requiring CFD data only over a narrow subset of the parameter space. Detailed comparisons with OpenFOAM simulations demonstrate strong agreement in velocity profiles, and pressure fields. The results show that incorporating governing parameters directly into PINNs enables the construction of parametric Navier Stokes solvers, offering a promising route toward efficient reduced order modeling and data assisted simulation of fluid flows.
Paper Structure (28 sections, 14 equations, 18 figures, 7 tables)

This paper contains 28 sections, 14 equations, 18 figures, 7 tables.

Figures (18)

  • Figure 1: Comparison of horizontal velocity $u/U_{\mathrm{lid}}$ along the vertical centerline ($x=0.5$) between OpenFOAM 12 results and reference data of Cortes and Miller (1993) at $Re=100,400$ and $1000$.
  • Figure 2: Schematic of the fully connected feed-forward neural network architecture used in this study.
  • Figure 3: Randomly distributed collocation ($N_{f}$) and boundary ($N_{b}$) points within the $1 \times 1$ cavity domain.
  • Figure 4: Convergence history of the total loss and its individual components for the lid-driven cavity case. The dotted orange vertical lines indicate the epochs at which the learning rate was adjusted according to the schedule listed in Table \ref{['tab:lr_schedule']}.
  • Figure 5: Evolution of gradient norms during training for pure PINNs at different Reynolds numbers. Large imbalances in gradient magnitudes indicate training stiffness, consistent with known optimization pathologies in PINNs Wang2021Wang2022loss.
  • ...and 13 more figures