GeoOptimalDemo:

% Simulate a geocentric locally optimal trajectory using the control laws
   developed in McInnes to maximize the increase in orbital energy and 
   replicate Fig. 4.31 and 4.32 from the reference. 
   Demonstrates PlanetOptimalTraj and GeoOptimalMission.

   This demo will first plot the optimal pitch angle as a function of flight
   path angle. This will also be shown superimposed on a circular orbit.
   Then the trajectory is simulated for 3 and 30 days and the resulting
   spirals are plotted.

   Since version 7.
  ------------------------------------------------------------------------
   Reference: Colin R. McInnes, "Solar Sailing: Technology, Dynamics and Mission
              Applications", Springer Praxis, London, 1999, pp. 156-158,
              Sec. 4.4.2.3, "Locally Optimal Steering - Planet-Centered Orbits"
  ------------------------------------------------------------------------
  See also Plot2D, Plot3D, OrbRate, RVFromKepler, SunV1, 
  ConeClockPatches, PlanetOptimalTraj, GeoOptimalMission
  ------------------------------------------------------------------------
%
-------------------------------------------------------------------------------
	Copyright (c) 2006 Princeton Satellite Systems, Inc. 
   All rights reserved.
-------------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D
Common: Graphics/Plot3D
SC: BasicOrbit/OrbRate
SC: BasicOrbit/RVFromKepler
SC: Ephem/SunV1
Sail: Graphics/ConeClockPatches
Sail: Guidance/PlanetOptimalTraj
Sail: Missions/GeoOptimalMission