Graph Transformers for inverse physics: reconstructing flows around arbitrary 2D airfoils
Gregory Duthé, Imad Abdallah, Eleni Chatzi
TL;DR
This work tackles the inverse physics problem of reconstructing full flow fields from sparse surface measurements around 2D airfoils by introducing the Flow Reconstruction Graph Transformer (FRGT), a hybrid architecture that combines local graph message-passing with global linear attention on meshes. By encoding geometric priors through GEN-based message passing and leveraging a Galerkin Transformer for long-range information exchange, FRGT achieves accurate predictions of pressure and velocity fields from boundary data with fast inference (~200 ms) on standard hardware. The authors generate a large, discretization-aware dataset of steady 2-D RANS simulations around diverse airfoils and demonstrate robustness to reduced sensor coverage and unseen geometries within the training envelope, providing insights into the relative importance of local versus global processing. The work suggests practical impact for real-time inverse-physics engines on meshes and outlines future directions, including physics-informed priors, uncertainty handling, and mesh-agnostic extensions to broaden applicability.
Abstract
We introduce a Graph Transformer framework that serves as a general inverse physics engine on meshes, demonstrated through the challenging task of reconstructing aerodynamic flow fields from sparse surface measurements. While deep learning has shown promising results in forward physics simulation, inverse problems remain particularly challenging due to their ill-posed nature and the difficulty of propagating information from limited boundary observations. Our approach addresses these challenges by combining the geometric expressiveness of message-passing neural networks with the global reasoning of Transformers, enabling efficient learning of inverse mappings from boundary conditions to complete states. We evaluate this framework on a comprehensive dataset of steady-state RANS simulations around diverse airfoil geometries, where the task is to reconstruct full pressure and velocity fields from surface pressure measurements alone. The architecture achieves high reconstruction accuracy while maintaining fast inference times. We conduct experiments and provide insights into the relative importance of local geometric processing and global attention mechanisms in mesh-based inverse problems. We also find that the framework is robust to reduced sensor coverage. These results suggest that Graph Transformers can serve as effective inverse physics engines across a broader range of applications where complete system states must be reconstructed from limited boundary observations.
