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](default2.36d0) — The characteristic timescale for star formation in nuclear star clusters (in units of Gyr), corresponding to the normalization factor \((2.36~\mathrm{Gyr})^{-1}\) in the Krumholz et al. (2009) star formation rate law.[frequencyStarFormation](default0.385d0) — The star formation frequency (in units of Gyr\(^{-1}\)) in the “Krumholz-McKee-Tumlinson” star formation timescale calculation.[clumpingFactorMolecularComplex](default5.0d0) — The density enhancement (relative to mean disk density) for molecular complexes in the “Krumholz-McKee-Tumlinson” star formation timescale calculation.[molecularFractionFast](default.false.) — Selects whether the fast (but less accurate) fitting formula for molecular hydrogen should be used in the “Krumholz-McKee-Tumlinson” star formation timescale calculation.[assumeMonotonicSurfaceDensity](default.false.) — If true, assume that the surface density in disks is always monotonically decreasing.