Path: Common/Atmosphere
-------------------------------------------------------------------------- Simplified atmosphere model. Agrees with the standard atmosphere model but is faster. Type SimpAtm for a demo. Since version 2 (ACT) -------------------------------------------------------------------------- Form: d = SimpAtm( altitude, units ) -------------------------------------------------------------------------- ------ Inputs ------ altitude (:) Altitude (m or ft) units (1,:) 'si' or 'eng' i.e. m & kg or lb & ft ------- Outputs ------- d (:) Standard atmosphere .temperature .pressure .density .speedOfSound .kinematicViscosity --------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Common Module page