Published May 31, 2025 | Version v1.0
Dataset Restricted

NASA CRM Dataset

  • 1. ROR icon Northwestern Polytechnical University

Description

This dataset consists of graph-based PyTorch .pt files representing CFD-converged flow cases over the NASA Common Research Model (CRM) in the transonic regime (Mach 0.60 to 0.95, Angle of Attack −6° to +18°). Each file encodes a flow condition as a batched graph using DGL.

Designed for training graph neural networks (GNNs) and Transformer-based architectures. The dataset is derived from CFD .dat files, which provide pressure coefficient (Cp) values at each node of CRM's surface mesh under various flight conditions.

Dataset Split:

  • Train: 90 cases

  • Validation: 18 cases

  • Test: 13 cases

Each .pt file contains:

  • A batched DGL graph (from multiple zones of a triangular unstructured surface mesh)

  • Node features: [X, Y, Z, Cp] — 3D coordinates and pressure coefficient

  • Global features: [Mach, AoA] inferred from the filename (e.g., MP75_A3P3.pt → Mach 0.75, AOA 3.3°)

  • Edge features :

    • Euclidean distance between connected nodes

    • Relative angle with respect to the global x-axis

---

Files

Restricted

The record is publicly accessible, but files are restricted. <a href="https://zenodo.org/account/settings/login?next=https://zenodo.org/records/15560818">Log in</a> to check if you have access.

Additional details

Dates

Created
2025-05-31

Software

Programming language
Python
Development Status
Active