EAGLE
收藏资源简介:
EAGLE是一个大规模的数据集,包含约110万个2D网格,这些网格来自不稳定流体动力学模拟,由移动流源与非线性场景结构相互作用产生,包含600个不同场景,分为三种类型。该数据集用于未来压力和速度预测,引入了一种新的网格变换器,利用节点聚类、图形池化和全局注意力来学习远距离数据点之间的长程依赖关系。
EAGLE is a large-scale dataset comprising approximately 1.1 million 2D meshes derived from unstable fluid dynamics simulations. These meshes are generated through the interaction of moving flow sources with nonlinear scene structures, encompassing 600 distinct scenarios categorized into three types. The dataset is utilized for future pressure and velocity predictions, introducing a novel mesh transformer that leverages node clustering, graph pooling, and global attention mechanisms to learn long-range dependencies among distant data points.
数据集概述
数据集名称
- EAGLE:大规模学习湍流流体动力学的网格变换器
数据集内容
- 包含约1.1百万个2D网格,这些网格来自不稳定流体动力学模拟,由移动流源与非线性场景结构交互产生。
- 数据集由600个不同场景组成,分为三种类型。
数据集存储
- 模拟数据存储于单一的numpy档案文件(.npz),包含节点2D位置、类型、速度和压力。
- 边数据存储在另一个文件(triangles.npy)中,作为点的三元组。
数据集下载
- 可通过以下链接下载数据集:EAGLE数据集下载链接
数据集文件校验和
- eagle_clusters.tar.gz: f1bbc1dc22b0fbc57a5f8d0243d85f6471c43585fb0ecc7409de19996d3de12c
- spline.tar.gz: f73cb9a443011646fb944e0a634a0d91c20b3d71a8b4d89d55486f9e99bdca78
- step.tar.gz: ac04d3efb539a80d8538fb8214228652b482ab149fc7cc9ecf0b6d119e3b1be7
- triangular.tar.gz: 59a2ae96ca5ade7d3772e58b302c4132e1ee003ac239b7e38973ceb480a979e6
数据集使用
- 用于训练网格变换器模块,可通过
train_graphvit.py脚本进行训练。 - 提供集群预计算脚本
clusterize_eagle.py,配置参数包括几何类型和飞行方向。 - 提供可视化脚本
export_video.py,用于生成数据集的视频。
数据集引用
@inproceedings{janny2023eagle, title = "EAGLE: Large-scale Learning of Turbulent Fluid Dynamics with Mesh Transformers", author = {Steeven Janny and Aurélien Benetteau and Nicolas Thome and Madiha Nadri and Julie Digne and Christian Wolf}, booktitle = "International Conference on Learning Representations (ICLR)", year = "2023" }




