rvalerio commited on
Commit
1bf2ef1
·
verified ·
1 Parent(s): 89f62da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -55,11 +55,9 @@ and generalizable models.
55
 
56
 
57
  # How did we generate the dataset?
58
- 1. Generating Input Meshes, using InstantMesh on Standord Cars Dataset and postprocess the input meshes.
59
- 2. Running OpenFoam on the Input Meshes with the Inductiva API.
60
- We ran OpenFoam simulations with different wind speeds and object angles on the input meshes.
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