libs.performance_tools.standard_atmosphere.temperature

libs.performance_tools.standard_atmosphere.temperature(h)

Compute the air temperature in Kelvin

Parameters:

h – altitude (ft)

Returns:

air temperature (K)

Return type:

t

Example of use:

x = 34000 t = temperature(x)