Return dew state ThermodynamicState record as function of p and composition X
function setDewState_pX extends Modelica.Icons.Function; input AbsolutePressure p "pressure"; input MassFraction y[subsNum] = reference_X "gas mass fractions"; output ThermodynamicState state "Thermodynamic state record"; end setDewState_pX;