--- license: cc-by-4.0 pretty_name: Linear Radiation Transport (Lattice + Hohlraum) tags: - physics - radiation-transport - scientific-machine-learning - surrogate-modeling - point-cloud - cfd - physicsnemo - kit-rt size_categories: - 1K.pmsh/` directory is loadable with PhysicsNeMo's `Mesh` API. ## Dataset Owner(s): NVIDIA Corporation ## Dataset Creation Date: May 2026 ## License/Terms of Use: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) ## Intended Usage: Training, evaluation, and benchmarking of point-cloud / mesh-based neural surrogates for final-time linear radiation transport. The two benchmarks are complementary stress tests: Lattice probes the surrogate's ability to generalise across **material parameters** at fixed geometry, while Hohlraum probes generalisation across **geometry** at fixed material parameters. Suitable for graph neural networks, neural operators, point-cloud regressors, and mixed-fidelity / uncertainty-quantification studies that build on KiT-RT reference solutions. ## Dataset Characterization ** Data Collection Method
* [Synthetic] - High-resolution KiT-RT (S_N + finite-volume) simulations on unstructured triangular meshes, post-processed into PhysicsNeMo `Mesh` memmap stores.
** Labeling Method
* [Synthetic] - Per-cell scalar flux and derived per-region absorption QoIs are computed directly by the numerical solver; no human labeling is involved.
## Dataset Format - **Modality**: 2-D point cloud / unstructured-mesh, per-cell tensors plus per-simulation scalar metadata. - **Per-sample container**: PhysicsNeMo `Mesh` (a tensordict memmap store) shipped on disk as a `.pmsh/` directory plus a `.attrs.json` sidecar; on the Hub each simulation is bundled as a single `.pmsh.tar.gz` archive for transport. - **Per-cell fields**: `cell_areas` (float32), `sigma_a`, `sigma_s`, `sigma_t` (float32), `Q` (float32), `material_properties` (int64), `scalar_flux` (float32, shape `(N, 2)` for initial + final snapshots). - **Cell-center coordinates**: `Mesh.points` (float32, `(N, 2)` — the simulations are 2-D so points are stored without a z column). - **Per-simulation fields** (`Mesh.global_data`): `sim_times` / `timesteps` / `wall_times`, `flux_statistics`, `global_metrics`, plus flattened `attr__*` parameter draws. - **Splits**: JSON files at `splits/{lattice,hohlraum}_splits.json` storing per-split lists of sample basenames. - **Auxiliary**: PNG schematics under `docs/images/`, conversion manifests at `mesh/{lattice,hohlraum}/conversion_manifest.json`. ## Dataset Quantification - **Record count**: 1,553 simulations covered by the train/val/test splits (707 Lattice + 846 Hohlraum). - **Cells per sample**: lattice ≈79.9k (constant); hohlraum ≈70k–81k. - **Per-cell features per sample**: 7 fields (cell_areas, sigma_a, sigma_s, sigma_t, Q, material_properties, scalar_flux) plus 2-D cell-center coordinates and per-simulation metadata. - **Total storage**: ~6.0 GB for the extracted `.pmsh/` directories; ~2.4 GB as the per-sample `.pmsh.tar.gz` archives shipped to the Hugging Face Hub (gzip-compressed). ## Reference(s): - Schotthöfer, S., & Hauck, C. (2025). "Reference solutions for linear radiation transport: the Hohlraum and Lattice benchmarks." *arXiv preprint* [arXiv:2505.17284](https://arxiv.org/abs/2505.17284). - Kusch, J., Schotthöfer, S., Stammer, P., Wolters, J., & Xiao, T. (2023). "KiT-RT: An extendable framework for radiative transfer and therapy." *ACM Transactions on Mathematical Software*, **49**(4), 1–24. - KiT-RT solver: . ## Ethical Considerations: NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal developer teams to ensure this dataset meets requirements for the relevant industry and use case and addresses unforeseen product misuse. Please report quality, risk, security vulnerabilities or NVIDIA AI Concerns here.