The Closure Problem
Truncating the moment hierarchy with physical approximations
7.1 The Infinite Moment Hierarchy
Taking moments of the kinetic equation generates an infinite chain. Each equation for moment of order k contains the moment of order k+1:
Why does this happen?
The general moment of order k is:
When we take the moment of the advection term v dot nabla f, we get:
This is a moment of order k+1. The advection term always couples each moment equation to the next higher moment. This is a fundamental consequence of the velocity-space streaming in kinetic theory.
The Closure Problem: We have N equations but N+1 unknowns at every truncation level. To obtain a closed (solvable) system, we must express the highest-order moment in terms of lower-order moments. This approximation is called a closure.
7.2 Adiabatic Closure
The simplest physically motivated closure: assume zero heat flux (q = 0), meaning no thermal energy is conducted. This is valid when the dynamical timescale is much shorter than the heat conduction timescale.
Step 1: Start from the energy equation with q = 0
We also set the viscous stress pi and collisional heating Q to zero.
Step 2: Use the continuity equation
From dn/dt + n nabla dot u = 0, we have nabla dot u = -(1/n)(dn/dt). Substituting:
Step 3: Integrate
Since p = nkBT, we get:
Result: Adiabatic Equation of State
For 3D (N=3 degrees of freedom): gamma = 5/3. For 2D: gamma = 2. For 1D: gamma = 3.
Validity condition
The process must be fast compared to heat diffusion. Valid for fast magnetosonic waves, shocks.
7.3 Isothermal Closure
The opposite limit: heat conduction is so fast that temperature equilibrates instantly.
Step 1: Set T = constant
This means dT/dt = 0, so the energy equation is automatically satisfied if q adjusts to carry away the compression heating.
Step 2: The equation of state
This is equivalent to gamma = 1 in the polytropic relation:
Result: Isothermal Equation of State
Validity condition
Heat conduction must be fast enough to maintain uniform temperature. Valid for electrons along field lines in many fusion plasmas (kappaparallel is very large).
Implied heat flux
The heat flux is not zero in the isothermal model -- it is whatever is needed to keep T constant. From the energy equation with dT/dt = 0:
The heat flux must exactly compensate the compressive heating.
7.4 CGL (Chew-Goldberger-Low) Closure
In a magnetized plasma, the pressure is naturally anisotropic because particles gyrate freely perpendicular to B but stream along B. The CGL closure treats the parallel and perpendicular pressures separately.
Step 1: Anisotropic pressure tensor
where b-hat = B/|B| is the unit vector along the magnetic field. pperp and pparallel are the perpendicular and parallel pressures.
Step 2: Physical picture for perpendicular pressure
Perpendicular energy is the kinetic energy of gyromotion. The magnetic moment mu = mvperp2/(2B) is an adiabatic invariant. For a fluid element:
Step 3: Derive the perpendicular CGL relation
From d(pperp/(nB))/dt = 0:
Step 4: Physical picture for parallel pressure
The parallel motion is 1D adiabatic (along the field line). For 1D adiabatic compression with gamma1D = 3:
The "1D density" along a flux tube of cross-section A is nparallel = n times A. Since flux is conserved (BA = const), A = const/B. So nparallel = n/B. Therefore:
Result: CGL Double-Adiabatic Equations
These two relations close the MHD equations for anisotropic pressure without needing to specify the heat flux.
Validity and limitations
CGL is valid when: (1) collision frequency is low (collisionless), (2) the magnetic moment is conserved (gradual field variations), and (3) there is no heat flux along field lines. It fails near resonant surfaces and in regions with strong parallel temperature gradients.
7.5 Braginskii Transport Closure
For collisional plasmas where the mean free path is much less than the system size (lambdamfp much less than L), the distribution function is close to Maxwellian. The Chapman-Enskog expansion provides systematic transport coefficients.
Step 1: Chapman-Enskog expansion
Expand the distribution function about a local Maxwellian:
where epsilon = lambdamfp/L is the small parameter. The zeroth order fM gives n, u, T. The first-order correction g1 gives the transport fluxes (heat flux, viscous stress).
Step 2: Determine g1 from the kinetic equation
Substituting f = fM(1 + g1) into the Boltzmann equation and linearizing gives:
where C is the linearized collision operator and D/Dt contains the streaming and force terms. Solving this integral equation for g1 yields the transport coefficients.
Heat Flux (Braginskii result)
Parallel conductivity
Dominant; unimpeded along B. Scales as T5/2 through the collision time taue.
Perpendicular conductivity
Strongly suppressed by the magnetic field. Ratio kappaperp/kappaparallel approximately (Omegaetaue)-2.
Diamagnetic (cross) conductivity
Perpendicular to both B and nabla T. Intermediate magnitude.
Viscous stress tensor (Braginskii)
The viscous stress has five components in a magnetized plasma, reflecting the anisotropy:
The dominant coefficient is the parallel viscosity:
The perpendicular viscosity coefficients eta1, eta2 are suppressed by factors of (Omegaitaui)-2 and the gyroviscosity eta3, eta4 by (Omegaitaui)-1.
Validity
Braginskii transport is valid when: lambdamfp much less than L (collisional regime), and rhoi much less than L (magnetized). The ordering is epsilon = lambdamfp/L much less than 1. The result is accurate to first order in epsilon.
7.6 Advanced Closures
Gyrokinetic Closure
For low-frequency turbulence with kperprhoi ~ 1, gyrokinetics provides an ordering:
This reduces the 6D kinetic equation to 5D (averaging over the fast gyromotion), retaining finite Larmor radius effects while eliminating the cyclotron timescale.
Landau Fluid Closure (Hammett-Perkins)
For collisionless plasmas, Landau damping must be captured. The Hammett-Perkins closure models the heat flux as:
This non-local closure (involving |k| in Fourier space) mimics the phase-mixing physics of Landau damping within a fluid framework. The key insight is that Landau damping is equivalent to a velocity-dependent diffusion in phase space.
7.7 Comparison of Closures
| Closure | Equation of State | Valid When | Sound Speed |
|---|---|---|---|
| Cold | p = 0 | omega much greater than kvth | cs = 0 |
| Isothermal (gamma=1) | p = nkT0 | Fast heat conduction | cs = (kT/m)1/2 |
| Adiabatic 3D (gamma=5/3) | p proportional to n5/3 | No heat flux | cs = (5kT/3m)1/2 |
| CGL | pperp/(nB) = const | Collisionless, magnetized | Depends on angle |
| Braginskii | q = -kappa nabla T | lambdamfp much less than L | Modified by transport |
| Landau fluid | Non-local q | Collisionless, kparallelvth ~ omega | Complex (damped) |
Interactive Simulation
Compare Sound Wave Speeds Under Different Closures
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
Key Takeaways
- -- The moment hierarchy is infinite: each equation introduces the next higher moment
- -- Adiabatic closure (q=0) gives p proportional to ngamma with gamma = (N+2)/N; valid for fast processes
- -- Isothermal closure (T=const) gives p proportional to n; valid when heat conduction is dominant
- -- CGL double-adiabatic closure handles anisotropic pressure in collisionless magnetized plasmas
- -- Braginskii closure provides full transport coefficients for collisional plasmas via Chapman-Enskog expansion
- -- The choice of closure profoundly affects the wave speeds and stability properties of the plasma model