Atomic Processes
Ionization, recombination, charge exchange, and the Saha equation
5.1 Atomic Physics in Plasmas
Even in βfully ionizedβ plasmas, atomic processes play a critical role at the edge, in the divertor, and wherever neutral particles interact with the plasma. The three fundamental processes are ionization (creating ions from neutrals), recombination (ions capturing electrons), and charge exchange (ions swapping electrons with neutrals). These processes determine the ionization balance, neutral penetration depth, impurity transport, and energy loss in the plasma boundary.
In thermodynamic equilibrium, the ionization state is determined by the Saha equation. In laboratory plasmas, deviations from equilibrium require solving rate equations with collisional-radiative models, but the Saha equation provides the essential framework.
5.2 Electron Impact Ionization
Electron impact ionization is the dominant ionization mechanism in most plasmas. An electron with kinetic energy exceeding the ionization potential $$\chi_i$$ can liberate a bound electron:
The ionization rate coefficient, averaged over a Maxwellian electron distribution, is approximately:
where $$S_0 \sim 10^{-13}$$ m^3/s is a characteristic rate. The exponential dependence on$$\chi_i/T_e$$ means ionization is strongly temperature-sensitive. For hydrogen ($$\chi_i = 13.6$$ eV), significant ionization begins above ~3 eV and is essentially complete by ~30 eV.
The Saha Equation
In local thermodynamic equilibrium (LTE), the ratio of ionization states is given by the Saha equation:
where $$g_z$$ are the statistical weights (partition functions) of the charge states, and$$\chi_z$$ is the ionization energy from state z to z+1. The Saha equation shows that at high temperatures and low densities, matter is more highly ionized. The density dependence arises from the three-body nature of recombination.
Validity: The Saha equation requires LTE, meaning collisional rates dominate over radiative rates. This holds when $$n_e \gtrsim 10^{23}$$ m^-3 for hydrogen at ~1 eV. At lower densities (most fusion and space plasmas), coronal equilibrium or collisional-radiative models are needed instead.
5.3 Recombination Processes
Recombination is the inverse of ionization. Three mechanisms exist:
Radiative Recombination
$$e + A^{z+} \rightarrow A^{(z-1)+} + h\nu$$
A free electron is captured into a bound state with photon emission. Rate scales as:
Three-Body Recombination
$$2e + A^{z+} \rightarrow e + A^{(z-1)+}$$
A second electron carries away the excess energy. Dominant at high density. Rate scales as:
Dielectronic Recombination
$$e + A^{z+} \rightarrow A^{(z-1)+**} \rightarrow A^{(z-1)+} + h\nu$$
Resonant capture into a doubly-excited state, followed by radiative stabilization. Often the dominant recombination mechanism for multi-electron ions.
The total recombination rate coefficient for hydrogen-like ions is approximately:
where T_e is in eV. In coronal equilibrium (low density), the ionization balance is set by equating the ionization and recombination rates: $$n_e n_z \langle\sigma v\rangle_{\text{ion}} = n_e n_{z+1}\,\alpha_{\text{rec}}$$.
5.4 Charge Exchange
Charge exchange (CX) is the transfer of an electron from a neutral atom to an ion during a close collision:
For the most important case of proton-hydrogen charge exchange:
The cross section is remarkably large and nearly energy-independent at low energies:
The resulting rate coefficient is $$\langle\sigma v\rangle_{\text{CX}} \approx 10^{-14}$$ m^3/s, which exceeds the ionization rate below ~100 eV. Charge exchange has several important consequences:
- Energy loss: Hot ions exchange with cold neutrals, replacing a confined energetic ion with a fast neutral that escapes the magnetic field
- Neutral penetration: CX allows neutrals to hop through the plasma edge as a random walk of fast neutrals
- CX recombination spectroscopy (CXRS): Injected neutral beams undergo CX with impurity ions, producing characteristic line emission that reveals ion temperature, rotation, and impurity density profiles
- Neutral beam heating: CX is the mechanism by which injected fast neutral atoms become trapped ions that heat the plasma
5.5 Computational Example
The following code computes the hydrogen ionization fraction from the Saha equation and plots ionization, recombination, and charge exchange rate coefficients versus temperature.
Ionization Balance and Atomic Rate Coefficients
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
MIT: Principles of Plasma Diagnostics
Lectures on line broadening and neutral particle diagnostics from MIT's Principles of Plasma Diagnostics course.
Lecture 16: Line Broadening
Lecture 18: Neutral Particles