maximilianherde
commited on
Commit
•
8e833de
1
Parent(s):
2a13373
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Short Description
|
6 |
+
|
7 |
+
Based on the compressible Euler equations, this dataset contains the steady-state density over airfoils.
|
8 |
+
|
9 |
+
# Dimensions
|
10 |
+
|
11 |
+
The assembled NetCDF file has a **single** variable called *solution* with dimensionality
|
12 |
+
- 10869 (number of trajectories)
|
13 |
+
- 2 (airfoil shape, density)
|
14 |
+
- 128 (x-dim)
|
15 |
+
- 128 (y-dim)
|
16 |
+
|
17 |
+
# Train/Val/Test-split
|
18 |
+
|
19 |
+
10509/120/240 trajectories
|
20 |
+
|
21 |
+
# Download & Assembly
|
22 |
+
|
23 |
+
The dataset can be downloaded, e.g., via `huggingface-cli download`.
|