partial function specificEnthalpyOfPureGas_Tn extends TILMedia.BaseClasses.PartialGasFunction; input TILMedia.GasTypes.BaseGas gasType "Gas type" annotation( choicesAllMatching = true); input SI.Temperature T "Temperature"; input Integer compNo "Component ID"; output SI.SpecificEnthalpy h_i "Specific enthalpy of theoretical pure component"; end specificEnthalpyOfPureGas_Tn;