Return bubble state ThermodynamicState record as function of T and composition X
function setBubbleState_pX extends Modelica.Icons.Function; input AbsolutePressure p "pressure"; input MassFraction X[subsNum] = reference_X "liquid phase Mass fractions"; output ThermodynamicState state "Thermodynamic state record"; end setBubbleState_pX;