navier-stokes-cylinder
收藏资源简介:
该数据集包含不可压缩流体在圆柱体周围流动的计算流体动力学模拟数据,具有变化的粘度参数。Navier-Stokes圆柱体数据集提供了粘性流体在圆柱体周围流动的数值模拟。数据集包括速度场(x和y分量)和压力场,非常适合流体动力学研究、降阶建模和CFD中的机器学习应用。数据集结构分为三个配置:geometry(网格信息,包括节点和连接性)、snapshots(流场解,包括速度和压力)和parameters(每个模拟的粘度值)。数据字段详细描述了每个配置的具体内容,如节点坐标、速度场分量和压力场。数据集是通过有限元模拟Navier-Stokes方程生成的,预处理后的数据以1D数组形式存储,对应于网格上的节点值。
This dataset contains computational fluid dynamics (CFD) simulation data of incompressible fluid flow around a circular cylinder with variable viscosity parameters. The Navier-Stokes Cylinder Dataset provides numerical simulations of viscous fluid flow around a circular cylinder. The dataset includes velocity fields (x and y components) and pressure fields, which are highly suitable for fluid dynamics research, reduced-order modeling, and machine learning applications in CFD. The dataset structure is divided into three configurations: geometry (mesh information including nodes and connectivity), snapshots (flow field solutions including velocity and pressure), and parameters (viscosity values for each simulation). The data fields detail the specific contents of each configuration, such as node coordinates, velocity field components, and pressure fields. The dataset is generated by simulating the Navier-Stokes equations using the finite element method, and the preprocessed data is stored as 1D arrays corresponding to the node values on the mesh.
Navier-Stokes Flow Around Cylinder 数据集概述
数据集简介
该数据集包含围绕圆柱体的不可压缩流动的计算流体动力学模拟,并具有变化的粘度参数。
数据集结构
配置
数据集包含三个独立的配置:
- geometry:包含网格信息(节点和连接性)。
- snapshots:包含流场解(速度和压力)。
- parameters:包含每次模拟的粘度值。
数据字段
Geometry 配置
node_coordinates_x:网格节点的x坐标序列(float64)。node_coordinates_y:网格节点的y坐标序列(float64)。connectivity:单元连接性序列(三角形单元,int32)。
Snapshots 配置
velocity_x:每个节点处x方向的流速场(float64)。velocity_y:每个节点处y方向的流速场(float64)。pressure:每个节点处的压力场(float64)。
Parameters 配置
viscosity:每次模拟的运动粘度参数(float64)。
数据划分
default:包含所有模拟数据。
数据规模
Geometry 配置
- 样本数量:1
- 下载大小:48029 字节
- 数据集大小:75692 字节
Parameters 配置
- 样本数量:500
- 下载大小:5460 字节
- 数据集大小:4000 字节
Snapshots 配置
- 样本数量:500
- 下载大小:19644566 字节
- 数据集大小:19674000 字节
数据集创建
数据来源
该数据集是通过对具有不同粘度参数、围绕圆柱体流动的不可压缩Navier-Stokes方程进行有限元模拟生成的。该流动配置代表了计算流体动力学中的一个经典基准问题。
预处理
解以速度分量和压力作为单独的1D数组存储,对应于网格上的节点值。原始数据从列优先(Fortran)顺序重塑。
用途
该数据集适用于流体动力学研究、降阶建模以及计算流体动力学中的机器学习应用。
联系方式
如有问题,请联系SISSA mathLab。




