function simpleCondensingProperties_phxi extends TILMedia.BaseClasses.PartialGasObjectFunction; input SI.AbsolutePressure p "Pressure"; input SI.SpecificEnthalpy h "Specific enthalpy"; input SI.MassFraction xi[:] "Mass fraction"; input TILMedia.Internals.TILMediaExternalObject gasPointer; output SI.SpecificHeatCapacity cp "Specific heat capacity cp"; output SI.SpecificHeatCapacity cv "Specific heat capacity cv"; output SI.LinearExpansionCoefficient beta "Isothermal expansion coefficient"; output SI.Velocity w "Speed of sound"; end simpleCondensingProperties_phxi;