Mohamed Elrefaie
IDETC-CIE 2024 · Journal of Mechanical Design 2025★ ASME Papers of Distinction

DrivAerNet: A Parametric Car Dataset for Data-Driven Aerodynamic Design and Graph-Based Drag Prediction

Mohamed Elrefaie, Angela Dai, Faez Ahmed

Massachusetts Institute of Technology · Technical University of Munich

0
Parametric car designs
0
Geometric design parameters
RegDGCNN
Graph-based drag surrogate
ASME
Paper of Distinction
The dataset

The dataset that started the DrivAerNet ecosystem

DrivAerNet introduced a large-scale, high-fidelity CFD dataset of 4,000 industry-standard car designs, each generated from a fully parametric model with 26 geometric parameters that completely describe the shape. It established the foundation for data-driven aerodynamic design at a scale the field previously lacked — and earned an ASME Papers of Distinction award at IDETC-CIE 2024, with an extended version published in the Journal of Mechanical Design.

When this work began, the largest public car-aerodynamics dataset was substantially smaller — and none of the open alternatives modeled the parts that actually dominate real-world drag. DrivAerNet arrived 60% larger than the previously largest public dataset, and remains the only open-source one that resolves rotating wheels and the underbody. Each of the 4,000 designs carries half a million surface mesh faces and complete 3D pressure, velocity, and wall-shear-stress fields. On top of it sits RegDGCNN, a dynamic graph network that reads the raw 3D mesh directly — no 2D renderings, no signed-distance-field preprocessing — and returns a drag estimate in seconds, collapsing an overnight CFD loop into an interactive design tool.

Parametric design variation with corresponding aerodynamic response.
Parametric design variation with corresponding aerodynamic response.
Morphological variation across the DrivAerNet design space: the 26-parameter model spans a wide range of realistic car shapes.
Design & shape variation: 26 geometric parameters morph the industry-standard DrivAer model across a wide range of realistic configurations.
Contributions

What the paper delivers

Parametric, high-fidelity CFD at scale

Thousands of simulated DrivAer-family variants give ML models the breadth and fidelity needed to learn real aerodynamic structure instead of memorizing a handful of shapes.

4,000 designs · 26 parameters

RegDGCNN drag surrogate

A dynamic graph convolutional network that regresses drag directly from 3D geometry — no parametric encoding, no meshing pipeline — enabling near-instant evaluation during design exploration.

Open-sourced training pipeline

Open benchmark protocol

Public train/validation/test splits and drag annotations turned the dataset into a reproducible benchmark adopted by the surrogate-modeling community.

Basis for DrivAerNet++ & CarBench
Inside the data

High-fidelity fields, not just drag numbers

Every simulation resolves the full 3D flow — rotating wheels, detailed underbody, mirrors — not simplified bodies. And because the designs are realistic production-style shapes, the drag-coefficient distribution concentrates in the industrially relevant range instead of scattering across implausible geometries.

Velocity magnitude field around and beneath a DrivAerNet car, showing resolved wake, wheel, and underbody flow.
Resolved velocity fields around and beneath the car — wake, wheels, and underbody flow included.
Kernel density estimate comparing drag-coefficient distributions: DrivAerNet concentrates in the realistic range versus a prior dataset.
Drag-coefficient distribution vs. a prior large-scale dataset: DrivAerNet's realistic designs cluster in the practically relevant Cd range.
Impact

From one paper to an ecosystem

DrivAerNet became the seed of a research line: DrivAerNet++ (NeurIPS 2024) scaled it to 8,150 multimodal designs, CarBench turned it into a community leaderboard, and integrations followed in NVIDIA PhysicsNeMo and Baidu PaddleScience.

Reference

Citation

@article{elrefaie2025drivaernet, title = {DrivAerNet: A Parametric Car Dataset for Data-Driven Aerodynamic Design and Prediction}, author = {Elrefaie, Mohamed and Dai, Angela and Ahmed, Faez}, journal = {Journal of Mechanical Design}, volume = {147}, number = {4}, year = {2025}, publisher = {American Society of Mechanical Engineers} } @proceedings{10.1115/DETC2024-143593, author = {Elrefaie, Mohamed and Dai, Angela and Ahmed, Faez}, title = {DrivAerNet: A Parametric Car Dataset for Data-Driven Aerodynamic Design and Graph-Based Drag Prediction}, series = {IDETC-CIE}, pages = {V03AT03A019}, year = {2024}, doi = {10.1115/DETC2024-143593} }
Keep exploring

Related work