EnergyHeight:

Path: ACPro/ACPerformance

% Compute energy height contours.

   This combines potential and kinetic energy.

   Type EnergyHeight for a demo.

--------------------------------------------------------------------------
   Form:
   [v, h] = EnergyHeight( hE )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   hE              (1,m) Energy height (m)

   -------
   Outputs
   -------
   v               (m,n) Velocity for each height (m/s)
   h               (m,n) Altitude for each height s(m)

--------------------------------------------------------------------------
   Reference: Anderson, J. D., "Introduction to Flight, 3rd Edition,"
              McGraw-Hill, 1989.
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the ACPro Module page