Path: Orbit/OrbitManeuver
% Computes the insertion delta-V for a Hohmann transfer. For a launch one way to get to a circular orbit is to insert into the ascending leg of a Hohmann transfer and then circularize the orbit. This script assumes that the final orbit is the ISS orbit (330 km) and the booster leaves you at perigee in the Hohmann transfer ellipse. It then computes the required Delta-V as a function of perigee height. The script also computes the Delta-V loss due to drag. The mass reduction due to fuel consumption is not considered. ------------------------------------------------------------------------ See also Plot2D, AE2VR, DVHoh, AtmDens2 ------------------------------------------------------------------------ % ------------------------------------------------------------------------------- Copyright (c) 2007 Princeton Satellite Systems, Inc. All rights reserved. -------------------------------------------------------------------------------
AerospaceUtils: AtmosphericCalculations/AtmDens2 Orbit: OrbitCoord/AE2VR Orbit: OrbitCoord/RPRA2AE Orbit: OrbitManeuver/DVHoh SC: BasicOrbit/E2M SC: BasicOrbit/Nu2E SC: BasicOrbit/Nu2M Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/DeBlankLT Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Math: Linear/DupVect
Back to the Orbit Module page