Part 6, Chapter 1

Magnetic Confinement

Tokamak equilibrium, safety factor, stability, and the Lawson criterion

1.1 Tokamak Equilibrium and the Grad-Shafranov Equation

A tokamak confines plasma in a toroidal geometry using a combination of toroidal and poloidal magnetic fields. The equilibrium of an axisymmetric toroidal plasma is governed by force balance between the magnetic pressure, magnetic tension, and plasma pressure gradients. In cylindrical coordinates (R, phi, Z), all equilibrium quantities depend only on R and Z, and the magnetic field can be written in terms of a poloidal flux function psi(R,Z).

The toroidal component of the magnetic field is expressed as B_phi = F(psi)/R, where F(psi) encodes the poloidal current. The poloidal field components are B_R = -(1/R) partial psi / partial Z and B_Z = (1/R) partial psi / partial R. Substituting into the MHD force balance J x B = grad p yields the Grad-Shafranov equation:

$$R\frac{\partial}{\partial R}\!\left(\frac{1}{R}\frac{\partial\psi}{\partial R}\right) + \frac{\partial^2\psi}{\partial Z^2} = -\mu_0 R^2 \frac{dp}{d\psi} - \frac{1}{2}\frac{dF^2}{d\psi}$$

This is a nonlinear elliptic PDE. The two free functions p(psi) and F(psi) must be specified to close the system. The left-hand side is often written compactly as Delta* psi, the Grad-Shafranov operator. The equation states that the toroidal current density j_phi = R dp/dpsi + (1/mu_0 R) F dF/dpsi provides the source for the poloidal flux.

The simplest analytic solution is the Solov'ev equilibrium, where p'(psi) = C_1 and FF'(psi) = C_2 are taken as constants. The Grad-Shafranov equation then becomes linear and admits closed-form solutions that capture the essential features of tokamak flux surfaces, including the Shafranov shift (outward displacement of inner flux surfaces due to the toroidal geometry).

1.2 Safety Factor and Magnetic Topology

The safety factor q characterizes how many times a magnetic field line wraps around the torus toroidally for each poloidal circuit. For a large-aspect-ratio circular tokamak, it is given by:

$$q = \frac{r B_\phi}{R B_\theta}$$

More generally, q is defined as a flux-surface average:

$$q(\psi) = \frac{1}{2\pi}\oint \frac{B \cdot \nabla\phi}{B \cdot \nabla\theta}\,d\theta$$

The profile q(r) is central to stability analysis. Rational surfaces where q = m/n (integers) are locations where MHD instabilities can develop because field lines close on themselves after m toroidal and n poloidal transits, allowing perturbations to resonate. The magnetic shear s = (r/q)(dq/dr) measures how rapidly field-line pitch varies, with positive shear generally stabilizing tearing modes.

Typical tokamak profiles have q_0 approximately 1 at the magnetic axis and q_a of 3-5 at the edge. The cylindrical safety factor for a tokamak with plasma current I_p, minor radius a, and toroidal field B_0 is q_a = 2 pi a^2 B_0 / (mu_0 R_0 I_p), which shows the inverse relationship between q and plasma current.

1.3 Kink Stability: The Kruskal-Shafranov Limit

The external kink instability is one of the most dangerous MHD modes in a tokamak. It arises when the plasma column undergoes a helical deformation that grows without bound. The Kruskal-Shafranov criterion provides the fundamental stability condition:

$$q(a) > 1 \quad \text{(Kruskal-Shafranov limit)}$$

If q(a) falls below 1, the m=1, n=1 external kink mode becomes unstable, leading to a violent disruption. In practice, tokamaks operate with q(a) greater than 2 to maintain a margin against internal kink modes and other resistive instabilities. The energy principle for ideal MHD stability gives the change in potential energy:

$$\delta W = \frac{1}{2}\int \left[\frac{|\delta B|^2}{\mu_0} + \gamma p |\nabla \cdot \boldsymbol{\xi}|^2 - \boldsymbol{\xi}_\perp \cdot \nabla p\,(\nabla \cdot \boldsymbol{\xi}_\perp) - j_\parallel (\boldsymbol{\xi}_\perp \times \hat{b}) \cdot \delta B\right] d^3x$$

The last term (the kink drive) shows that parallel current j_parallel drives the instability. When delta W is less than 0 for any trial displacement xi, the equilibrium is unstable. This provides a rigorous necessary and sufficient condition for ideal MHD stability.

1.4 The Lawson Criterion and Ignition

For a magnetically confined fusion plasma to produce net energy, the fusion power must exceed all loss channels. The Lawson criterion provides the minimum confinement parameter for energy breakeven. For D-T fusion at optimal temperature (T approximately 15 keV), the fusion triple product must satisfy:

$$n\,\tau_E\,T > 3 \times 10^{21}\;\text{keVยทs/m}^3$$

The derivation begins with power balance. The alpha particle heating power is:

$$P_\alpha = \frac{n_D n_T \langle\sigma v\rangle E_\alpha}{1} = \frac{n^2}{4}\langle\sigma v\rangle E_\alpha$$

where E_alpha = 3.5 MeV is the alpha particle energy and we assume n_D = n_T = n/2. The energy loss rate is P_loss = 3nT / tau_E (thermal energy content divided by confinement time). Setting P_alpha greater than or equal to P_loss gives the ignition condition. The fusion gain factor Q = P_fusion / P_external quantifies performance: Q = 1 is scientific breakeven, Q = 5 means 20% recirculating power, and Q = infinity is ignition (self-sustaining burn with no external heating needed).

ITER is designed to achieve Q = 10, with n approximately 10^20 m^-3, T approximately 15 keV, and tau_E approximately 3.7 s, giving a triple product of about 5.6 x 10^21 keV s/m^3 -- well above the Lawson threshold.

Interactive Simulations

Solov'ev Equilibrium: Tokamak Flux Surfaces

Python
script.py113 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Rate this chapter: