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