ForceASR_plaid_1.0
收藏资源简介:
ForceASR数据集是一个用于物理学习和几何学习的图机器学习数据集,专注于脆性断裂的相场断裂模型模拟。该数据集通过物理仿真生成,是初始数据集res-SENS子集的标准化版本,时间步长缩减为原始的五分之一,并使用PLAID格式进行封装以提供统一的访问接口,数据内容保持不变。数据集规模为28个样本,总大小约3.4GB。数据集结构复杂,包含两大类特征:1) 几何与网格特征:定义了计算区域的网格结构,包括节点坐标(CoordinateX, CoordinateY)、四节点四边形单元的连接关系(ElementConnectivity)和范围(ElementRange),以及材料标识(materialID)。2) 物理场与全局量特征:记录了节点上的物理场变量,如X和Y方向的位移(Displacement_X, Displacement_Y)以及相场(PhaseField);同时包含全局物理量,如应变能、总能量、断裂能以及X和Y方向的作用力。值得注意的是,大多数核心特征都伴随一个对应的`_times`特征(例如Displacement_X_times, PhaseField_times),这明确表明该数据集包含了时间演化数据,适用于动态或瞬态过程的建模与分析。数据集适用于图神经网络在物理模拟、材料断裂预测、时空数据建模等任务上的训练与评估。
The ForceASR dataset is a graph machine learning dataset for physics and geometry learning, focusing on phase-field fracture model simulations of brittle fracture. It is generated through physical simulations, serving as a standardized version of the initial dataset res-SENS subset, with the time step reduced to one-fifth of the original and encapsulated in PLAID format to provide a unified access interface, while the data content remains unchanged. The dataset scale is 28 samples, with a total size of approximately 3.4GB. The dataset structure is complex, comprising two main categories of features: 1) Geometric and mesh features: define the grid structure of the computational region, including node coordinates (CoordinateX, CoordinateY), connectivity and range of four-node quadrilateral elements (ElementConnectivity and ElementRange), and material identifiers (materialID). 2) Physical field and global quantity features: record physical field variables at nodes, such as displacements in the X and Y directions (Displacement_X, Displacement_Y) and the phase field (PhaseField); also include global physical quantities like strain energy, total energy, fracture energy, and forces in the X and Y directions. Notably, most core features are accompanied by a corresponding `_times` feature (e.g., Displacement_X_times, PhaseField_times), clearly indicating that the dataset contains temporal evolution data, suitable for modeling and analysis of dynamic or transient processes. The dataset is applicable for training and evaluation of graph neural networks in tasks such as physical simulation, material fracture prediction, and spatiotemporal data modeling.
数据集概览
数据集名称: ForceASR dataset
许可证: CC-BY-4.0
任务类别: 图机器学习 (graph-ml)
标签: 物理学习、几何学习
数据内容与结构
- 物理背景: 模拟脆性断裂的相场断裂模型 (phase-field fracture models for brittle fracture)
- 数据来源: 仿真模拟产生
- 处理说明: 为原始数据集的一个子集 (res-SENS 子集),仅保留1/5的时间步长,并转换为 PLAID 格式以实现标准化访问,数据内容未做修改。
- 样本数量:
res_SENS分割包含 28 个样本
数据特征
数据集包含丰富的结构化特征,主要包括:
- 网格坐标:
CoordinateX,CoordinateY(float32) - 网格元素: 单元连接性 (
ElementConnectivity, int64)、单元范围 (ElementRange, int64) - 顶点场量: 位移 (
Displacement_X,Displacement_Y),相位场量 (PhaseField),材料ID (materialID) (均为 float32) - 全局变量: 构型信息 (
config, string)、断裂能 (fracture energy, float32)、参考频率 (fref, float32)、相场阈值 (pfThres, float32)、应变能 (strain energy, float32)、总能量 (total energy, float32)、x/y方向力 (x-force,y-force) (均为 float32) - 大部分场量均伴随对应的时间变量 (以
_times后缀标识,类型为 float64)
数据集划分
- 唯一分割:
res_SENS
| 分割名称 | 样本数 | 数据量 (bytes) |
|---|---|---|
| res_SENS | 28 | 3,436,764,335 |
总下载大小: 3,437,057,466 bytes
数据存储与访问
数据集由 plaid 库生成,推荐通过 PLAID 的 API 进行访问。支持以下访问方式:
- 完整下载到本地: 使用
plaid.storage.download_from_hub下载后再实例化样本 - 流式读取: 使用
plaid.storage.init_streaming_from_hub进行流式加载 - 直接使用 Hugging Face
datasets: 对于熟悉datasets库的用户,可直接通过load_dataset获取原始数据,但需注意原始数据仅包含变量特征,且时间变量有特定编码
法律与版权信息
- 数据所有者: RK 2423 FRASCAL (原始数据存储于 Zenodo,记录ID: 7445749)
- 使用许可: CC-BY-4.0




