Part 5, Chapter 5

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:

$$e + A^{z+} \rightarrow 2e + A^{(z+1)+}$$

The ionization rate coefficient, averaged over a Maxwellian electron distribution, is approximately:

$$\langle\sigma v\rangle_{\text{ion}} \approx S_0\,\sqrt{\frac{T_e}{\chi_i}}\,\exp\!\left(-\frac{\chi_i}{T_e}\right)$$

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:

$$\frac{n_{z+1}\,n_e}{n_z} = \frac{2\,g_{z+1}}{g_z}\left(\frac{2\pi m_e k_B T}{h^2}\right)^{3/2}\exp\!\left(-\frac{\chi_z}{k_B T}\right)$$

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:

$$\alpha_{\text{rad}} \propto Z^2\,T_e^{-1/2}$$

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:

$$\alpha_{3b} \propto n_e\,T_e^{-9/2}$$

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:

$$\alpha_{\text{rec}} \approx 2.6 \times 10^{-19}\,Z^2\,T_e^{-1/2}\;\text{m}^3/\text{s}$$

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:

$$A^{z+} + B \rightarrow A^{(z-1)+} + B^+$$

For the most important case of proton-hydrogen charge exchange:

$$H^+ + H \rightarrow H + H^+$$

The cross section is remarkably large and nearly energy-independent at low energies:

$$\sigma_{\text{CX}} \approx 3 \times 10^{-19}\;\text{m}^2 \quad (E \lesssim 10\;\text{keV})$$

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

Python
script.py90 lines

Click 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

Rate this chapter: