BreguetRangeEquation:

Path: ACPro/ACPerformance

% Computes the Breguet range.
   Since version 3 (ACT).
--------------------------------------------------------------------------
   Form:
   range = BreguetRangeEquation( d, velocity, altitude )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d              (1,1)  See "ConcordeProperties.m"
   velocity       (1,:)  Velocity (m/sec)

   -------
   Outputs
   -------
   range         (1,:)  Range (km)

--------------------------------------------------------------------------
   Reference: Mair, W. A. and D. L. Birdsall, "Aircraft Performance,"
              Cambridge, pp. 167-168.
--------------------------------------------------------------------------

Children:

ACPro: ACPerformance/ConcordeProperties
Common: Atmosphere/StdAtm
Common: Graphics/Plot2D

Back to the ACPro Module page