Parametric Instabilities
Three-wave coupling, stimulated scattering, and nonlinear wave decay
6.1 Three-Wave Coupling
Parametric instabilities occur when a large-amplitude pump wave decays into two daughter waves through the nonlinear coupling in the plasma medium. This is the plasma analogue of nonlinear optical processes like frequency splitting in crystals.
The decay is governed by the matching conditions (conservation of energy and momentum):
where subscript 0 denotes the pump wave and subscripts 1, 2 denote the daughter waves. Each wave must also satisfy its own dispersion relation. These constraints significantly restrict which decay channels are allowed.
The nonlinear coupling arises from the oscillating electron velocity in the pump wave field, which beats with the density perturbation of one daughter wave to drive the current that excites the other daughter wave.
6.2 Stimulated Raman and Brillouin Scattering
The two most important parametric instabilities in laser-plasma interaction are:
Stimulated Raman Scattering (SRS)
The laser photon decays into a scattered photon plus an electron plasma wave (Langmuir wave):
SRS requires \(n_e < n_{cr}/4\) (quarter-critical density) since both the pump and scattered wave must be electromagnetic. It produces hot electrons via wave-particle interaction with the Langmuir wave, which can preheat the fuel in inertial confinement fusion.
Stimulated Brillouin Scattering (SBS)
The laser photon decays into a scattered photon plus an ion acoustic wave:
SBS can occur at any density below critical and is the dominant backscattering mechanism. It directly reflects laser energy away from the target, reducing the coupling efficiency.
6.3 Growth Rate Derivation
The coupled-mode equations for three-wave interaction are:
where \(a_1, a_2\) are the daughter wave amplitudes,\(\nu_1, \nu_2\) are their damping rates, and\(\gamma_0\) is the coupling coefficient proportional to the pump amplitude \(E_0\).
Looking for solutions \(\propto e^{\gamma t}\), the growth rate satisfies:
The instability threshold occurs when \(\gamma = 0\):
Above threshold, the maximum growth rate (when \(\nu_1 = \nu_2 = \nu\)) is:
For SRS, the coupling coefficient scales as \(\gamma_0 \propto (v_{osc}/c)\sqrt{\omega_{pe}\omega_1}\), where \(v_{osc} = eE_0/(m_e\omega_0)\) is the electron quiver velocity in the laser field.
6.4 Other Parametric Processes
Beyond SRS and SBS, several other parametric processes are important:
- Two-plasmon decay (TPD): The laser decays into two Langmuir waves at quarter-critical density. This produces the most energetic hot electrons and is a major concern for direct-drive ICF.
- Parametric decay instability (PDI): A Langmuir wave decays into another Langmuir wave plus an ion acoustic wave, cascading energy to different wavenumbers.
- Oscillating two-stream instability: A purely growing (non-oscillatory) mode where the pump couples to a Langmuir wave and a purely growing ion density perturbation.
- Filamentation instability: The pump wave self-focuses through ponderomotive density channels, a convective instability that breaks a uniform beam into filaments.
6.5 Saturation Mechanisms and Mitigation
Parametric instabilities do not grow indefinitely. Several mechanisms limit the daughter wave amplitudes:
- Pump depletion: As daughter waves grow, they extract energy from the pump, reducing its amplitude below the instability threshold.
- Secondary decays: The daughter waves themselves become pump waves for further parametric decay, cascading energy to ever shorter wavelengths until Landau damping absorbs it.
- Wave-particle trapping: Electrons trapped in the Langmuir wave potential wells flatten the distribution function near the phase velocity, reducing the growth rate.
- Laser beam smoothing: In ICF, techniques such as smoothing by spectral dispersion (SSD) and random phase plates reduce the coherence of the laser, raising the effective instability threshold.
6.5 Computational Exploration
The code below plots the parametric instability growth rate as a function of pump amplitude for different damping rates, and shows the SRS and SBS growth rates versus density.
Parametric Instabilities Simulation
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server