SunEarthMoonSystemConstants:

Path: Orbit/OrbitData

% Specifies Sun-Earth-Moon system constants.

   Useful for non-dimensionalizing in the Sun-Earth-Moon system.

   Since version 11.
--------------------------------------------------------------------------
   Form:
   d = SunEarthMoonSystemConstants
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   none

   -------
   Outputs
   -------
   d	(1,1)   Data structure output with system constants and fields:
             .system   (1,:) Name of system - 'SEM'
             .muMoon   (1,1) Gravitational parameter of the moon
             .muEarth  (1,1) Gravitational parameter of the Earth
             .muSun    (1,1) Gravitational parameter of the Sun
             .mu       (1,1) Mu of the SEM system
             .au       (1,1) Astronomical unit (km)
             .L        (1,1) Sun/Earth distance = .au
             .T        (1,1) Earth year
             .Re       (1,1) Earth radius
             .Rm       (1,1) Moon radius
             .Rs       (1,1) Sun radius
             .xL1      (1,1) Earth/Sun L1 distance
             .xL2      (1,1) Earth/Sun L2 distance
             .v        (1,1) Earth velocity (km/s)
--------------------------------------------------------------------------

Back to the Orbit Module page