experience and innovation

---------------------------------------------------------------------------
   Compute the Reynolds number for an aircraft at altitude.
---------------------------------------------------------------------------
   Form:
   Re = Reynolds( h, u, L );
---------------------------------------------------------------------------

   ------
   Inputs
   ------
   h             (1)     Altitude           [m]
   u             (1)     Velocity           [m/s]
   L             (1)     Reference length   [km]

   -------
   Outputs
   -------
   Re            (1)     Reynolds number

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