CoolFace
Datasetpublic

OneScience-Group/eagle

EAGLE Dataset Description The EAGLE dataset is sourced from an ICLR 2023 paper and is designed for predicting two-dimensional unsteady turbulent flows on unstructured dynamic meshes. The data describes the velocity and pressure fields produced by interactions between a moving flow source and various ground geometries. It contains three types of geometric configurations: Cre, Spl, and Tri. Paper: EAGLE: Large-scale Learning of Turbulent Fluid Dynamics with Mesh… See the full description on the dataset page: https://huggingface.co/datasets/OneScience-Group/eagle.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes49downloads
Dataset Card

<p align="center"> <strong> <span style="font-size: 30px;">EAGLE</span> </strong> </p>

Dataset Description

The EAGLE dataset is sourced from an ICLR 2023 paper and is designed for predicting two-dimensional unsteady turbulent flows on unstructured dynamic meshes. The data describes the velocity and pressure fields produced by interactions between a moving flow source and various ground geometries. It contains three types of geometric configurations: Cre, Spl, and Tri.

Paper: EAGLE: Large-scale Learning of Turbulent Fluid Dynamics with Mesh Transformers

Supported Tasks

ScenarioDescription
Turbulent-flow time-series predictionPredict subsequent velocity and pressure fields from historical mesh states.
Dynamic mesh modelingLearn fluid evolution on unstructured meshes.
Geometric generalization evaluationCompare model performance across different ground geometries.
Mesh Transformer researchProvide data for models such as OneScience/EagleMeshTransformer.

Dataset Format and Structure

Samples are organized by geometry type, case, and run number:

text
data/Eagle_dataset/<geometry>/<case>/<run>/

Each sample mainly contains:

FileContentsDescription
sim.npzpointcloud, mask, VX, VY, PS, PGNode coordinates, types, velocity, and pressure-related fields.
triangles.npy[time, cells, 3]Triangular mesh cell indices.
constrained_kmeans_*.npyNode clustering indicesMultiple clustering scales are provided; the default model uses 40.

The dataset provides lists of training, validation, and test samples. Refer to metadata/schema.yaml for the shape and dtype of each field.

How to Use the Dataset

This dataset is compatible with the OneScience-Group/EagleMeshTransformer model. Download the dataset and model:

bash
hf download --dataset OneScience-Group/eagle --local-dir ./data

Official OneScience Information

PlatformOneScience Main RepositorySkills Repository
Giteehttps://gitee.com/onescience-ai/onesciencehttps://gitee.com/onescience-ai/oneskills
GitHubhttps://github.com/onescience-ai/OneSciencehttps://github.com/onescience-ai/oneskills

Citation and License