calc_Z2¶
- luminet.black_hole_math.calc_Z2(bh_mass, a)¶
Calculate \(Z2\) for Kerr black holes.
The variable \(Z2\) is used to calculate the innermost orbit for Kerr black holes.
\[Z_2 \equiv \sqrt{3a_*^2+Z_1^2}\]- Parameters:
bh_mass (float) – Mass of the black hole.
a (float) – Specific angular momentum of the black hole. Should always be between \(-1\) and \(1\). \(a > 0\) if the accretion disk orbits in the same direction as the hole rotates; \(a < 0\) if it orbits in the opposite direction.
See also
Page and Thorne [2] Equation 15m
See also
calc_innermost_orbit()for the calculation of the innermost orbit of Kerr black holes.