experience and innovation

Now Hiring!

-------------------------------------------------------------------------------
   Function to be minimized by OptimalVehicle.m
-------------------------------------------------------------------------------
   Form:
   y = FMinUE( uE, x )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   uE           (1,1) Exhaust velocity
   x            (:)   Data structure
                           .dV     Total delta V capability (m/sec)
                           .uE     Exhaust velocity (m/sec)
                           .pR     Power to propulsion system mass ratio (w/kg)
                           .sR     Structural mass to fuel ratio
                           .mP     Payload mass (kg)
                           .thrust Thrust (N)
                           .eff    Efficiency
                       

   -------
   Outputs
   -------
   y            (:)   Output

-------------------------------------------------------------------------------