Skip to content
Technology How it works Breeder — Hyperion Burner — Aegis Burner — MetroVolt AI-Native Architecture Magnets Fuel cycle Safety Roadmap
Solutions AI & Data Centers Defense & Government Grid & Baseload Neutron Detection Quantum
Learn Technical Library
Proof Publications Whitepapers Technical Library Open Science & Reproducibility The Honest Gates
Company About / Mission Leadership Environment Health & Safety Investors Careers Press Contact
3D Model
AI Architecture › L0 · Foundation
L0 · Foundation

Gyrokinetic Turbulence Simulations

First-principles turbulence solves that supply the transport coefficients no reduced model can reliably predict for either machine.

THE STACK · click to jumpL7Ecosystem & StrategyL6Experience & VisualizationL5Applications & CopilotsL4OrchestrationL3Twin Modeling & AIL2Data FabricL1Control PlaneL0Foundation▲tlmctl▼L0 · FOUNDATIONThe offline compute substrate — multi-physics & batch training.1Cloud HPCelastic burst2Bare-Metal ClusterGPU / CPU3Supercomputingmulti-physics runs4Batch Trainingmodel builds5Simulation FarmGrad-Shafranov · MHD6Object StorecheckpointsMACHINE TIETrains the models that ship UP to L3 — no real-time path to the machine.KRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORFOUNDATIONSHEET 02REV. 2026-08L0 · AI-NATIVE STACK
L0 · Foundation — its place in the stack (left, click any layer) and its internal components (right). Telemetry rises; control descends.

Turbulence is the transport source

Cross-field transport in both machines is dominated by micro-turbulence driven by density and temperature gradients. Gyrokinetics is the first-principles description of that turbulence, and it is among the most compute-intensive workloads on L0. It exists to supply the diffusivities the transport solver needs but cannot invent.

Why gyrokinetic and not full kinetic

A full six-dimensional kinetic treatment of every particle orbit is intractable. Gyrokinetics averages over the fast gyration around field lines, reducing velocity space to two dimensions and removing the fastest timescale, while keeping the turbulence physics. The result is a five-dimensional distribution-function problem, still enormous but solvable on large parallel systems.

python
# Gyrokinetic equation (schematic, gyro-averaged f):
# df/dt + (v_par b + v_drift).grad f
#   + (q/m) E_par df/dv_par = C[f]
# 5D phase space (3 space, v_parallel, magnetic moment)
# C[f] : collision operator

How Kronos uses the output

Gyrokinetic runs produce turbulent fluxes as functions of the local gradients, from which effective diffusivities are extracted. Because the runs are costly, Kronos uses them to train and calibrate reduced models and surrogates, then uses the cheap surrogates for broad profile sweeps, reserving full gyrokinetics for anchor points and validation.

For the breeder, gyrokinetics helps quantify how negative triangularity and the spherical-tokamak geometry shape turbulent transport, part of the physics case for the delta -0.30 design. For the burner, it informs central-cell transport under mirror confinement. Both machines draw on the same solver with different geometry and profiles.

These runs are strong-scaling-limited by communication, so they sit toward the coupled end of the substrate and demand low-latency interconnect. They are the clearest case where L0 pays an extreme compute cost once, offline, to buy transport knowledge that would otherwise be a guess.

Content reviewed August 2026 · design-and-simulation stage