Path: Orbit/OrbitManeuver
% Computes the delta-V for a Hohmann transfer between circular orbits. The delta-Vs are at: 1. The initial orbit 2. The final orbit Type OrbMnvrHohmann for a demo with a plot. -------------------------------------------------------------------------- Form: [deltaV, tOF] = OrbMnvrHohmann( rI, rF, mu ) -------------------------------------------------------------------------- ------ Inputs ------ rI (1,1) Initial radius rF (1,1) Final radius mu (1,1) Gravitational parameter ------- Outputs ------- deltaV (1,1) Delta-V data structure. .total (1,1) Total required delta-V .a (1,1) Delta-V at point a .b (1,1) Delta-V at point b tOF (1,1) Time of flight -------------------------------------------------------------------------- Reference: Vallado, D. A. (1997.) Fundamentals of Astrodynamics and Applications. pp 281-282. --------------------------------------------------------------------------
Orbit: OrbitMechanics/RVOrbGen SC: BasicOrbit/Period Common: Graphics/NewFig Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS
Back to the Orbit Module page