IDrift:

Path: Orbit/OrbitMechanics

% Computes the inclination rate of an earth orbit due to the sun.

--------------------------------------------------------------------------
   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)

--------------------------------------------------------------------------
   References: Agrawal, B. R., Design of Geosynchronous Spacecraft, 
                Prentice-Hall, 1986, pp. 72-80.
--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Orbit Module page