threebody_prop
- ssapy.simple.threebody_prop(integration_timestep: float = 10) RK78Propagator [source][source]
Create and return an RK78Propagator with a set of accelerations for a three-body problem.
The three bodies considered are Earth (Keplerian effect), Moon, and the Earth itself.
Parameters:
- integration_timestepfloat, optional
The time step for the RK78Propagator integration (default is 10 seconds).
Returns:
- RK78Propagator
An instance of RK78Propagator configured with the three-body accelerations.