Datasets:
The dataset viewer is not available for this dataset.
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
2D Navier–Stokes BKM Diagnostic
Pseudospectral vorticity-form Navier–Stokes on a periodic torus , with the Beale–Kato–Majda (BKM) diagnostic
tracked alongside enstrophy. Computed with a custom CUDA + cuFFT kernel on NVIDIA RTX 5090 (Blackwell, sm_120).
Part of the bigcompute.science CFD conjecture program — GPU infrastructure toward 3D BKM blowup searches. 2D incompressible flow is globally regular; these runs are certifying diagnostics, not blowup evidence.
Quick Start
from datasets import load_dataset
tg = load_dataset("cahlen/cfd-ns-bkm", "smoke_taylor_green", split="train")
rand = load_dataset("cahlen/cfd-ns-bkm", "standard_random", split="train")
print(tg[-1]) # final Taylor–Green row
What's In This Dataset
Each row is one logged time step from a pseudospectral DNS run:
| Column | Type | Description |
|---|---|---|
step |
int | Time-step index |
time |
float | Physical time |
max_vorticity |
float | (max vorticity on the grid) |
enstrophy |
float | |
bkm_cumulative |
float | Running BKM integral |
Certifying logs are in logs/. Run metadata in metadata.json.
Configurations
| Config | Grid | IC | Steps | Final max | Final BKM | Throughput | ||
|---|---|---|---|---|---|---|---|---|
smoke_taylor_green |
Taylor–Green | 2000 | 0.01 | 0.157 at | 12.80 | ~1108 steps/s | ||
standard_random |
Random blob | 5000 | 0.005 | 0.026 at | 1.77 | ~532 steps/s |
Both runs: zero NaN/Inf (exit certificate).
Method (summary)
Vorticity equation:
- Streamfunction Poisson solve in Fourier space; 2/3 Orszag dealiasing; RK4; fp64
- Random IC: Gaussian-envelope vorticity blob at with SplitMix64 amplitudes
Key Results
- Taylor–Green: decays 2.0 → 0.16 by ; validates spectral accuracy
- Random IC at : BKM integral ≈ 1.77 over ; peak vorticity remains bounded
- Infrastructure validated for Phase 3 3D extension
Reproduction
git clone https://github.com/cahlen/idontknow.git
cd idontknow
./scripts/experiments/cfd-ns-bkm/run.sh 256 0.001 2000 0.01 taylor-green
./scripts/experiments/cfd-ns-bkm/run.sh 512 0.0001 5000 0.005 random
python3 scripts/experiments/cfd-ns-bkm/upload_hf.py
CUDA kernel: ns2d_bkm.cu
Related
- CFD program hub: cfd-chaotic-advection experiment
- Experiment page: cfd-ns-bkm
- Finding: 2D NS BKM diagnostic — bronze / ACCEPT w/ revision (3-model review; consensus = most conservative: 2× silver + 1× bronze)
- Phase 3 dataset: cahlen/cfd-ns3d-bkm
- Code: idontknow/scripts/experiments/cfd-ns-bkm
Citation
@misc{humphreys2026cfdnsbkm,
author = {Humphreys, Cahlen},
title = {2D Navier–Stokes BKM Diagnostic (GPU Pseudospectral DNS)},
year = {2026},
publisher = {Hugging Face},
howpublished = {\\url{https://huggingface.co/datasets/cahlen/cfd-ns-bkm}}
}
Human–AI collaborative research. Peer-reviewed finding on bigcompute.science. All code and data open for verification.
- Downloads last month
- 20