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 › Real-Time Control & Safety
Real-Time Control & Safety

Halo Current and Force Limits

A disruption drives halo and eddy currents through the vessel; the safety envelope caps the forces these can exert on the structure.

STRATEGY / SLOW ▲ ▼ MICROSECOND REAL-TIMEL7Ecosystem & Strategytelemetry ▲ control ▼open ▸L6Experience & Visualizationtelemetry ▲ control ▼open ▸L5Applications & Copilotstelemetry ▲ control ▼open ▸L4Orchestrationtelemetry ▲ control ▼open ▸L3Twin Modeling & AItelemetry ▲ control ▼open ▸L2Data Fabrictelemetry ▲ control ▼open ▸L1Control Planetelemetry ▲ control ▼open ▸L0Foundationtelemetry ▲ control ▼open ▸PHYSICAL S.M.A.R.T. GENERATOR PLANTBREEDER · HYPERION1R0 1.2 m · A 2.5 · 16.84 T · δ −0.30BURNER · TANDEM MIRROR2317 T throat · 26.49 T plug · fₙ 5.44% · DEC1 center stack + plasma · 2 high-field plug · 3 expander → direct converterCOLOR GRAMMAR strategy AI-workflow infra/data models reactor/DECLINE SEMANTICStelemetry (µs)controlKRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORMASTER BLUEPRINTSHEET 01REV. 2026-08L0-L7 · 2 MACHINES
The AI-Native S.M.A.R.T. Generator Master Blueprint — eight layers (L0→L7), one control stack, wired to both machines. Telemetry rises in microseconds; control descends the same path.

Currents that push on the machine

When the breeder plasma moves or terminates rapidly, it drives halo currents through the plasma edge into the vessel and induces eddy currents in conducting structures. These currents, crossing the strong magnetic field, produce large mechanical forces. The safety envelope treats the peak force and its asymmetry as protected limits, because exceeding them is a structural hazard rather than merely a lost pulse.

python
def structural_ok(halo_fraction, toroidal_peaking, field_T, limits):
    # force scales with halo current * field; asymmetry concentrates it
    effective_load = halo_fraction * toroidal_peaking * field_T
    return effective_load <= limits['max_load']

# both magnitude and asymmetry (peaking) matter for the local force
assert structural_ok(0.3, 1.5, 8.0, {'max_load': 4.5})

Why mitigation shape matters

A symmetric, well-mitigated shutdown spreads the halo current and its force around the vessel; an asymmetric one concentrates it. This is the structural reason injection timing and uniformity are safety-critical, not just performance-critical. Toroidally distributed injectors reduce the peaking factor that drives local forces.

The forces are also orientation-dependent, so the diagnostics feeding the reflex tier resolve not just the magnitude of the halo current but its toroidal distribution, since a symmetric current of a given size is far more benign than the same current concentrated on one sector. Keeping the peaking factor low is therefore a live objective of the mitigation, and the structural envelope is expressed in terms of both magnitude and asymmetry rather than a single scalar limit.

Halo-force limits are part of the breeder fail-safe state definition: a mitigated shutdown is only 'safe' if it stays inside the force envelope during ramp-down. These loads are being characterized in simulation as part of the pre-FOAK safety case, and validated against the structural model during commissioning.

Content reviewed August 2026 · design-and-simulation stage