Path: Orbit/OrbitMechanics
% Approximate the acceleration due to drag over an orbit arc, h0 to hF. Uses AtmDens2. Since version 2014.1 -------------------------------------------------------------------------- Form: [a,t,rho] = OrbitDrag( v0, gamma0, h, BC ); ------------------------------------------------------------------------ ------ Inputs ------ v0 (1,:) Initial velocity at h0 (km/s) gamma0 (1,:) Initial flight path angle at h0 (rad) h (1,:) Altitude (km) bC (1,1) Ballistic coefficient (kg/m^2) ------- Outputs ------- a (1,:) Acceleration over arc (km/s/s) t (1,:) Time (monotonic from 0) over arc (s) rho (1,:) Atmospheric density over arc (kg/m^3) ------------------------------------------------------------------------
AerospaceUtils: AtmosphericCalculations/AtmDens2 Orbit: OrbitMechanics/OrbitVel2D
Back to the Orbit Module page