function pureComponentProperties_Tnc extends TILMedia.BaseClasses.PartialGasObjectFunction; input SI.Temperature T "Temperature"; input Integer nc "Number of components"; input TILMedia.Internals.TILMediaExternalObject gasPointer; output SI.PartialPressure ppS "Saturation partial pressure of condensing component"; output SI.SpecificEnthalpy delta_hv "Specific enthalpy of vaporation of condensing component"; output SI.SpecificEnthalpy delta_hd "Specific enthalpy of desublimation of condensing component"; output SI.SpecificEnthalpy h_idealGas[nc] "Specific enthalpy of theoretical pure component ideal gas state"; end pureComponentProperties_Tnc;