function VLEAdditionalProperties_phxi extends TILMedia.BaseClasses.PartialVLEFluidObjectFunction; input SI.AbsolutePressure p "Pressure"; input SI.SpecificEnthalpy h "Specific enthalpy"; input SI.MassFraction[:] xi "Mass fractions of the first nc-1 components"; input TILMedia.Internals.TILMediaExternalObject vleFluidPointer; output SI.SpecificHeatCapacity cp_l "Specific heat capacity cp"; output SI.LinearExpansionCoefficient beta_l "Isobaric expansion coefficient"; output SI.Compressibility kappa_l "Isothermal compressibility"; output SI.SpecificHeatCapacity cp_v "Specific heat capacity cp"; output SI.LinearExpansionCoefficient beta_v "Isobaric expansion coefficient"; output SI.Compressibility kappa_v "Isothermal compressibility"; end VLEAdditionalProperties_phxi;