--- license: cc-by-4.0 task_categories: - other language: - en tags: - turbulence - rans - cfd - dns - les - benchmark - machine-learning-for-physics pretty_name: "Closure Challenge v2 — extended ML-RANS turbulence benchmark" size_categories: - 100K/ ├── baseline_komegasst/ k-ω SST baseline (.dat + .csv pairs) ├── highfidelity/ Reference data (.dat + .csv pairs) └── plots/ Pre-rendered comparison figures ``` ## Quick start ```python import pandas as pd df = pd.read_csv("data/NASA_2DZP/highfidelity/cf_as_function_of_x.csv") print(df.columns.tolist()) # ['zone', 'x', 'skinfr', '5percenterror'] ``` For end-to-end scoring, use the `closure-challenge-v2` Python package and the `notebooks/sample_eval.ipynb` example, both available in the linked code repository. ## License - **Code**: MIT (see `LICENSE-CODE` in the code repository) - **Curated data**: CC-BY-4.0 for all cases derived from public-domain or CC-BY upstream sources (NASA TMR, Vinuesa duct database, Xiao parametric PHLL, NASA wall-mounted hump, Faith Hill, NACA 0012) - **ERCOFTAC kbwiki extracts**: CC-BY-NC-SA-4.0 (Ahmed body case082, wing-body junction DNS 1-6) — inherited from upstream Per-case attribution is in `SOURCES.md` of the code repository. ## Citation ```bibtex @inproceedings{closure_challenge_v2_neurips26, title={The Closure Challenge: A Benchmark Task for Machine Learning in Turbulence Modeling}, author={Anonymous}, booktitle={NeurIPS Datasets and Benchmarks Track (under review)}, year={2026} } ``` ## Croissant metadata A Croissant 1.0 + RAI metadata file is provided as `croissant.json` in this repository, suitable for the JoaquinVanschoren/croissant-checker validator.