InsertionDeltaV:

Path: Orbit/Demos/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.
-------------------------------------------------------------------------------

Children:

AeroUtils: AtmosphericCalculations/AtmDens2
Common: Graphics/Plot2D
Orbit: OrbitCoord/AE2VR
Orbit: OrbitManeuver/DVHoh

Back to the Orbit Module page