Datasets:
Languages:
English
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,13 @@ size_categories:
|
|
5 |
---
|
6 |
|
7 |
# Wind Tunnel Dataset
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
-
The
|
10 |
-
The simulations were generated using [OpenFOAM](https://www.openfoam.com/) and [Inductiva](https://inductiva.ai/) and are based on 1,000 unique objects, each with 20 variations.
|
11 |
-
The simulations cover 4 wind speeds and 5 different rotation angles, with each simulation running for 300 iterations.
|
12 |
-
The input object meshes were generated using the [Instant Meshes model](https://github.com/TencentARC/InstantMesh) and the [Stanford Cars Dataset](https://www.kaggle.com/datasets/jessicali9530/stanford-cars-dataset).
|
13 |
-
|
14 |
|
15 |
### Dataset Structure
|
16 |
```
|
@@ -30,12 +31,14 @@ data
|
|
30 |
```
|
31 |
|
32 |
### Dataset Files
|
|
|
|
|
33 |
|
34 |
- **input_mesh.obj**: OBJ file with the input mesh.
|
35 |
- **openfoam_mesh.obj**: OBJ file with the OpenFOAM mesh.
|
36 |
- **pressure_field_mesh.vtk**: VTK file with the pressure field data.
|
37 |
- **streamlines_mesh.ply**: PLY file with the streamlines.
|
38 |
-
- **metadata.json**: JSON with metadata
|
39 |
|
40 |
|
41 |
## Downloading the Dataset:
|
|
|
5 |
---
|
6 |
|
7 |
# Wind Tunnel Dataset
|
8 |
+
The Wind Tunnel Dataset contains 20,000 [OpenFOAM](https://www.openfoam.com/) simulations of 1,000 unique automobile-like objects placed in a virtual wind tunnel.
|
9 |
+
Each object is simulated under 20 distinct conditions: 4 random wind speeds ranging from 10 to 50 m/s, and 5 rotation angles (0°, 180° and 3 random angles).
|
10 |
+
To ensure stable and reliable results, each simulation runs for 300 iterations.
|
11 |
+
The meshes for these automobile-like objects were generated using the [Instant Mesh model](https://github.com/TencentARC/InstantMesh) and sourced from the [Stanford Cars Dataset](https://www.kaggle.com/datasets/jessicali9530/stanford-cars-dataset).
|
12 |
+
The entire dataset of 20,000 simulations is organized into three subsets: 70% for training, 20% for validation, and 10% for testing.
|
13 |
|
14 |
+
The data generation process itself was orchestrated using the [Inductiva API](https://inductiva.ai/), which allowed us to run hundreds of OpenFOAM simulations in parallel on the cloud.
|
|
|
|
|
|
|
|
|
15 |
|
16 |
### Dataset Structure
|
17 |
```
|
|
|
31 |
```
|
32 |
|
33 |
### Dataset Files
|
34 |
+
Each simulation in the Wind Tunnel Dataset is accompanied by several key files that provide both input and output data.
|
35 |
+
Here’s a breakdown of the files included in each simulation:
|
36 |
|
37 |
- **input_mesh.obj**: OBJ file with the input mesh.
|
38 |
- **openfoam_mesh.obj**: OBJ file with the OpenFOAM mesh.
|
39 |
- **pressure_field_mesh.vtk**: VTK file with the pressure field data.
|
40 |
- **streamlines_mesh.ply**: PLY file with the streamlines.
|
41 |
+
- **metadata.json**: JSON with metadata about the input parameters and about some output results such as the force coefficients (obtained via simulation) and the path of the output files.
|
42 |
|
43 |
|
44 |
## Downloading the Dataset:
|