partial function bubbleVapourMassFraction_pxin extends TILMedia.BaseClasses.PartialVLEFluidObjectFunction; input SI.AbsolutePressure p "Pressure"; input SI.MassFraction[:] xi "Mass fractions of the first nc-1 components"; input Integer compNo "Component ID"; input TILMedia.Internals.TILMediaExternalObject vleFluidPointer; output SI.MassFraction xi_vbubble "Mass fraction at bubble point"; end bubbleVapourMassFraction_pxin;