circular_orbit_state

Function circular_orbit_state 

Source
pub fn circular_orbit_state(mu: Mu, radius: Km) -> PropState
Expand description

Create initial state for a circular orbit in the XY plane.

Position: (r, 0, 0) Velocity: (0, v_circ, 0) where v_circ = sqrt(μ/r)