Samet Kocbay commited on
Commit
4d563e4
·
1 Parent(s): 754057b

Add airfoil-surface wall arrays (kinematic wall shear + surface pressure)

Browse files

Each train/val/test .npz now carries a per-wall-face surface table: wall_xy,
wall_normal, wall_shear (kinematic tau_w/rho), wall_p (kinematic surface
pressure), wall_length, wall_cell. mesh.h5 files gain the matching /wall group.
OOD split omitted for now (raw cases regenerated separately) — documented in
the README.

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +38 -0
  2. mesh/NACA0008_n0.9_4.0e5_mesh.h5 +2 -2
  3. mesh/NACA0008_n1.0_4.0e5_mesh.h5 +2 -2
  4. mesh/NACA0008_n1.1_4.0e5_mesh.h5 +2 -2
  5. mesh/NACA0008_n1.2_3.4e5_mesh.h5 +2 -2
  6. mesh/NACA0008_n2.0_1.0e5_mesh.h5 +2 -2
  7. mesh/NACA0008_n3.4_2.5e5_mesh.h5 +2 -2
  8. mesh/NACA0008_n4.4_3.6e5_mesh.h5 +2 -2
  9. mesh/NACA0008_n4.8_1.3e5_mesh.h5 +2 -2
  10. mesh/NACA0008_p0.4_2.2e5_mesh.h5 +2 -2
  11. mesh/NACA0008_p0.8_4.8e5_mesh.h5 +2 -2
  12. mesh/NACA0008_p1.1_3.0e5_mesh.h5 +2 -2
  13. mesh/NACA0008_p1.5_4.5e5_mesh.h5 +2 -2
  14. mesh/NACA0008_p1.6_2.3e5_mesh.h5 +2 -2
  15. mesh/NACA0008_p1.7_3.7e5_mesh.h5 +2 -2
  16. mesh/NACA0008_p2.1_2.1e5_mesh.h5 +2 -2
  17. mesh/NACA0008_p2.5_2.4e5_mesh.h5 +2 -2
  18. mesh/NACA0008_p2.6_2.8e5_mesh.h5 +2 -2
  19. mesh/NACA0008_p4.7_2.5e5_mesh.h5 +2 -2
  20. mesh/NACA0008_p4.8_3.8e5_mesh.h5 +2 -2
  21. mesh/NACA0009_n0.2_3.8e5_mesh.h5 +2 -2
  22. mesh/NACA0009_n1.4_1.0e5_mesh.h5 +2 -2
  23. mesh/NACA0009_n1.4_3.5e5_mesh.h5 +2 -2
  24. mesh/NACA0009_n1.5_2.0e5_mesh.h5 +2 -2
  25. mesh/NACA0009_n1.6_1.7e5_mesh.h5 +2 -2
  26. mesh/NACA0009_n2.3_1.7e5_mesh.h5 +2 -2
  27. mesh/NACA0009_n2.7_1.4e5_mesh.h5 +2 -2
  28. mesh/NACA0009_n2.8_1.2e5_mesh.h5 +2 -2
  29. mesh/NACA0009_n3.6_2.9e5_mesh.h5 +2 -2
  30. mesh/NACA0009_n4.1_1.2e5_mesh.h5 +2 -2
  31. mesh/NACA0009_n4.2_3.8e5_mesh.h5 +2 -2
  32. mesh/NACA0009_n4.3_1.4e5_mesh.h5 +2 -2
  33. mesh/NACA0009_n4.6_2.6e5_mesh.h5 +2 -2
  34. mesh/NACA0009_n4.8_1.4e5_mesh.h5 +2 -2
  35. mesh/NACA0009_p0.2_4.9e5_mesh.h5 +2 -2
  36. mesh/NACA0009_p0.4_2.6e5_mesh.h5 +2 -2
  37. mesh/NACA0009_p1.0_3.2e5_mesh.h5 +2 -2
  38. mesh/NACA0009_p1.6_3.3e5_mesh.h5 +2 -2
  39. mesh/NACA0009_p1.9_1.9e5_mesh.h5 +2 -2
  40. mesh/NACA0009_p3.1_2.8e5_mesh.h5 +2 -2
  41. mesh/NACA0009_p3.3_2.3e5_mesh.h5 +2 -2
  42. mesh/NACA0009_p4.0_3.9e5_mesh.h5 +2 -2
  43. mesh/NACA0009_p4.6_1.5e5_mesh.h5 +2 -2
  44. mesh/NACA0009_p4.6_4.5e5_mesh.h5 +2 -2
  45. mesh/NACA0009_p4.9_1.2e5_mesh.h5 +2 -2
  46. mesh/NACA0013_n0.2_2.8e5_mesh.h5 +2 -2
  47. mesh/NACA0013_n0.5_1.2e5_mesh.h5 +2 -2
  48. mesh/NACA0013_n0.6_2.3e5_mesh.h5 +2 -2
  49. mesh/NACA0013_n1.1_3.6e5_mesh.h5 +2 -2
  50. mesh/NACA0013_n2.1_1.7e5_mesh.h5 +2 -2
README.md CHANGED
@@ -67,6 +67,44 @@ y ∈ [−1.5, 1.5] (1.5c above and below)
67
 
68
  `N` varies per case (typically 50,000 – 150,000 cells inside the bounding box).
69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  ### Loading a sample
71
 
72
  ```python
 
67
 
68
  `N` varies per case (typically 50,000 – 150,000 cells inside the bounding box).
69
 
70
+ ### Airfoil-surface arrays
71
+
72
+ In addition to the volume point cloud, each file carries a **separate surface
73
+ table** with one row per airfoil wall face (`M` rows, `M ≈ N_wall`, typically a
74
+ few hundred). These live on the airfoil surface itself, unlike `is_wall` which
75
+ marks the first layer of volume cells sitting just off the wall. Rows are
76
+ ordered by wall-face index and are mutually aligned.
77
+
78
+ | Key | Shape | dtype | Description |
79
+ |---|---|---|---|
80
+ | `wall_xy` | `(M, 2)` | float32 | Wall-face-center coordinates (same frame as `x, y`) |
81
+ | `wall_normal` | `(M, 2)` | float32 | Unit surface normal, pointing from the wall into the fluid |
82
+ | `wall_shear` | `(M, 2)` | float32 | Kinematic wall shear stress vector `τ_w / ρ` (m²/s²) |
83
+ | `wall_p` | `(M,)` | float32 | Kinematic surface pressure (m²/s²) |
84
+ | `wall_length` | `(M,)` | float32 | Face edge length (for surface integration) |
85
+ | `wall_cell` | `(M,)` | int64 | Owner cell index — links each face back to the volume cloud |
86
+
87
+ > **Availability:** the surface arrays are present for the `train`, `val`, and
88
+ > `test` splits. They are not yet included for the `ood` split (its raw
89
+ > OpenFOAM cases are regenerated separately) — check with
90
+ > `"wall_xy" in np.load(path)` before use.
91
+
92
+ Quantities are **kinematic** (divided by density, consistent with `p`), matching
93
+ OpenFOAM's `wallShearStress` function object. Multiply by ρ for physical units.
94
+ Skin friction and pressure coefficients follow directly:
95
+
96
+ ```python
97
+ import numpy as np
98
+
99
+ data = np.load("NACA2412_p3.5_2.0e5.npz")
100
+ u_mag = float(np.hypot(data["u_init"][0], data["v_init"][0]))
101
+ q = 0.5 * u_mag**2 # kinematic dynamic pressure
102
+ cf = np.linalg.norm(data["wall_shear"], axis=1) / q
103
+ cp = data["wall_p"] / q
104
+ # Chordwise wall-shear sign flags separation (τ_w,x < 0 → reversed flow):
105
+ tau_x = data["wall_shear"][:, 0]
106
+ ```
107
+
108
  ### Loading a sample
109
 
110
  ```python
mesh/NACA0008_n0.9_4.0e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6b617eb3b6b2817049ca690dd54d5c5df8a7fe7822dc2fd7da3e6a57227a295
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e0142a6f492ff741e8d6b9dd4f45afd116d10c89be16752ffb8064138187296
3
+ size 3763584
mesh/NACA0008_n1.0_4.0e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bd596198528d21499cff162af0637e2eabf4a14f5480de523578e4839d612c6
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5940253658fba59d60dea443b2f4c7663ed41ab17d705e9acc5aa9f1f5b0348
3
+ size 3761536
mesh/NACA0008_n1.1_4.0e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f610f10ef59af3773e5588f6f002ac96b24ab896f37d3cda77c207972ffad309
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7d1a14f1d288fd62c6c1b1783e5c8c139ff8104156a1c8563104824459beebf
3
+ size 3761536
mesh/NACA0008_n1.2_3.4e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0da3e3466fe4de56aa8538590f9b2ae6948a35221ef9ee641ed30e175cb31082
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67286b57f48f986c2104226820096bd39f3a0e18d99702f5471447b8ec923ae0
3
+ size 3761536
mesh/NACA0008_n2.0_1.0e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8c8b894bc9f01efe4ce4d8fac03303c86671ce46ecc30f9449ba136cf3e2dbd
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90fa5ccf2f8f8a5e9833841d7f3007adc4fd8fa1b52087cd923ffcffdd3e53d5
3
+ size 3761536
mesh/NACA0008_n3.4_2.5e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:796afdec926176f2ac3eb9ccdd494974ec7e0ea151b71408b1aec7e92f2911e9
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b56bcf5736f8fc055417dd724bd9a8c5c94913fd42bae011ba0d5dfa44284b6
3
+ size 3761536
mesh/NACA0008_n4.4_3.6e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:918151f8cb34a1d82fb52a29e0cb21a3a04c76efc9991fd44c2fc4e183cd6c0b
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6e7f09ff95d3ca3a3e18eba346000b865918c61b641553777a6aa58735edf18
3
+ size 3761536
mesh/NACA0008_n4.8_1.3e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:070aa35fb498e2e92db82de553dd326ea69386b0f163a42ebebfe9a1a0783a6d
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e9c952496821821e25b16e13cae3284fcf65acb4fed40305f1ac463c06b7374
3
+ size 3761536
mesh/NACA0008_p0.4_2.2e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef01cb65e67ded6b8710da7d13a41d1c44c04936c1b3689bb23c31758f98473a
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d42c5748b104190858e9c23160cbdb92ccaaf02dbe693c1991ef3868d3f49175
3
+ size 3761536
mesh/NACA0008_p0.8_4.8e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:927f1febb83ebf8c6b92a6fd37666de07a71b9eb16e45e243f4d860d3410d91c
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0ac63ff8ecabc6b77f0af72f6fd1fd158d5eb12b1b0c9589c64c7c72a5ce8ef
3
+ size 3761536
mesh/NACA0008_p1.1_3.0e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:97469b23735588b03f9d8b5d0030fd752a6063fb8c295f3b6f1b922dd2ace2c9
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8f48ac000047fb8ef848e09072f199116e1f0cea76fedf938867ee6580ed421
3
+ size 3761536
mesh/NACA0008_p1.5_4.5e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:475fe299528f296a7783f455bb0efbb3479bdcb84a03ab184b80c2a25a4b5d72
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e408706d507a24ebd1d5ea07ee454417a999121e286a346a64ec3a8419ecf2d
3
+ size 3761536
mesh/NACA0008_p1.6_2.3e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df78b976906d312f7715b3cc9277dffa4acf68f37b497b842b435f1d94e8975b
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d810617dcd31ca6e0153e2847dc0f5c7ab943199105c1c22bbe6c1e60b7952a
3
+ size 3761536
mesh/NACA0008_p1.7_3.7e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:749007a1a55d464ba037a040eeeb8f0aaa495c0b06f0391c2015e2844d381e9e
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f64d19ad12410825b9c20d6310e17747b599a19cba4cb1384b1bbb283c7ef40e
3
+ size 3761536
mesh/NACA0008_p2.1_2.1e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c201d1ac6ea29f178c92000a534e5db9f09876f31755822152acaa39b16df6b1
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c483d34208f77539a8670dd0c54779dc842355192526b72e036bee07cfbd1c44
3
+ size 3761536
mesh/NACA0008_p2.5_2.4e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9aa9c9ed0c7108de88e1797c8da8c4427eedfa8a2ff9cdd8525abaf1d58ba6a0
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f392dab36640193b296442d893c522f9321f57640a835c284912a9d6e0a4b22
3
+ size 3761536
mesh/NACA0008_p2.6_2.8e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5e8729b5ea8ff5f2656ea7e39f85a55449f1547132e9b189d93daff4a16a04c
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54ac3a4f4d6aa39d8bf923301e081c6f0c6f5071abd2ec799b0636620a6cd44d
3
+ size 3761536
mesh/NACA0008_p4.7_2.5e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de317705fc4f29c95117220c32baf6d687dcfe7e2f0a20487d9ef05b7ec53015
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:462f009db0c366d73fc6eaf6e190f31da5a708c0b41e4a370bb6f64b664ce6c4
3
+ size 3761536
mesh/NACA0008_p4.8_3.8e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7dcd331b34cd94036af98c9a2dfbbb8b349937afab16091015857ca9a589538f
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332eea8bd23c6a8bc173a657256e9189e6c59eba127f53f1b7d6f36f2a2ace45
3
+ size 3761536
mesh/NACA0009_n0.2_3.8e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4955c0f1903d155eb5099e50e1b94dadeef6319837de6b6660915d1ca4461c76
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50d745134463658a2addbc631502febf86b3c5bdfa8c03e79b71187ced3a253c
3
+ size 3761536
mesh/NACA0009_n1.4_1.0e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d93c9e5069b50c106938ac973d964ee1443cfc4ef3821ae1c42e470a3ab28e34
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cec89cd3d3a7fc8207a244adf8ba4c048233d9d8c1d285e0ed1330475d06d97
3
+ size 3761536
mesh/NACA0009_n1.4_3.5e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d93c9e5069b50c106938ac973d964ee1443cfc4ef3821ae1c42e470a3ab28e34
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c81cdae37c298c0d78be17a58a7f74577e9693fc3c5fe0057850af00a4d7a3c1
3
+ size 3761536
mesh/NACA0009_n1.5_2.0e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1dd5266f16d0d67a98e5f718e144409008031c8b18b469ad62c23b95893a5241
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:637c7301d7d35954295cee5efe0cf592b1520af51f087e767b1bf3d905e7ff91
3
+ size 3761536
mesh/NACA0009_n1.6_1.7e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bec57f1f524f35b77de97c77dadc434c17d9d82c12fb0485ff024ca0ca732a98
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:613f04d4d207acd20ca72927713f1640aef532ff1e0a6d1fb05524dc419c6d67
3
+ size 3761536
mesh/NACA0009_n2.3_1.7e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:149e3fc439f052c2d6da575e5bea59bd20133bb13a410c17ae0d4e5efc67e75b
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3b42dafc8e69060c2d2941851898f95d553c066e82f54946ce851f7367b97d6
3
+ size 3761536
mesh/NACA0009_n2.7_1.4e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6fec5e58e5df9546c91b5b31ed8547c4324e6077bb5cfbc46fa96119b0abbea0
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd1632f9afcea36688e54dab3dc69ecbdc9eb363b30fe38078ee2d8a6793ebab
3
+ size 3761536
mesh/NACA0009_n2.8_1.2e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:105d5255ae2285c5137e8730ca8c74aa0b7afa74fa2494c9bc2ed17e025d96f5
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cd2b08b6775fe26c24f4bf87881f95438539025eedfc83593ae5c37e763cf5a
3
+ size 3761536
mesh/NACA0009_n3.6_2.9e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:447140df9498171515412d2dcdfb8a111ee4ef87ce97cb53ce2756fd484c7b25
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dca03c3593e93e09e41507f9109d404804e61bb1ef388f2acb6a63214943e6a
3
+ size 3761536
mesh/NACA0009_n4.1_1.2e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ad08ec429c9a1268406d3946843110a717f9f02ec4d08021dc081d7e0fc0bda
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a5e53f245f4ebc0818b30376986fa8f04fa557160532ad05e7fa54fd7f7f445
3
+ size 3761536
mesh/NACA0009_n4.2_3.8e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ae62a018ae36ea37f9be8568bd7a0cd3e3618a2c2b67406cdecbc71d3b28e9b
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b95bad850f62f7f37d71e200c1e5c77d78a340eb55f2f14cd8f641d0a1203dd
3
+ size 3761536
mesh/NACA0009_n4.3_1.4e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8f04fc0c97ad6a9a6b5aacf13493ce1a0f37c89ab5f2d45495bd9643af00d8d
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35ca28368c90e68b4c6132871221b2f48e59681581a07a1fb6c98465acf1e321
3
+ size 3761536
mesh/NACA0009_n4.6_2.6e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57b97d1818b3b5804cc7f0971e60b158946f83e6250ca119b29e858c7ba083cd
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5a47076323c22bcf84f42d2e7f40c403382f67a979003a310456553266fe3bf
3
+ size 3761536
mesh/NACA0009_n4.8_1.4e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9add42796bdc2548104590cd91f91a99be82b36017be9b718b318fab6a308178
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4607ce745ba995ac0ed55a7d2b63cfab3980b98edde8923f8da3b680b2a2995
3
+ size 3761536
mesh/NACA0009_p0.2_4.9e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ffc844633e26d66fd1e26e06c830499e647a65e5ce63d38b472140ee769672d
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dab70132221612c6b7708bbe4b8ec7d4338538525ce0f09cdc5b8c35f27fc96
3
+ size 3761536
mesh/NACA0009_p0.4_2.6e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95f04601fc7475ca34b0a31d9d5b6a895848639e8cf8bd726fa65ad6678d4d5e
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb27f2f403547e4d4ac675ada0dcda9dfa1f90d1276c32216952e0a45b65c385
3
+ size 3761536
mesh/NACA0009_p1.0_3.2e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71b0dd4c315e86ef231af35df97c6cd6b63cbae5135d6e2299db5e2d4664ff76
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a910f6e9d5484f883d2a52acdf0e14b3d03a6396d022bb113efe05f9fd7ab522
3
+ size 3761536
mesh/NACA0009_p1.6_3.3e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9e30635cc479ab9ded163be6952727fa47931d3d5ef31893e44f0f07cb81ef6
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ee6e91e52ea4e95767d68b2387bdbd3d392a0ccd9906253ccc2aa8fda393bcb
3
+ size 3761536
mesh/NACA0009_p1.9_1.9e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2396c4e5c2893d7b4514b00ccd28bacdef15797dc390131f0600b21592e4f8e9
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98f115d5365b9d0950b37ad347ff0e397f84c8c91bf7ae271108783d855865c5
3
+ size 3761536
mesh/NACA0009_p3.1_2.8e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a522670a44947ab49d34d5dc970748ff9d513318153044f9675cba4012d3c8a
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7f5d42234a7d3a74fca16a785da85e7874750ff3a0012198ff44017b3ca4436
3
+ size 3761536
mesh/NACA0009_p3.3_2.3e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee0efd4e6074ad20e2a9e0a7eafdb0b2c678f6f18bfde2b1419c977a8fba979a
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15f1729ec170dc38d0e62240dbc97aa0fbb6c6c26b592bdb19ac55b3323e3df4
3
+ size 3761536
mesh/NACA0009_p4.0_3.9e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:537e3c969b49e9a8930b7bc33ce886dcdee2a4deceb73990a4b09d5af82bac7e
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e63e50a1cb863a0eb316c024147c5243a94c42e61bd75100172100a6ff8eb419
3
+ size 3761536
mesh/NACA0009_p4.6_1.5e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bdd5ec5f2a93f94609d5b7a4fef0bad12c438fcc06df723c502e7b3b05126b5c
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eee7d23afbc8cdba64b909488c457bbda9d00e7b07d2c4b8367fd81ae581c9e
3
+ size 3761536
mesh/NACA0009_p4.6_4.5e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bdd5ec5f2a93f94609d5b7a4fef0bad12c438fcc06df723c502e7b3b05126b5c
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4133af6b50f991b35ff0efd4161ea7e841eb7c642a4d48e5e78684aec3111cbe
3
+ size 3761536
mesh/NACA0009_p4.9_1.2e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:705f7009d2235b233b57e583c447f944f2e23abb70bc9a590876f76cf84c2312
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8f2366ffafd00684d018c3c77e53b679c85d952c4d5649e80912ad99b18572d
3
+ size 3761536
mesh/NACA0013_n0.2_2.8e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78e5f5cbf983b580ad29e063370412dd1c893fb68913a1faae8bbded6f2bc7f2
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d913a95841bba66a171530a6a790dfb70f06b87026e0819175637c15883c046
3
+ size 3761536
mesh/NACA0013_n0.5_1.2e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a09909e7e6dd4766dab885f19deaef95c55ed3f288273e57b0720133de41930
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f069b94d0717405c1d04ac597e8273061935a759f8be70678a4fc2521f15bb
3
+ size 3761536
mesh/NACA0013_n0.6_2.3e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e52d42ff4305a54c472e73599e7cf3bd23ce83233eae00e8e107bdc930a16ab2
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55a7c2c7c99dca2303bb21216c88ea3cd8f6dfb46ae8bf769d5845b7ed478ddd
3
+ size 3761536
mesh/NACA0013_n1.1_3.6e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58ceb16f6310393e76cea2005ada0b335fc2862a55d679915a08c8da7833831d
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2accf8593fcb4c5f3bb111ecf50460a99306c19ebb5d7a422b1121e48d3a645e
3
+ size 3761536
mesh/NACA0013_n2.1_1.7e5_mesh.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8958ed118e27f21134f203cb7ae3e728c59b6486e38bfdad6ccebcf2b31d7944
3
- size 3740160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1478faa31bb2ca26b70d9718bd6d750887180722c96bef64320a34e6bca1c175
3
+ size 3761536