paischer101 commited on
Commit
75cd9e6
·
verified ·
1 Parent(s): 2e25756

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -23,8 +23,8 @@ Our dataset follows widely-used industrial standards:
23
  - Spalart-Allmaras turbulence model with wall functions
24
  - Spatial discretization using second-order schemes for momentum, energy and pressure terms. First order used for turbulence quantities.
25
 
26
- This repository contains a subset of the parameter scans that we used for evaluating our best surrogate model [AB-UPT](https://arxiv.org/abs/2502.09692).
27
- In total there are 70 cases compressed in the `scans_reduced.zip` file which contains a directory for each case according to the following structure:
28
 
29
  run_X
30
  ├── design_parameters.pt
@@ -41,7 +41,7 @@ In total there are 70 cases compressed in the `scans_reduced.zip` file which con
41
  └── wing.stl
42
 
43
  The pytorch tensors contain the positions and field values for the respective fields and volume and surface quantities. The numpy files contain necessary information to compute drag and lift coefficients. Finally, the STL file contains the surface mesh of each wing.
44
-
45
  The full dataset can be downloaded at this link: https://data.emmi.ai/s/qTgKFQCRNnFTgXN
46
 
47
  ## Data Quality
 
23
  - Spalart-Allmaras turbulence model with wall functions
24
  - Spatial discretization using second-order schemes for momentum, energy and pressure terms. First order used for turbulence quantities.
25
 
26
+ This repository contains the parameter scans that we used for evaluating our best surrogate model [AB-UPT](https://arxiv.org/abs/2502.09692).
27
+ In total there are 248 cases compressed in the `all_scans.zip` file which contains a directory for each case according to the following structure:
28
 
29
  run_X
30
  ├── design_parameters.pt
 
41
  └── wing.stl
42
 
43
  The pytorch tensors contain the positions and field values for the respective fields and volume and surface quantities. The numpy files contain necessary information to compute drag and lift coefficients. Finally, the STL file contains the surface mesh of each wing.
44
+ In addition we provide all design parameters including Mach and Reynolds number in the `scan_per_case_design_parameters.csv` for the evaluation scans and in the `per_case_design_parameters.csv` for the entire dataset.
45
  The full dataset can be downloaded at this link: https://data.emmi.ai/s/qTgKFQCRNnFTgXN
46
 
47
  ## Data Quality