Temperature computation for Dry Air Ideal Gas (input h)
function Temperature_h input Units.SI.SpecificEnthalpy h "Specific Enthalpy (J/kg)"; output Units.SI.Temperature T "Temperature (K)"; end Temperature_h;