OCS Laghos Sample Dataset
收藏资源简介:
这是一个由Laghos模拟应用程序生成的3D网格样本数据集,用于本地OCS开发和测试。数据集包含256个格式相同的Parquet文件,每个文件存储特定模拟时间步的状态,从时间步36000到37275。模拟包含524,288个网格元素和612,311个顶点,每个时间步产生4,194,304个节点值,每个Parquet文件包含4,194,304行。所有Parquet文件包含一个行组和10列,代表节点值的各种属性。
This is a 3D mesh sample dataset generated by the Laghos simulation application, intended for local OCS development and testing. The dataset comprises 256 Parquet files of identical format, each storing the state at a specific simulation timestep, ranging from timestep 36000 to 37275. The simulation includes 524,288 mesh elements and 612,311 vertices, producing 4,194,304 node values per timestep, with each Parquet file containing 4,194,304 rows. All Parquet files consist of one row group and 10 columns, representing various attributes of the node values.
数据集概述
数据集名称
- OCS Laghos Sample Dataset
数据集内容
- 包含256个等格式的Apache Parquet文件。
- 每个文件存储特定模拟时间步的状态,时间步范围从36000至37275。
- 模拟包含524,288个网格元素和612,311个顶点,每个时间步产生4,194,304个节点值。
文件结构
- 每个Parquet文件包含4,194,304行。
- 文件包含10列:
element_id,vertex_id,v_x,v_y,v_z,rho,e,x,y,z。 - 每列数据类型为数组,使用snappy压缩和plain编码。
数据压缩
- Parquet文件原始大小为288MB,通过snappy压缩后为97MB。
- 上传至GitHub前,进一步使用brotli压缩,大小降至39MB。
数据集使用
- 数据集用于本地OCS开发和测试。
- 通过运行Laghos模拟应用程序生成,使用单个MPI进程在单个节点上执行。
数据集元数据
- 每个Parquet文件包含一个行组。
- 列统计信息包括计数、平均大小、空值、最小/最大值。
示例查询
- 使用DuckDB SQL查询数据集,示例查询展示了如何筛选和分析数据。
数据集图形展示
- 使用VisIt工具展示数据的能量、密度和速度分布。
数据集生成
- 数据集由Triad National Security, LLC员工准备,该公司负责运营Los Alamos National Laboratory。




