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.

Baumgardt & Makino (2003)

San Diego State University

Abstract (paraphrased)

Reports a large set of collisional N-body simulations (NBODY4 on GRAPE6, N=8192N = 8192 to 131072131\,072 stars) of multimass King clusters evolving in an external Galactic tidal field under the combined action of stellar evolution, two-body relaxation and tidal stripping. The clusters move on circular or eccentric orbits in a logarithmic Galactic potential with circular velocity VG=220 kms1V_G = 220\ \mathrm{km\,s^{-1}}. The main result is that cluster lifetimes scale as TTrhxT \sim T_{\rm rh}^x with x0.75x \approx 0.75 (weakly sub-linear in the relaxation time), and that preferential loss of low-mass stars over the tidal boundary turns initially rising mass functions into ones that decline towards low masses. For progenax, the load-bearing content is the initial setup: the tidal radius of the King model is set equal to the tidal radius of the external field (their Eq. 1).

The load-bearing equation: tidal (Jacobi) radius in a logarithmic potential

For an orbit in a logarithmic external potential ϕ(RG)=VG2lnRG\phi(R_G) = V_G^2 \ln R_G with circular velocity VGV_G, the cluster radii are adjusted so the King tidal radius equals the tidal radius of the external field, given by (Eq. 1, p. 229):

rt=(Gmc2VG2)1/3RG2/3,r_t = \left(\frac{G\, m_c}{2\, V_G^2}\right)^{1/3} R_G^{2/3},

where mcm_c is the cluster mass, VGV_G the circular velocity of the Galaxy, and RGR_G the distance of the cluster from the Galactic Centre (for eccentric orbits, evaluated at perigalacticon). This is the singular-isothermal-halo / flat-rotation-curve tidal radius.

A corollary used qualitatively in the mass-loss discussion (text after Eq. 11, p. 233): as a cluster loses mass its tidal radius shrinks as

rtmc1/3,r_t \propto m_c^{1/3},

which follows directly from (1) at fixed orbit (RGR_G, VGV_G).

Other key relations (context, not used in tidal.py)

QuantityFormLocation
Adopted IMFtwo-stage power law, ξ(m)dmm1.3dm\xi(m)\,dm \sim m^{-1.3}\,dm (m<0.5Mm<0.5\,M_\odot), m2.3dmm^{-2.3}\,dm (m0.5Mm\ge 0.5\,M_\odot), 0.115M15\,M_\odotEq. 2, p. 229
Relaxation timeTrhmhrh3/2mGln(γN)T_{\rm rh} \sim \dfrac{\sqrt{m_h}\,r_h^{3/2}}{\langle m\rangle\,\sqrt{G}\,\ln(\gamma N)}Eq. 3, p. 230
Dissolution-time scalingTdiss=β[Nln(γN)]xRGkpc(VG220kms1)1T_{\rm diss} = \beta \left[\dfrac{N}{\ln(\gamma N)}\right]^x \dfrac{R_G}{\rm kpc}\left(\dfrac{V_G}{220\,{\rm km\,s^{-1}}}\right)^{-1}, x0.75x\approx 0.75 (W0=5W_0=5), x0.82x\approx 0.82 (W0=7W_0=7)Eqs. 6–7, p. 232
Eccentricity correctionTdiss(ϵ)=Tdiss(0)(1ϵ)T_{\rm diss}(\epsilon) = T_{\rm diss}(0)\,(1-\epsilon)Eq. 8, p. 232

These are recorded for completeness; progenax does not implement the lifetime/dissolution fitting formulae.

Code cross-reference

src/progenax/tidal.py cites Baumgardt & Makino (2003) in two places:

  1. Module-level reference (line 8): “Baumgardt & Makino (2003) MNRAS 340, 227 — Tidal stripping.” Correct attribution and bibliographic data.

  2. fill_factor_to_r_h docstring (line 197): the function computes rh=frJr_h = f \cdot r_J (fill factor f=rh/rJf = r_h/r_J) and lists Baumgardt & Makino (2003) as the reference.

The function whose formula matches (1) is jacobi_radius_isothermal:

# src/progenax/tidal.py, jacobi_radius_isothermal
Omega = V_circ / R_galactic
r_J = (G * M_cluster / (2.0 * Omega**2)) ** (1.0 / 3.0)

Substituting Ω=Vcirc/RG\Omega = V_{\rm circ}/R_G gives rJ=(GM/2)1/3(RG/Vcirc)2/3=(GM/2Vcirc2)1/3RG2/3r_J = (G\,M / 2)^{1/3}\,(R_G/V_{\rm circ})^{2/3} = (G\,M / 2 V_{\rm circ}^2)^{1/3} R_G^{2/3}exactly BM03 Eq. 1 with mcMclusterm_c \to M_{\rm cluster}, VGVcircV_G \to V_{\rm circ}, RGRgalacticR_G \to R_{\rm galactic}. That function’s docstring currently cites only Binney & Tremaine (2008) §8.3.1; the same formula is BM03 Eq. 1, so adding the Baumgardt & Makino (2003) citation there would make the provenance complete. (jacobi_radius, the point-mass rJ=R(M/3Mgal)1/3r_J = R\,(M/3M_{\rm gal})^{1/3}, is a different relation — factor 3, not 2 — correctly attributed to King 1962 / Binney & Tremaine Eq. 8.91, not to this paper.)

Verification verdict

Use in progenax

Notes

Eq. 1’s factor of 2 (vs. 3 for a Keplerian point mass) is specific to the logarithmic / flat-rotation-curve potential; do not confuse it with the point-mass Jacobi radius in jacobi_radius.

References
  1. 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