View source: R/emissionLines.R
Z2q | R Documentation |
Uses the Z[gas] to ionisation conversion function suggested in Orsi (2014).
Z2q(Zgas = 0.02, q0 = 2.8e+07, g0 = -1.3, Z0 = 0.012)
Zgas |
Numeric scaler; gas phase metallicity. |
q0 |
Numeric scaler; reference ionisation parameter. The ionization parameter is the ratio of the incident ionizing photon flux (S[H0]) to the gas density (n), q=S[H0]/n. |
g0 |
Numeric scalar; power law scaling of relationship. |
Z0 |
Numeric scaler; reference Z[gas], where gas with metallicity Z0 has ionisation parameter q0. |
Mapping given by: q(Z) = q0(Z/Z0)^g0.
This function probably will not be used by people directly, but it is used inside of emissionLines
to make a sensible mapping when q is not specified.
Output is numeric scalar value of q with units cm/s.
Aaron Robotham
Orsi et al, 2014, MNRAS, 443, 799
emissionLines
# For solar metallicity:
Z2q(0.02)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.