SMART: Scalable Mesh-free Aerodynamic Simulations from Raw Geometries using a Transformer-based Surrogate Model
Jan Hagnberger, Mathias Niepert
TL;DR
SMART tackles the cost and rigidity of CFD mesh generation by introducing a mesh-free surrogate that predicts aerodynamic fields from a geometry point cloud. A Transformer-based encoder–decoder learns a shared latent geometry and uses cross-layer attention to couple geometric context with evolving physics, enabling accurate predictions at arbitrary query points without a CFD mesh. The model employs modulated positional encodings, coarse geometry scaffolds, and FiLM-conditioned MLPs, with training-time subsampling and memory-aware inference. Across automotive and aerospace datasets, SMART matches or surpasses mesh-dependent baselines while eliminating mesh reliance, offering a scalable, industry-ready workflow for rapid design iterations.
Abstract
Machine learning-based surrogate models have emerged as more efficient alternatives to numerical solvers for physical simulations over complex geometries, such as car bodies. Many existing models incorporate the simulation mesh as an additional input, thereby reducing prediction errors. However, generating a simulation mesh for new geometries is computationally costly. In contrast, mesh-free methods, which do not rely on the simulation mesh, typically incur higher errors. Motivated by these considerations, we introduce SMART, a neural surrogate model that predicts physical quantities at arbitrary query locations using only a point-cloud representation of the geometry, without requiring access to the simulation mesh. The geometry and simulation parameters are encoded into a shared latent space that captures both structural and parametric characteristics of the physical field. A physics decoder then attends to the encoder's intermediate latent representations to map spatial queries to physical quantities. Through this cross-layer interaction, the model jointly updates latent geometric features and the evolving physical field. Extensive experiments show that SMART is competitive with and often outperforms existing methods that rely on the simulation mesh as input, demonstrating its capabilities for industry-level simulations.
