Datasets:
Languages:
English
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
@@ -55,11 +55,9 @@ and generalizable models.
|
|
55 |
|
56 |
|
57 |
# How did we generate the dataset?
|
58 |
-
1.
|
59 |
-
2.
|
60 |
-
|
61 |
-
This produces an output mesh that contains all the information named `openfoam_mesh.obj`;
|
62 |
-
4. We postprocessed the OpenFoam output to generate streamlines and pressure_map meshes.
|
63 |
|
64 |
The code used to generate the meshes and postprocess them is available on github: [https://github.com/inductiva/datasets-generation](https://github.com/inductiva/datasets-generation).
|
65 |
|
|
|
55 |
|
56 |
|
57 |
# How did we generate the dataset?
|
58 |
+
1. **Generate Input Meshes**: First, input meshes are generated using the InstantMesh model with images from the Stanford Cars Dataset. Post-processing is then applied to these input meshes.
|
59 |
+
2. **Run OpenFOAM Simulations**: The Inductiva API is utilized to run OpenFOAM simulations on the input meshes at various wind speeds and object angles. This process produces an output mesh named `openfoam_mesh.obj`, which contains all relevant simulation information.
|
60 |
+
3. **Post-process OpenFOAM Output**: The OpenFOAM output is post-processed to generate streamlines and pressure map meshes.
|
|
|
|
|
61 |
|
62 |
The code used to generate the meshes and postprocess them is available on github: [https://github.com/inductiva/datasets-generation](https://github.com/inductiva/datasets-generation).
|
63 |
|