Samet Kocbay commited on
Commit ·
4d563e4
1
Parent(s): 754057b
Add airfoil-surface wall arrays (kinematic wall shear + surface pressure)
Browse filesEach 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
- README.md +38 -0
- mesh/NACA0008_n0.9_4.0e5_mesh.h5 +2 -2
- mesh/NACA0008_n1.0_4.0e5_mesh.h5 +2 -2
- mesh/NACA0008_n1.1_4.0e5_mesh.h5 +2 -2
- mesh/NACA0008_n1.2_3.4e5_mesh.h5 +2 -2
- mesh/NACA0008_n2.0_1.0e5_mesh.h5 +2 -2
- mesh/NACA0008_n3.4_2.5e5_mesh.h5 +2 -2
- mesh/NACA0008_n4.4_3.6e5_mesh.h5 +2 -2
- mesh/NACA0008_n4.8_1.3e5_mesh.h5 +2 -2
- mesh/NACA0008_p0.4_2.2e5_mesh.h5 +2 -2
- mesh/NACA0008_p0.8_4.8e5_mesh.h5 +2 -2
- mesh/NACA0008_p1.1_3.0e5_mesh.h5 +2 -2
- mesh/NACA0008_p1.5_4.5e5_mesh.h5 +2 -2
- mesh/NACA0008_p1.6_2.3e5_mesh.h5 +2 -2
- mesh/NACA0008_p1.7_3.7e5_mesh.h5 +2 -2
- mesh/NACA0008_p2.1_2.1e5_mesh.h5 +2 -2
- mesh/NACA0008_p2.5_2.4e5_mesh.h5 +2 -2
- mesh/NACA0008_p2.6_2.8e5_mesh.h5 +2 -2
- mesh/NACA0008_p4.7_2.5e5_mesh.h5 +2 -2
- mesh/NACA0008_p4.8_3.8e5_mesh.h5 +2 -2
- mesh/NACA0009_n0.2_3.8e5_mesh.h5 +2 -2
- mesh/NACA0009_n1.4_1.0e5_mesh.h5 +2 -2
- mesh/NACA0009_n1.4_3.5e5_mesh.h5 +2 -2
- mesh/NACA0009_n1.5_2.0e5_mesh.h5 +2 -2
- mesh/NACA0009_n1.6_1.7e5_mesh.h5 +2 -2
- mesh/NACA0009_n2.3_1.7e5_mesh.h5 +2 -2
- mesh/NACA0009_n2.7_1.4e5_mesh.h5 +2 -2
- mesh/NACA0009_n2.8_1.2e5_mesh.h5 +2 -2
- mesh/NACA0009_n3.6_2.9e5_mesh.h5 +2 -2
- mesh/NACA0009_n4.1_1.2e5_mesh.h5 +2 -2
- mesh/NACA0009_n4.2_3.8e5_mesh.h5 +2 -2
- mesh/NACA0009_n4.3_1.4e5_mesh.h5 +2 -2
- mesh/NACA0009_n4.6_2.6e5_mesh.h5 +2 -2
- mesh/NACA0009_n4.8_1.4e5_mesh.h5 +2 -2
- mesh/NACA0009_p0.2_4.9e5_mesh.h5 +2 -2
- mesh/NACA0009_p0.4_2.6e5_mesh.h5 +2 -2
- mesh/NACA0009_p1.0_3.2e5_mesh.h5 +2 -2
- mesh/NACA0009_p1.6_3.3e5_mesh.h5 +2 -2
- mesh/NACA0009_p1.9_1.9e5_mesh.h5 +2 -2
- mesh/NACA0009_p3.1_2.8e5_mesh.h5 +2 -2
- mesh/NACA0009_p3.3_2.3e5_mesh.h5 +2 -2
- mesh/NACA0009_p4.0_3.9e5_mesh.h5 +2 -2
- mesh/NACA0009_p4.6_1.5e5_mesh.h5 +2 -2
- mesh/NACA0009_p4.6_4.5e5_mesh.h5 +2 -2
- mesh/NACA0009_p4.9_1.2e5_mesh.h5 +2 -2
- mesh/NACA0013_n0.2_2.8e5_mesh.h5 +2 -2
- mesh/NACA0013_n0.5_1.2e5_mesh.h5 +2 -2
- mesh/NACA0013_n0.6_2.3e5_mesh.h5 +2 -2
- mesh/NACA0013_n1.1_3.6e5_mesh.h5 +2 -2
- 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1478faa31bb2ca26b70d9718bd6d750887180722c96bef64320a34e6bca1c175
|
| 3 |
+
size 3761536
|