function der_additionalProperties_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_x "Steam mass fraction"; output Real der_cp "Specific heat capacity cp"; output Real der_cv "Specific heat capacity cv"; output Real der_beta "Isobaric expansion coefficient"; output Real der_kappa "Isothermal compressibility"; output Real der_drhodp "Derivative of density wrt pressure"; output Real der_drhodh "Derivative of density wrt specific enthalpy"; output Real[size(xi, 1)] der_drhodxi "Derivative of density wrt mass fraction"; output Real der_a "Speed of sound"; output Real der_gamma "Heat capacity ratio"; end der_additionalProperties_phxi;