PayloadMassForBurnoutVelocity:

--------------------------------------------------------------------------
   Compute the payload mass to achieve a given burnout velocity.
   The maximum burnout velocity is achieved when the payload mass is zero.
   The built-in demo chooses a vehicle from the database and computes this
   maximum for generating the vector of vBO and resulting plot of the
   range of feasible payload mass.

   Since version 2015.1
--------------------------------------------------------------------------
   Form:
   mP = PayloadMassForBurnoutVelocity( d, vBO )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d         (d)    Vehicle structure. 
   vBO      (1,1)   Target exhuast velocity.

   -------
   Outputs
   -------
   mP       (1,1)   Payload mass

--------------------------------------------------------------------------
   See also BurnoutVelocity
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D
Common: Interface/ReadCSVTable
LaunchVehicle: LVDatabase/FormatRocketDB
LaunchVehicle: MultiStage/BurnoutVelocity
LaunchVehicle: VehicleModels/LVCombineSRB
LaunchVehicle: VehicleModels/SetPayloadMass