Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
DOI:
License:
yunplus commited on
Commit
a305d55
·
1 Parent(s): b537fe8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -39,11 +39,10 @@ ensures greater diversity than existing ones. Please refer to our [arXiv paper](
39
  |3|mach number|
40
  |4|reference area (to calculate coefficient)|
41
  |5|half span length|
42
- |6|lift coefficient|
43
- |7|drag coefficient|
44
- |8|pitching moment coefficient|
45
 
46
- 3. Reference surface mesh and surface physical quantities on this reference mesh
47
 
48
  The reference mesh `geom0` contains the cell-centric coordinates of the reference surface mesh with size \\( 256 \times 128 \times 3 \\), and the three channels stand
49
  for \\( x, y, z \\). The surface physical quantities `data.npy` are on the same reference mesh with size \\( 256 \times 128 \times 3 \\), and the three channels stand for
@@ -58,7 +57,7 @@ ensures greater diversity than existing ones. Please refer to our [arXiv paper](
58
 
59
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6878e482bd4380c813fd99de/deWUNg0C2bxl7ZDQFfowu.png" alt="transform" width="40%">
60
 
61
- 4. Volumetric flow quantities on the near-field simulation mesh
62
 
63
  Volumetric flow data are also provided for potential future use. We provide the cell-centric coordinates and five core flow quantities at each simulation cell, and the flow
64
  quantities are in the order of density, pressure, and the velocities in the \\(x, y, z \\) directions. Since the simulation requires a large far field to implement the
@@ -66,7 +65,7 @@ ensures greater diversity than existing ones. Please refer to our [arXiv paper](
66
  far-field direction for each block. The original structural mesh blocks are flattened to one dimension and concatenated to each other, which leads to a size of
67
  \\(8 \times 2,204,800 \\) for each volumetric flow field.
68
 
69
- 5. Raw solver input & output
70
 
71
  The raw input surface mesh (`wing.xyz`), output of surface flow (`surf.cgns`), and 3D volume fields (`vol.cgns`) are also available in their original formats (CGNS files with the ADF format). They need the
72
  CGNS library to be read out. Since they are too large, they are available via university storage upon reasonable request to the authors.
 
39
  |3|mach number|
40
  |4|reference area (to calculate coefficient)|
41
  |5|half span length|
42
+ |6,7,8|lift, drag, pitching moment (acc. LE) coefficient from the solver|
43
+ |9,10,11|lift, drag, pitching moment (acc. LE) coefficient by recalculating from the surface flow (there are ones used for ML models)|
 
44
 
45
+ 4. Reference surface mesh and surface physical quantities on this reference mesh
46
 
47
  The reference mesh `geom0` contains the cell-centric coordinates of the reference surface mesh with size \\( 256 \times 128 \times 3 \\), and the three channels stand
48
  for \\( x, y, z \\). The surface physical quantities `data.npy` are on the same reference mesh with size \\( 256 \times 128 \times 3 \\), and the three channels stand for
 
57
 
58
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6878e482bd4380c813fd99de/deWUNg0C2bxl7ZDQFfowu.png" alt="transform" width="40%">
59
 
60
+ 5. Volumetric flow quantities on the near-field simulation mesh
61
 
62
  Volumetric flow data are also provided for potential future use. We provide the cell-centric coordinates and five core flow quantities at each simulation cell, and the flow
63
  quantities are in the order of density, pressure, and the velocities in the \\(x, y, z \\) directions. Since the simulation requires a large far field to implement the
 
65
  far-field direction for each block. The original structural mesh blocks are flattened to one dimension and concatenated to each other, which leads to a size of
66
  \\(8 \times 2,204,800 \\) for each volumetric flow field.
67
 
68
+ 6. Raw solver input & output
69
 
70
  The raw input surface mesh (`wing.xyz`), output of surface flow (`surf.cgns`), and 3D volume fields (`vol.cgns`) are also available in their original formats (CGNS files with the ADF format). They need the
71
  CGNS library to be read out. Since they are too large, they are available via university storage upon reasonable request to the authors.