Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Tidal physics & diagnostics

San Diego State University

Tidal physics & diagnostics — model cards

Machine-generated from the provenance registry (ADR-0034): every model’s sources (with public DOI/arXiv/ADS pointers), governing equations, parameter meanings, code entry points, and the validation tests that pin them. The hand-authored theory pages hold the derivations; these cards are the citable single source of truth.

Jacobi radius & tidal truncation

✅ verified · 2 equations · 2 sources · API: jacobi_radius

The tidal (Jacobi) radius of a cluster on a circular galactic orbit — the generalized cube-root law covering the point-mass (Keplerian) and flat-rotation-curve (isothermal) hosts — and the post-sampling truncation operator that removes stars beyond it.

Use it forNot for
✓ setting a physically motivated outer edge from the host potential✗ eccentric orbits (the circular-orbit r_J over-estimates the effective edge at perigalacticon)
✓ fill-factor studies (r_h/r_J as the tidal-filling knob)✗ self-consistent tidally truncated DFs (that is what King/LIMEPY are for)

Parameters

NameMeaningUnitsTypical rangeCode
M_clcluster massMsun1e2–1e6jacobi_radius(M_cl=...)
M_galhost mass enclosed within the orbital radiusMsun1e10–1e12jacobi_radius(M_gal=...)
Rgalactocentric orbital radiuspc (or kpc via units)1–30 kpcjacobi_radius(R=...)

Equations

rJ  =  R[Mcl(3dlnMgal/dlnR)Mgal(<R)]1/3r_J \;=\; R\,\biggl[\frac{M_{\mathrm{cl}}}{(3 - \mathrm{d}\ln M_{\mathrm{gal}}/\mathrm{d}\ln R)\,M_{\mathrm{gal}}(<R)}\biggr]^{1/3}

Symbols: rJr_J: Jacobi (tidal) radius; the L1 Lagrange distance [pc]. Assumes: circular orbit; point-mass host: denominator 3 (King 1962); isothermal host (dlnM/dlnR = 1): denominator 2 (Baumgardt & Makino 2003). Derivation: theory page.

F    rhrJ\mathcal{F} \;\equiv\; \frac{r_h}{r_J}

Symbols: F\mathcal{F}: tidal fill factor (underfilling << 1; Roche-filling ~ 0.5) [dimensionless]. Derivation: theory page.

Sources

Code & validation

Cartwright & Whitworth (2004) Q diagnostic

✅ verified · 1 equation · 1 source · API: compute_q_parameter

The MST-based substructure statistic Q = mbar / sbar (normalized mean MST edge length over normalized correlation length): Q < 0.8 flags substructure, Q > 0.8 central concentration. Exact estimator (compute_q_parameter) plus the differentiable kNN surrogate (q_approx, recalibrated in audit S3).

Use it forNot for
✓ quantifying substructure/smoothness of sampled or observed positions✗ distinguishing substructure TYPES (fractal vs radial gradients can share a Q)
✓ differentiable pipelines: q_approx as a Fisher-able summary (grad-audited)✗ small N (CW04 calibrated at 100 <= N <= 300; anchors carry realization scatter)

Parameters

NameMeaningUnitsTypical rangeCode
positions2-D projected positions (the CW04 convention; A = pi R^2 normalization)pcN >= ~100compute_q_parameter(positions_2d) / q_approx(positions)

Equations

Q    mˉsˉ,mˉ=MSTA/N,sˉ=rijR,A=πR2Q \;\equiv\; \frac{\bar m}{\bar s}, \qquad \bar m = \frac{\langle \ell_{\rm MST} \rangle}{\sqrt{A/N}}, \quad \bar s = \frac{\langle r_{ij} \rangle}{R}, \quad A = \pi R^2

Symbols: mˉ\bar m: mean MST edge length normalized by sqrt(A/N) [dimensionless]; sˉ\bar s: mean pairwise separation normalized by the cluster radius R [dimensionless]. Assumes: 2-D projected positions; A = pi R^2 (the CW04 area convention — NOT the convex hull); uniform-sphere anchor Q = 0.79 +/- 0.02 reproduced to < 0.01.

Sources

Code & validation

Primordial mass segregation & Lambda_MSR

✅ verified · 2 equations · 2 sources · API: energy_sorted_segregation

The energy-sorted primordial-segregation generator (most-massive stars on the most-bound orbits, no orbit reuse) and the Allison et al. (2009) Lambda_MSR MST diagnostic that measures it — plus the differentiable soft surrogate lambda_msr_approx.

Use it forNot for
✓ non-equilibrium primordial segregation ICs (energy-sorted assignment)✗ dynamical (evolved) segregation — this is the IC-time operator
✓ measuring segregation: Lambda_MSR > 1 = massive stars more concentrated
✓ EQUILIBRIUM segregation belongs to Engine A’s from_mass_segregation (see that card)

Parameters

NameMeaningUnitsTypical rangeCode
n_massivesize of the massive subset compared against random subsets in Lambda_MSRcount5–20lambda_msr(..., n_massive=...)

Equations

Ei  =  12vi2  +  Φ(ri)E_i \;=\; \tfrac{1}{2}|\mathbf{v}_i|^2 \;+\; \Phi(\mathbf{r}_i)

Symbols: EiE_i: specific orbital energy used for the energy-sorted assignment (most massive -> most bound) [pc^2 / Myr^2]. Assumes: assignment permutes orbits, never reuses one (masses preserved exactly). Derivation: theory page.

ΛMSR  =  randommassive  ±  σrandommassive\Lambda_{\mathrm{MSR}} \;=\; \frac{\langle\, \ell_{\mathrm{random}}\,\rangle}{\ell_{\mathrm{massive}}} \;\pm\;\frac{\sigma_{\mathrm{random}}}{\ell_{\mathrm{massive}}}

Symbols: massive\ell_{\mathrm{massive}}: MST length of the n_massive most massive stars [pc]; random\langle \ell_{\mathrm{random}} \rangle: mean MST length of same-size random subsets [pc]. Assumes: Lambda_MSR ~ 1: no segregation; > 1: massive stars more concentrated (Allison 2009). Derivation: theory page.

Sources

Code & validation

References
  1. King, I. R. (1962). The structure of star clusters. I. An empirical density law. The Astronomical Journal, 67, 471. 10.1086/108756
  2. Baumgardt, H., & Makino, J. (2003). Dynamical evolution of star clusters in tidal fields. Monthly Notices of the Royal Astronomical Society, 340, 227–246. 10.1046/j.1365-8711.2003.06286.x
  3. Cartwright, A., & Whitworth, A. P. (2004). The statistical analysis of star clusters. Monthly Notices of the Royal Astronomical Society, 348, 589–598. 10.1111/j.1365-2966.2004.07360.x
  4. Allison, R. J., Goodwin, S. P., Parker, R. J., Portegies Zwart, S. F., de Grijs, R., & Kouwenhoven, M. B. N. (2009). Using the minimum spanning tree to trace mass segregation. Monthly Notices of the Royal Astronomical Society, 395, 1449–1454. 10.1111/j.1365-2966.2009.14508.x
  5. Baumgardt, H., De Marchi, G., & Kroupa, P. (2008). Evidence for primordial mass segregation in globular clusters. The Astrophysical Journal, 685, 247–253. 10.1086/590488