Papers › A Geometry-Aware Message Passing Neural Network for Modeling Aerodynamics over Airfoils

A Geometry-Aware Message Passing Neural Network for Modeling Aerodynamics over Airfoils

12 Dec 2024arXiv:2412.09399archive 2025-07-28

Jacob Helwig, Xuan Zhang, Haiyang Yu, Shuiwang Ji

Computational modeling of aerodynamics is a key problem in aerospace engineering, often involving flows interacting with solid objects such as airfoils. Deep surrogate models have emerged as purely data-driven approaches that learn direct mappings from simulation conditions to solutions based on either simulation or experimental data. Here, we consider modeling of incompressible flows over solid objects, wherein geometric structures are a key factor in determining aerodynamics. To effectively incorporate geometries, we propose a message passing scheme that efficiently and expressively integrates the airfoil shape with the mesh representation. Under this framework, we first obtain a representation of the geometry in the form of a latent graph on the airfoil surface. We subsequently propagate this representation to all collocation points through message passing on a directed, bipartite graph. We demonstrate that this framework supports efficient training by downsampling the solution mesh while avoiding distribution shifts at test time when evaluated on the full mesh. To enable our model to be able to distinguish between distinct spatial regimes of dynamics relative to the airfoil, we represent mesh points in both a leading edge and trailing edge coordinate system. We further enhance the expressiveness of our coordinate system representations by embedding our hybrid Polar-Cartesian coordinates using sinusoidal and spherical harmonics bases. We additionally find that a change of basis to canonicalize input representations with respect to inlet velocity substantially improves generalization. Altogether, these design choices lead to a purely data-driven machine learning framework known as GeoMPNN, which won the Best Student Submission award at the NeurIPS 2024 ML4CFD Competition, placing 4th overall. Our code is publicly available as part of the AIRS library (https://github.com/divelab/AIRS).

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.09399")

Code

Syntology Ran 13 of 15 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

divelab/AIRS officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 13 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
1ran · fixture could not drive it
9ran
2unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from divelab/AIRS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

EdgeModel divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran GPL-3.0 (copyleft) · pointer only · f7042a3d2630920b · report
EmbCoords divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 770577689ea8643d · report
EmbDist divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 063fd7de4e9baf66 · report
MLP divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran GPL-3.0 (copyleft) · pointer only · b9c1a6b7549e2632 · report
NodeModel divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran GPL-3.0 (copyleft) · pointer only · ffd10ce4019a48d0 · report
Processor divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran GPL-3.0 (copyleft) · pointer only · ab6355e3bc41c2a8 · report
RadGr divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran GPL-3.0 (copyleft) · pointer only · 3deacdbeeccdfa71 · report
SinusoidalEmbedding divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 3ddd9365f2c36238 · report
SphericalHarmonicsEmbedding divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · e0a3715ae4334af1 · report
azimuth divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · 5e14ae8b42b143a5 · report
azimuth4 divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · d04d65b8afd8ad16 · report
change_basis divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran · fixture could not drive it fingerprinted GPL-3.0 (copyleft) · pointer only · c0c45acff44a77eb · report
get_radius_fn divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 7d3782fa5f540ad6 · report
EmbAngle divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository unverified GPL-3.0 (copyleft) · pointer only · 73479f16d59833ea · report
GNN divelab/AIRS/OpenPDE/GeoMPNN/GeoMPNN/my_augmented_simulator.py official repository unverified GPL-3.0 (copyleft) · pointer only · 0788585724d457fd · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections