The Coulomb Barrier
Nuclear fusion requires two positively charged nuclei to approach within the range of the nuclear force (~1-2 fm), overcoming the repulsive Coulomb barrier:
For D-T fusion, $V_C \approx 0.4$ MeV. At stellar core temperatures (~1.5 keV for the Sun), the thermal energy is far below this barrier. Fusion occurs only because of quantum tunneling, which gives an exponentially small but non-zero probability.
The Gamow Peak
The thermonuclear reaction rate depends on the product of the Maxwell-Boltzmann energy distribution and the tunneling probability (Gamow factor):
where the Gamow energy is:
The integrand peaks at the Gamow peak energy:
Most reactions occur near $E_0$, which is typically a few times $k_BT$. The astrophysical S-factor $S(E)$ is defined to remove the strong energy dependence from tunneling, leaving a slowly varying function that can be measured and extrapolated.
Stellar Fusion
Proton-Proton Chain
Dominant in the Sun ($T < 15$ million K):
Net: $4p \to ^4$He + $2e^+ + 2\nu_e + 26.7$ MeV
CNO Cycle
Dominant in massive stars ($T > 15$ million K):
Carbon acts as a catalyst, same net result.
The Lawson Criterion
For a self-sustaining fusion reactor, the fusion power must exceed the losses. The Lawson criterion (1957) gives the minimum confinement requirement:
where $n$ is the plasma density, $\tau_E$ is the energy confinement time, and $E_\alpha = 3.5$ MeV is the alpha particle energy. For D-T at the optimal temperature ($T \approx 15$ keV):
The triple product $nT\tau_E > 3 \times 10^{21}$ m$^{-3}$ keV s is the more commonly used figure of merit. ITER aims to achieve $Q = 10$ (500 MW fusion from 50 MW input).
Python Simulation: Fusion Gamow Peak
Construction of the Gamow peak from the Maxwell-Boltzmann distribution and tunneling probability, plus comparison of fusion reaction rates.
Fusion Cross Section and Gamow Peak
PythonGamow peak construction and thermonuclear reaction rate comparison
Click Run to execute the Python code
Code will be executed with Python 3 on the server
Fortran Implementation
Lawson criterion calculator for various fusion fuel cycles.
Lawson Criterion Calculator
FortranComputes confinement requirements for self-sustaining D-T fusion
Click Run to execute the Fortran code
Code will be compiled with gfortran and executed on the server