Path: Common/Atmosphere
% Simplified atmosphere model.
Agrees with the standard atmosphere model but is faster.
Type SimpAtm for a demo.
--------------------------------------------------------------------------
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