Runaway Electrons
Dreicer field, critical velocity, avalanche multiplication, and mitigation
3.1 The Runaway Mechanism
In a plasma with an applied electric field, electrons are accelerated while simultaneously experiencing frictional drag from Coulomb collisions. A remarkable feature of Coulomb collisions is that the drag force decreases with increasing velocity:
because the collision frequency scales as $$\nu_{ee} \propto v^{-3}$$. This means that if an electron is fast enough, the electric force exceeds the collisional drag and the electron continuously accelerates -- it “runs away.” These runaway electrons can reach relativistic energies (tens of MeV) and carry megaampere-level currents, posing a severe threat to tokamak first walls during disruptions.
Key Danger: A single runaway electron beam in ITER could carry ~10 MA of current at ~20 MeV, depositing its energy on a localized area of the first wall. Runaway mitigation is a critical ITER design requirement.
3.2 The Dreicer Field
The Dreicer field $$E_D$$ is the electric field at which all electrons run away (the drag at the thermal velocity equals the electric force). It is defined as:
For typical tokamak parameters ($$n_e = 10^{20}$$ m^-3, $$T_e = 10$$ keV,$$\ln\Lambda = 15$$), the Dreicer field is $$E_D \sim 30$$ V/m. In practice, the loop voltage in tokamaks produces fields of order 0.01-1 V/m, well below the Dreicer field. However, during disruptions, the sudden loss of plasma current inductively generates electric fields that can approach or exceed the critical field.
Critical Field and Critical Velocity
At electric fields below the Dreicer field, only electrons in the tail of the distribution (above a critical velocity) can run away. The critical velocity is found by balancing the electric force against the collisional drag:
The Connor-Hastie critical field includes relativistic effects and is the minimum field for which any runaway generation can occur:
For relativistic electrons (v approaching c), the drag increases again due to synchrotron radiation and bremsstrahlung losses. The Connor-Hastie field is typically 100-1000 times smaller than the Dreicer field, meaning runaway generation can occur at relatively modest electric fields.
3.3 Avalanche Multiplication
Beyond primary (Dreicer) generation, runaway electrons can multiply exponentially through the avalanche mechanism. A relativistic runaway electron can knock a thermal electron above the critical velocity through a close Coulomb collision, creating a secondary runaway. This leads to exponential growth:
where $$n_r$$ is the runaway density and $$\tau_c = 4\pi\epsilon_0^2 m_e^2 c^3 / (n_e e^4 \ln\Lambda)$$ is the relativistic collision time. The avalanche growth rate is:
The total number of e-foldings during a disruption of duration $$\Delta t$$ is:
In ITER-scale devices, the avalanche can amplify the seed population by factors of $$10^{10}$$or more, converting a large fraction of the plasma current to runaway current. This makes the avalanche the dominant concern for runaway generation in large tokamaks.
Mitigation Strategies: Massive gas injection (MGI), shattered pellet injection (SPI), and resonant magnetic perturbations (RMPs) are used to dissipate the runaway beam or prevent its formation by raising the critical energy through impurity radiation and collisional drag.
3.4 Computational Examples
The following code computes the runaway generation rate vs electric field and plots the electron distribution function showing the runaway tail.
Runaway Electron Generation Rate and Distribution
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
3.5 Key Scales Summary
Electric Field Hierarchy
$$E_c \ll E_{\text{loop}} \ll E_D$$ during normal operation. During disruptions, E can exceed E_c by factors of 10-100, triggering avalanche growth.
ITER Concern
With $$I_p \sim 15$$ MA and $$L/R \sim 1$$ s, a fast disruption can generate$$E \sim 50\,E_c$$, producing runaway beams carrying multi-MA currents at MeV energies.