Command Palette

Search for a command to run...

← All benchmarks

Benchmark

DrivAerML · Surface

Engineering question: Can a surrogate reproduce surface pressure, wall shear, and integrated drag/lift on full-vehicle geometries?

Morph the shape of a real road car. Open DrivAerML geometries with length, width, ride height, and more. Drag and lift plus pressure and shear across the whole surface. Full-scale car aero, not a toy mesh.

DrivAerML preview

16 morph parameters reshape the car

Industry
Automotive
Domain
Fluid dynamics
Dataset
DrivAerML open
Task
Surface fields
Solver
OpenFOAM
Mesh
~8M surface nodes
Train
32 cases
Holdout
8 test cases

Comparability

Not comparable with volume-field or 2D airfoil benchmarks. This task is native-resolution 3D surface prediction on a full vehicle (~8M nodes), not a small 2D mesh or volume interior fields. You resolve local pressure and shear hotspots across the whole body at production mesh scale.

Ground truth

CFD surface data from the public DrivAerML release on CAE ML Datasets. Upstream simulations used OpenFOAM. We did not run solvers on this site. We downloaded the published surface exports and curated a small open subset (~40 cases) for this benchmark. Please cite the DrivAerML paper when you use this data (CC-BY-SA).

Open subset vs full corpus

This site hosts 40 carefully chosen open cases from DrivAerML, not the full release (~400 designs on Hugging Face). It is a sparse slice so surrogate training and iteration stay tractable. Strong scores on this split do not automatically mean strong performance on the whole corpus.

Architectures excluded

MeshGraphNet is not listed here. Vanilla MGN builds one graph over the full native surface (~8M nodes), which exceeds what most GPUs can hold without decimating or partitioning (for example X-MeshGraphNet). Decimated ~200k runs are a different benchmark and stay off this table.

Published scores from models trained on the open DrivAerML split and evaluated on the shared holdout test cases. Check rows to compare; expand for per-case inputs, predictions, and field metrics.

Select submissions to compare

CompareModelSubmittedTrain timeCd acc.Cl acc.Cp R²Wall shear R²Details
DoMINO569e9Jul 21, 202631h 14m 22s97.25%97.11%0.82390.8036
Two-Stream Transformere1062Jul 20, 20261h 10m 35s97.48%54.36%0.85960.7371
GeoTransolver52bd9Jul 22, 20262h 15m 43s95.99%44.75%0.76310.5985

Ready to try this out? Download the training data, or submit if you already trained on the shared split. Check the submission guide