You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PINNs for Data-Efficient Reconstruction of Thermofluid Flow Fields in Classical Cavity Systems
Physics-Informed Neural Networks (PINNs) for simulation, reconstruction, and analysis of lid-driven cavity flow, natural convection, and mixed convection in a square cavity.
Overview
A PINN framework is employed to reconstruct temperature and flow fields with extremely sparse or no labelled data. The governing physics (2D incompressible Navier-Stokes with Boussinesq approximation, heat transfer equation, boundary conditions) are embedded directly into the loss function.
Pure lid-driven cavity: reconstructed with zero labelled data (PDE residual only)
Natural & mixed convection: reconstructed from sparse temperature measurements (downsampled from numerical simulations at Ra = 10³ to 10⁶)
where $\alpha$ is a hyperparameter (typically 0.12) controlling the strength of balancing.
Intuition: Terms with larger gradients (dominating training) get smaller weights, while terms with smaller gradients (ignored) get larger weights.
Results
Case
Ra
Re
Pr
Error
Mixed convection
10³
10
0.71
< 1%
Mixed convection
10⁴
10
0.71
< 6.5%
Mixed convection
10⁵
10
0.71
< 10%
Requirements
pip install tensorflow numpy matplotlib
About
A data efficient Physics Informed Neural Network (PINN) for simulating multi-physics systems in a data scarce environment. The investigated problem is a classical buoyancy driven mixed convection system, where, with the help of very sparse temperature data, the flow fields are reconstructed.