Star Formation Rates in Nuclear Star Clusters¶
Class providing models of the star formation rate (in \(\mathrm{M}_\odot \, \mathrm{Gyr}^{-1}\)) in the nuclear star cluster component of a galaxy—the compact, dense stellar system residing at the galactic center. Nuclear star cluster star formation is fuelled by gas inflows driven by disk instabilities and dynamical processes, and is governed by local gas conditions analogous to, but more extreme than, those in the main disk. Implementations may apply the same star formation prescription as the disk but evaluated at the nuclear cluster’s characteristic density and dynamical time.
Default implementation: starFormationRateNuclearStarClustersKrumholz2009
Methods¶
rate→double precisionReturns the rate (in units of \(\mathrm{M}_\odot\) Gyr\(^{-1}\)) for star formation in the nuclear star cluster component of
node.type(treeNode) , intent(inout) :: node
starFormationRateNuclearStarClustersKrumholz2009¶
A star formation rate implementing the model of (Antonini et al., 2015) for galactic NSC. This model uses the (Krumholz et al., 2009) star formation rule:
where \(f_c\) is the fraction of cold gas available for star formation given by
if \(f_c > 0.02\) and \(f_c = 0.02\) otherwise, with
and
with
and \(\Sigma_1= \Sigma_\mathrm{gas}^\mathrm{NSC}/\mathrm{M}_\odot \hbox{pc}^{-2}\) where \(\Sigma_\mathrm{gas}^\mathrm{NSC}=\frac{M_\mathrm{gas}^{NSC}}{4\pi r^\mathrm{NSC}}\) is the surface density of the NSC gas reservoir. The timescale is given by
with \(\Sigma_\mathrm{th}=85\mathrm{M}_\odot\,\hbox{pc}^{-2}\)
(Default implementation)
Methods
calculationReset— Reset memoized calculations.computeFactors— Compute constant factors required.surfaceDensityFactors— Compute surface density factors required.molecularFraction— Compute the molecular fraction.
Parameters
[frequencyStarFormation](real; default2.36d0) — The star formation frequency (in units of Gyr\(^{-1}\)) in the “Krumholz-McKee-Tumlinson” star formation timescale calculation.