Datasets:

ArXiv:
License:
nashton commited on
Commit
697b281
·
verified ·
1 Parent(s): b76649d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: cc-by-4.0
 
3
  ---
4
 
5
  # HiLiftAeroML: High-Fidelity Computational Fluid Dynamics Dataset for High-Lift Aircraft Aerodynamics
@@ -16,7 +17,7 @@ One of the key novelties of this dataset is the use of a GPU-accelerated high-fi
16
  The simulations were performed using the **"Fidelity Charles"** flow-solver, an explicit, unstructured, finite-volume solver for the compressible Navier-Stokes equations.
17
  * **Accuracy:** 2nd-order accurate in space and 3rd-order accurate in time.
18
  * **Meshing:** The domain was discretized using "Fidelity Stitch", an unstructured mesh generator based on Voronoi diagrams.
19
- * **Turbulence Modeling:** To capture complex, unsteady flow phenomena such as massive flow separation, the Dynamic Smagorinsky subgrid-scale model and an equilibrium wall model were employed.
20
 
21
  ## How to Cite This Dataset
22
  In order to cite the use of this dataset, please cite the corresponding preprint paper:
@@ -47,6 +48,7 @@ Each folder (e.g., `geo_LHCi_AoA_j` where `i` is the geometry ID from 001 to 180
47
  In addition to the files per run folder, there are also general summary files in the root directory:
48
  * `geo_parameters_all.csv`: Reference geometry values used to define the geometry via the DoE method for all runs.
49
  * `force_mom_all.csv`: Time-averaged drag, lift, moment, and pressure/viscous coefficients for all runs.
 
50
 
51
  ## How to Download
52
  The dataset is openly accessible on Hugging Face without any additional costs.
 
1
  ---
2
  license: cc-by-4.0
3
+ viewer: false
4
  ---
5
 
6
  # HiLiftAeroML: High-Fidelity Computational Fluid Dynamics Dataset for High-Lift Aircraft Aerodynamics
 
17
  The simulations were performed using the **"Fidelity Charles"** flow-solver, an explicit, unstructured, finite-volume solver for the compressible Navier-Stokes equations.
18
  * **Accuracy:** 2nd-order accurate in space and 3rd-order accurate in time.
19
  * **Meshing:** The domain was discretized using "Fidelity Stitch", an unstructured mesh generator based on Voronoi diagrams.
20
+ * **Turbulence Modeling:** To capture complex, unsteady flow phenomena such as massive flow separation, a wall-modeled LES using the Dynamic Smagorinsky subgrid-scale model and an equilibrium wall model were employed.
21
 
22
  ## How to Cite This Dataset
23
  In order to cite the use of this dataset, please cite the corresponding preprint paper:
 
48
  In addition to the files per run folder, there are also general summary files in the root directory:
49
  * `geo_parameters_all.csv`: Reference geometry values used to define the geometry via the DoE method for all runs.
50
  * `force_mom_all.csv`: Time-averaged drag, lift, moment, and pressure/viscous coefficients for all runs.
51
+ * 'splits*' : folder containing the train/val/test splits (manifest.json) and explanation and their derivation (README.pdf)
52
 
53
  ## How to Download
54
  The dataset is openly accessible on Hugging Face without any additional costs.