Path: Orbit/OrbitMechanics
% Computes the inclination rate of an earth orbit due to the sun. Since version 1. -------------------------------------------------------------------------- Form: [didt, f, fave] = IDrift( W0, i, altitude, qs ) -------------------------------------------------------------------------- ------ Inputs ------ WO Phase of right ascension of the ascending node relative to the sun angle (deg) i Inclination (deg) altitude Altitude above earth ( km) qs (:) Sun angles with respect to the equatorial plane (deg) ------- Outputs ------- didt Inclination rate (deg/yr) f Acceleration (km/yr) fave Average acceleration (km/yr) --------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Orbit Module page