partial function partialPressure_phxin extends TILMedia.BaseClasses.PartialGasObjectFunction; input SI.AbsolutePressure p "Pressure"; input SI.SpecificEnthalpy h "Specific enthalpy"; input SI.MassFraction[:] xi "Mass fractions of the first nc-1 components"; input Integer compNo "Component ID"; input TILMedia.Internals.TILMediaExternalObject gasPointer; output SI.PartialPressure p_i "Partial pressure"; end partialPressure_phxin;