astrodynx.twobody.C_func#
- astrodynx.twobody.C_func(chi, U2, U4, U5, deltat=3.14, mu=1)[source]#
The C function
- Parameters:
- Return type:
- Returns:
The value of the C function.
Notes
The C function is defined as:
\[ C = \frac{3 U_5 - \chi U_4 - \sqrt{\mu} \Delta t U_2}{\sqrt{\mu}} \]where \(\chi\) is the generalized anomaly, \(\Delta t\) is the time difference, \(\mu\) is the gravitational parameter, and \(U_2\), \(U_4\), and \(U_5\) are the universal functions.References
Battin, 1999, pp.466.