HII Region Luminosity Functions

Class providing models of the H**ii** region luminosity function—the distribution of ionizing photon rates \(Q_\mathrm{H}\) (photons s\(^{-1}\)) among H**ii** regions within a galaxy, characterizing the population of star-forming nebulae. Methods return the cumulative distribution and cumulative luminosity of regions between specified minimum and maximum ionizing photon rates, allowing the total nebular emission and its variation with galaxy star formation rate to be computed for emission-line luminosity function predictions.

Default implementation: hiiRegionLuminosityFunctionPowerLaw

Methods

cumulativeDistributionFunctiondouble precision

Returns the cumulative distribution of the HII region luminosity function between a minimum and maximum \(Q_\mathrm{H}\).

  • double precision rateHydrogenIonizingPhotonsMinimum [in]

  • double precision rateHydrogenIonizingPhotonsMaximum [in]

cumulativeLuminositydouble precision

Returns the cumulative luminosity from the HII region luminosity function between a minimum and maximum \(Q_\mathrm{H}\).

  • double precision rateHydrogenIonizingPhotonsMinimum [in]

  • double precision rateHydrogenIonizingPhotonsMaximum [in]

hiiRegionLuminosityFunctionPowerLaw

An HII region luminosity function class in which the luminosity function is given by:

\[\begin{split}\phi(Q_H) \propto \left\{ \begin{array}{ll} Q_\mathrm{H}^{-\alpha} & \hbox{ if } Q_\mathrm{H,min} < Q_\mathrm{H} < Q_\mathrm{H,max} \\ 0 & \hbox{ otherwise} \end{array} \right. ,\end{split}\]

Where \(Q_H\) is the rate of photon production rate, \(Q_\mathrm{H,min}=\)[rateHydrogenIonizingPhotonsMinimum] and \(Q_\mathrm{H,max}=\)[rateHydrogenIonizingPhotonsMaximum] and the minimum and maximum HII region luminosities respectively, and \(\alpha=\)[exponent].

(Default implementation)

Parameters

  • [exponent] (real; default 1.73d0) — Exponent of the differential luminosity function. Default from: (Santoro et al., 2022).

  • [rateHydrogenIonizingPhotonsMinimum] (real; default 1.0d48) — The minimum ionizing photon production rate (\(Q_\mathrm{H,min}\), in photons/s) below which the power-law HII region luminosity function is truncated to zero. Default from: Santoro et al. 2022; approximate.

  • [rateHydrogenIonizingPhotonsMaximum] (real; default huge(0.0d0)) — The maximum ionizing photon production rate (\(Q_\mathrm{H,max}\), in photons/s) above which the power-law HII region luminosity function is truncated to zero.