File size: 777 Bytes
5ca0182 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | {
"dataset_family": "DeepCFD",
"files": [
{
"path": "data/dataX.pkl",
"role": "input_geometry_and_sdf",
"format": "pickle",
"array_shape": [981, 3, 172, 79],
"dtype": "float32",
"channels": [
"obstacle_surface_signed_distance",
"fluid_region_label",
"top_bottom_surface_signed_distance"
]
},
{
"path": "data/dataY.pkl",
"role": "cfd_solution",
"format": "pickle",
"array_shape": [981, 3, 172, 79],
"dtype": "float32",
"channels": [
"Ux",
"Uy",
"pressure"
]
}
],
"default_split": {
"split_ratio": 0.7,
"seed": 0,
"train_samples": 686,
"test_samples": 295
},
"grid": {
"nx": 172,
"ny": 79
}
}
|