--- license: other license_name: mixed-cc-by-4.0-and-cc-by-nc-sa-4.0 license_link: LICENSE 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 ``` ### Reading the periodic-hill case names The digits in `alpha___` are **domain dimensions, not Reynolds numbers**. `alpha_05_4071_2024` has streamwise extent x = 0 .. 4.071 and wall-normal extent y = 0 .. 2.024; `alpha_15_13929_4048` spans x = 0 .. 13.929 and y = 0 .. 4.048. The leading `alpha` value is the hill-slope parameter. ## 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 This dataset aggregates material under two different licenses. See the `LICENSE` file at the repository root for the authoritative statement. - **CC-BY-4.0**: the 12 non-ERCOFTAC cases (`alpha_*`, `AR_*`, `NASA_*`) and `evaluation_points`, derived from public-domain or CC-BY upstream sources (NASA Turbulence Modeling Resource, Vinuesa duct database, Xiao parametric periodic-hill database). - **CC-BY-NC-SA-4.0**: `ERCOFTAC_AhmedBody25` and `ERCOFTAC_WingBodyJunction`, curated extracts of ERCOFTAC kbwiki material (Classic Collection case082; DNS 1-6), inheriting the upstream non-commercial and share-alike conditions. - **Code**: MIT (see `LICENSE-CODE` in the code repository). Hugging Face has no per-directory license field, so this repository declares `license: other` and records the split in `LICENSE`. The `configs` block above groups the two license scopes for readers and machine consumers; it does not itself carry licensing force. 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.