Part 6, Chapter 2

Inertial Confinement

Ablation-driven implosion, Rayleigh-Taylor instability, and laser fusion

2.1 Ablation-Driven Implosion

In inertial confinement fusion (ICF), a small spherical capsule containing deuterium-tritium fuel is compressed to extreme densities using intense laser or X-ray radiation. The outer surface of the capsule ablates outward, and by Newton's third law the remaining shell is driven inward (the "rocket effect"). The implosion velocity typically reaches 300-400 km/s, compressing the fuel to densities of 300-1000 g/cm^3.

The key ignition condition for ICF is expressed in terms of the areal density rho R of the compressed fuel:

$$\rho R > 0.3\;\text{g/cm}^2 \quad \text{(ignition threshold)}$$

This condition ensures that the 3.5 MeV alpha particles produced in D-T fusion reactions deposit their energy within the fuel before escaping. The alpha particle range in compressed DT is approximately lambda_alpha = 0.3 g/cm^2 / rho, so rho R greater than 0.3 g/cm^2 means the alphas are self-absorbed. The ablation pressure driving the implosion scales as:

$$P_{abl} \approx 12\;\text{Mbar}\left(\frac{I}{10^{14}\;\text{W/cm}^2}\right)^{2/3}\left(\frac{\lambda}{0.35\;\mu\text{m}}\right)^{-2/3}$$

where I is the laser intensity and lambda is the laser wavelength. Shorter wavelengths couple energy more efficiently because the critical density n_c = epsilon_0 m_e omega^2 / e^2 increases as lambda^-2, allowing the laser to penetrate closer to the ablation surface.

2.2 Rayleigh-Taylor Instability in ICF

The Rayleigh-Taylor (RT) instability is the primary threat to symmetric implosion. It occurs whenever a heavy fluid is accelerated by a lighter fluid -- in ICF, the dense shell is pushed by the low-density ablation plasma. The classical RT growth rate is:

$$\gamma_{RT} = \sqrt{k g \mathcal{A}}$$

where k is the perturbation wavenumber, g is the acceleration, and the Atwood number is:

$$\mathcal{A} = \frac{\rho_h - \rho_l}{\rho_h + \rho_l}$$

In ICF, the Atwood number is close to 1 because the density contrast is extreme. However, mass ablation stabilizes short-wavelength modes. The ablative RT growth rate is modified to:

$$\gamma_{abl} = \alpha\sqrt{kg} - \beta k v_a$$

where v_a is the ablation velocity and alpha approximately 0.9, beta approximately 1.4-3.1 are constants. The second term shows that ablation flow carries away the perturbation peaks, providing a stabilizing "fire-polishing" effect. Modes with wavelength shorter than a critical value lambda_c = 4 pi^2 beta^2 v_a^2 / (alpha^2 g) are completely stabilized.

During deceleration of the compressed shell, a second RT instability phase occurs at the inner surface (the hot-spot boundary), where the decelerating dense shell pushes against the lighter hot-spot plasma. This deceleration-phase RT determines the integrity of the hot spot and sets stringent requirements on implosion symmetry.

2.3 Hot-Spot Self-Heating and Ignition

The conventional ICF ignition scheme creates a central hot spot surrounded by a dense cold fuel layer. The hot spot must satisfy a more stringent rho R condition for self-heating to propagate a burn wave into the surrounding cold fuel:

$$(\rho R)_{hs} T_{hs} > 1\;\text{g/cm}^2 \cdot \text{keV}$$

This is the ICF analog of the Lawson criterion. For a hot spot at T approximately 5 keV and rho R approximately 0.3 g/cm^2, the product is 1.5 g keV/cm^2, which is marginally above ignition threshold. The total fuel gain G relates the fusion energy output to the laser energy input:

$$G = \eta_{abs}\,\eta_{hydro}\,\frac{E_{fus}}{E_{laser}} = \eta_{abs}\,\eta_{hydro}\,\Phi\left(\frac{\rho R}{6\;\text{g/cm}^2}\right)$$

where eta_abs is the absorption efficiency, eta_hydro is the hydrodynamic efficiency, and Phi is the burn fraction Phi = rho R / (rho R + 6 g/cm^2) for D-T. The National Ignition Facility (NIF) achieved scientific energy breakeven in December 2022, producing 3.15 MJ of fusion energy from 2.05 MJ of laser input -- a historic milestone for ICF.

Two drive geometries exist: direct drive (laser beams directly illuminate the capsule) and indirect drive (lasers heat a hohlraum that produces thermal X-rays to compress the capsule). NIF uses indirect drive for better symmetry, while direct drive offers higher coupling efficiency but requires more uniform beam illumination.

Interactive Simulations

ICF Gain Curves and RT Growth Rates

Python
script.py113 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Rate this chapter: