SahaEquation:
--------------------------------------------------------------------------
Computes the Saha equation for ionization.
Elements can be 'ar', 'h', 'he', 'o', 'n'
Type SahaEquation for a demo.
--------------------------------------------------------------------------
Form:
f = SahaEquation( element, n, kT )
--------------------------------------------------------------------------
------
Inputs
------
element (1,:) String for element
n (1,1) Number density
kT (1,:) Temperature (keV)
-------
Outputs
-------
f (1,:) Ionization fraction
--------------------------------------------------------------------------
Children:
Common: Graphics/Plot2D