libs.performance_tools.standard_atmosphere.pressure

libs.performance_tools.standard_atmosphere.pressure(h)

Compute the air pressure in Pa

Parameters:

h – altitude (ft)

Returns:

air pressure (Pa)

Return type:

p

Example of use:

x = 34000 p = pressure(x)