meepmeep.numba2d.find_contact_point

meepmeep.numba2d.find_contact_point#

meepmeep.numba2d.find_contact_point(k: float, point: int, c: ndarray[tuple[Any, ...], dtype[_ScalarT]])[source]#

Find the contact point time for a planet.

Parameters:
k

Radius ratio.

point

Contact point, can be 1, 2, 3, or 4.

c

A 2x5 coefficient matrix where each element is a coefficient for Taylor series expansion.

Returns:
float

The calculated contact point time.