function der_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; input Real der_p "Pressure"; input Real der_h "Specific enthalpy"; input Real[:] der_xi "Mass fractions of the first nc-1 components"; output Real der_cp_l "Specific heat capacity cp"; output Real der_beta_l "Isobaric expansion coefficient"; output Real der_kappa_l "Isothermal compressibility"; output Real der_cp_v "Specific heat capacity cp"; output Real der_beta_v "Isobaric expansion coefficient"; output Real der_kappa_v "Isothermal compressibility"; end der_VLEAdditionalProperties_phxi;