LaunchOptions:

--------------------------------------------------------------------------
   Specify the options for a launch simulation using GuidedLaunch2D.

   Since version 1.0
--------------------------------------------------------------------------
   Form:
   d = LaunchOptions
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   None

   -------
   Outputs
   -------
   d             (.)   Launch option data.
    .h0                  initial altitude (km)
    .v0                  initial velocity (km/s)
    .cDA                 drag coefficient
    .direct              flag for direct (1) or indirect (0)
    .hDes                desired altitude (km)
    .mDes                desired mass to orbit (kg)
    .minAlt              minimum altitude to reach at burnout (km)
    .upperStage          upper stage data
       .Isp                 specific impulse (s)
       .thrust              thrust (kN)
       .maxBurnTime         burn time (s)
    .g                   acceleration due to gravity (m/s2)
    .mu                  gravitational constant (km3/s2)
    .Rp                  radius of planet (km)
    .rhsFun              RHS function handle (GuidedLaunch2DRHS)
    .costFun             Cost function handle (GuidedLaunch2DCost)

--------------------------------------------------------------------------
   See also GuidedLaunch2DRHS and GuidedLaunch2DCost.
--------------------------------------------------------------------------

Children:

LaunchVehicle: LaunchOpt/GuidedLaunch2DCost
LaunchVehicle: LaunchSim/GuidedLaunch2DRHS
LaunchVehicle: LaunchSim/LaunchRHSData
LaunchVehicle: MultiStage/MSThrustModel