use international standard atmosphere model -凯发k8网页登录
use international standard atmosphere model
description
[
implements the mathematical representation of the international standard atmosphere values
for ambient temperature, t
,a
,p
,rho
,nu
]
= atmosisa(height
)t
, pressure, p
, speed of
sound, a
, ,density, rho
, and kinematic viscosity,
nu
, for the input geopotential altitude, height
,
between the sea level and the tropopause.
[
specifies options using one or more name-value arguments. for example, to input geopotential
altitude between -5000 meters and the mesopause, set t
,a
,p
,rho
,nu
] = atmosisa(height
,name=value
)extended
to
true
.
examples
input arguments
output arguments
limitations
set upper and lower limits for geopotential altitudes using the
'extended'
name-value argument.
if the
'extended'
flag is set to'false'
, the function clips the output values below the geopotential altitude of 0 meters and above the geopotential altitude of the tropopause at 20,000 meters.if the
'extended'
flag is set to'true'
, the function limits the implementation to the geopotential altitude of -5000 meters (minimum) and the mesopause at 84,852 meters (maximum).
if the action input is 'error'
, an input geopotential height outside
these limits results in error. if the action input is 'warning'
or
'none'
, the outputs are held at the limits.
references
[1] u.s. standard atmosphere, 1976. u.s. government printing office, washington, d.c.
version history
introduced in r2006bsee also
| | | |