Need your geometry, your Re band, or 3D?
The public library proves the pipeline. We generate the campaign and adapt the model under a commercial license.
200 train + 40 holdout across both regimes
Cylinder wakes and Kelvin–Helmholtz shear layers
Higher Re and Mach than the training band
Raw physical tensors, ready for operator models
Not a scraped benchmark. Each case is a high-order solver run, cropped to the scientifically useful window, and shipped as a tensor plus metadata so a training pipeline can ingest it without a CFD preprocessor.
Incompressible (artificial-compressibility) flow past a circular cylinder, harvested after transients die out — the statistically stationary shedding window.
Kelvin–Helmholtz double shear layer under compressible Navier–Stokes, density ratio 1:2, on a periodic domain.
Holdout cases sit just outside the training band. If a model scores well here, it generalized — it did not interpolate a shuffled split.
| Split | Parameter range | Cases | Role |
|---|---|---|---|
| Cylinder train | Re ≈ 62.4 – 179.3 | 150 | Fit the wake |
| Cylinder holdout | Re ≈ 180.2 – 189.8 | 30 | Extrapolate in Reynolds number |
| Mixing-layer train | Mach ≈ 0.201 – 0.319 | 50 | Fit the shear layer |
| Mixing-layer holdout | Mach ≈ 0.320 – 0.349 | 10 | Extrapolate in Mach number |
float32 NumPy arrays, shape (T, C, 128, 128). Physical units — not pre-normalized — so you control train-set statistics.
JSON per trajectory: Re / Mach, times, grid bounds, channel stats, harvest window. No hidden preprocessing.
The cylinder is written into density. Models that already take (ρ, u, v, p) do not need an extra mask input.
Flux reconstruction at order 3. Fine scales are smoother than the 128×128 grid suggests — claims should stay at wake / shear-layer scale.
Teams training operator networks, PDE surrogates, or digital-twin rollouts who need solver-grade 2D wakes and mixing layers — not toy grids.
This is the data behind Chaperone-Flow-1.0. Use the tensors alone, or start from the adapted Poseidon-B checkpoint.
2D only. Cylinder Re stays below 3D wake instability. Interpolated to 128×128 from the solver mesh. Complements a campaign on your geometry — it is not a substitute for it.
The public library proves the pipeline. We generate the campaign and adapt the model under a commercial license.