StdAtm:

Path: Common/Atmosphere

--------------------------------------------------------------------------
   Computes atmospheric density based on the standard atmosphere model.
   To get a table of standard atmosphere data type

   load -ascii AtmData;

   Type StdAtm for demo.
   Since version 2 (ACT)
--------------------------------------------------------------------------
   Form:
   d = StdAtm( altitude, AtmData, units  )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   altitude   (:)     Altitude (m or ft)
   AtmData    (:,6)   Standard atmosphere data.
   units      (1,:)   'si', 'mks' or 'eng' i.e. m & kg or lb & ft

   -------
   Outputs
   -------
   d          (:)     Standard atmosphere
                      .temperature
                      .pressure
                      .density
                      .speedOfSound
                      .kinematicViscosity

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

Children:

Common: Graphics/Plot2D

Back to the Common Module page