Lesson 5 of 15
Plasma Beta
Plasma Beta
Plasma beta () is one of the most important dimensionless parameters in plasma physics. It is the ratio of the thermal pressure to the magnetic pressure:
Where:
- = number density (m⁻³)
- J/K
- = temperature (K)
- = magnetic field strength (T)
- H/m (permeability of free space)
Pressure Components
Thermal pressure (kinetic pressure of the plasma):
Magnetic pressure (energy density of the magnetic field):
Physical Significance
tells us which pressure dominates the plasma dynamics:
| value | Regime | Example |
|---|---|---|
| Magnetically dominated | Fusion tokamaks () | |
| Comparable pressures | Solar corona | |
| Thermally dominated | Accretion disks |
- Low- plasmas: magnetic field controls particle motion; good confinement
- High- plasmas: particles can distort or escape the field
In tokamak fusion reactors, achieving higher means more plasma pressure (and thus more fusion power) for a given magnetic field — a key engineering goal.
Implement the three pressure functions below. Keep all constants (, ) inside the function bodies.
Python runtime loading...
Loading...
Click "Run" to execute your code.