function der_bubbleTemperature_pxi extends TILMedia.BaseClasses.PartialVLEFluidObjectFunction; input SI.AbsolutePressure p "Pressure"; 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_xi "Mass fractions of the first nc-1 components"; output Real der_T_bubble "Temperature at bubble point"; end der_bubbleTemperature_pxi;