HII Region Density Distributions¶
Class providing models for the distribution of hydrogen number density \(n_\mathrm{H}\) within H**ii** regions—the probability distribution of gas density within the photoionized nebula. The cumulative density distribution is returned between specified minimum and maximum \(n_\mathrm{H}\) values, and is used to model the density-dependent emission line ratios and ionization structure of the nebula. Different implementations (e.g.log-normal) capture the clumpy, inhomogeneous nature of real H**ii** regions, which affects nebular line luminosities and the ionizing photon budget.
Default implementation: hiiRegionDensityDistributionLogNormal
Methods¶
cumulativeDensityDistribution→double precisionReturn the cumulative distribution of HII region hydrogen density between a minimum and maximum \(n_\mathrm{H}\).
double precision, intent(in ) :: densityHydrogenMinimum, densityHydrogenMaximum
hiiRegionDensityDistributionDeltaFunction¶
A class for the distribution of hydrogen density in a HII region in which the distribution is a delta function. Specifically:
where \(n_\mathrm{H,0}=\)[densityHydrogen].
Parameters
[densityHydrogen](default100.0d0) — The density of hydrogen, \(n_\mathrm{H}\), in HII regions (in units of cm\(^{-3}\)).[spin](default0.03687d0) — The fixed value of spin in a \(\delta\)-function spin distribution.
hiiRegionDensityDistributionLogNormal¶
A class for the distribution of hydrogen density in a HII region in which the distribution is a lognormal, specifically:
(Default implementation)
Parameters
[densityHydrogenReference](default250.0d0) — The parameter \(n_\mathrm{H,0}\) in the log normal distribution of HII region densities.[sigma](default1.8d0) — The parameter \(\sigma\) in the log normal distribution of HII region densities.[densityHydrogenMinimum](default1.0d1) — Minimum value of hydrogen density in HII regions.[densityHydrogenMaximum](default1.0d5) — Maximum value of hydrogen density in HII regions.