This section covers the framework that links cloud-scale density structure to the integrated star formation rate. The chain is:
Density PDF — the volume-density distribution in a turbulent self-gravitating cloud, parameterised by Mach number and forcing geometry Federrath & Klessen, 2012.
Freefall-density factor (FDF) — the kernel that weights local density by its star-forming efficiency.
ζ magnification factor — the geometric SFR boost over a uniform-density “top-hat” cloud, parameterised by the radial density-profile slope Parmentier & Pasquali, 2020, computed three ways (analytic / cored / direct-3D).
BM19 framework — the dense-gas SFR formalism that combines all the above into a predictive forward model for cloud-integrated SFR Burkhart, 2018Burkhart & Mocz, 2019.
Inference — running the chain backwards to recover natal cloud parameters from observed substructure.
Map of the section¶
Chapter | Scope |
|---|---|
The Federrath & Klessen (2012) lognormal + power-law density PDF (Mach scaling, forcing ), the freefall-density kernel, the cloud-integrated SFR they combine to give, and the single canonical α↔p mapping. | |
The magnification factor ζ three ways: Parmentier & Pasquali (2020) analytic ζ(p) for power-law profiles, | |
The Burkhart (2018)Burkhart & Mocz (2019) framework that consumes ζ in a forward model for dense-gas SFR. | |
Differentiable inference — natal cloud parameters from cluster substructure | The inference capstone — running the chain backwards: natal cloud parameters from observed cluster substructure, via differentiable predicted statistics (Gaussianization/Mehler 2-point + counts-in-cells + a peaks-over-threshold tail block) and HMC, in 3-D and in projection. Makes the BM19 tail slope inferable and gives the differentiable successor to /MST. |
Reading order¶
For a student first encountering the framework: read in TOC order (Density PDFs and the freefall-density factor → The magnification factor ζ — three ways to compute it → BM19 dense-gas SFR framework), then Differentiable inference — natal cloud parameters from cluster substructure as the capstone that inverts the forward chain. Each chapter assumes only the conventions established in the previous one.
For a researcher already familiar with the literature: jump directly to The magnification factor ζ — three ways to compute it for the ζ derivation, the three computation modes, and the Historical Note on the 2026-04-28 transcription bug fix, or to BM19 dense-gas SFR framework for the full forward chain that consumes ζ.
For implementation work: each chapter ends with a code snippet showing
the corresponding gravoturb API. The module reference is the package
source under src/experimental/gravoturb/ (see its README.md and
VALIDATION_SUMMARY.md); this experimental subsystem has no generated
website API page.
Why ζ is computed three ways¶
The three ζ-computation modes (all in The magnification factor ζ — three ways to compute it) are not redundant — each captures a different physical situation:
PP20 analytic ζ(p) is exact for pure power-law profiles, which is a useful idealisation but rarely realistic for individual clouds.
Cored profile ζ numerically integrates a profile that is flat in the inner core and power-law outside — a much better description of real molecular clouds with thermal-pressure-supported centres.
Direct 3D ζ measures ζ from an arbitrary 3D density field with no parametric assumption — the right choice when you have a simulation snapshot or detailed observation.
For HMC-based inference of cloud parameters from observed SFR, all
three are differentiable and gravoturb exposes them through a
unified API. The choice of which to use depends on the level of cloud
parameterisation in the inference target.
Implementation, validation & references¶
In code: the experimental, repo-only
gravoturbpackage undersrc/experimental/gravoturb/(theory/,field/,inference/); it is not in the released wheel and has no generated website API page — the module reference is the package source, itsREADME.md, and itsVALIDATION_SUMMARY.md(both repo-only, undersrc/experimental/gravoturb/). Each chapter below carries its exact module path.Validated in: gravoturbulent PP20 and the AC1–AC17 acceptance suite (
src/experimental/gravoturb/validation/acceptance.py, summarised inVALIDATION_SUMMARY.md).Primary sources: the density-PDF framework is Federrath & Klessen (2012); the PP20 magnification factor is Parmentier & Pasquali (2020), with the Kainulainen et al. (2014) observational anchor for ; the BM19 framework is Burkhart (2018)Burkhart & Mocz (2019); Tan et al. (2006) provides some structural underpinning. Full notes in the bibliography; each chapter below points at the specific result(s) used.
- Federrath, C., & Klessen, R. S. (2012). The star formation rate of turbulent magnetized clouds. The Astrophysical Journal, 761, 156. 10.1088/0004-637X/761/2/156
- Parmentier, G., & Pasquali, A. (2020). A new parameterization of the star formation rate–dense gas mass relation: Embracing gas density gradients. The Astrophysical Journal, 903, 56. 10.3847/1538-4357/abb8d3
- Burkhart, B. (2018). The Star Formation Rate in the Gravoturbulent Interstellar Medium. The Astrophysical Journal, 863, 118. 10.3847/1538-4357/aad002
- Burkhart, B., & Mocz, P. (2019). The self-gravitating gas fraction and the critical density for star formation. The Astrophysical Journal, 879, 129. 10.3847/1538-4357/ab25ed
- Kainulainen, J., Federrath, C., & Henning, T. (2014). Unfolding the laws of star formation: The density distribution of molecular clouds. Science, 344, 183–185. 10.1126/science.1248724
- Tan, J. C., Krumholz, M. R., & McKee, C. F. (2006). Equilibrium star cluster formation. The Astrophysical Journal Letters, 641, L121–L124. 10.1086/504150