Return absolute humidity per unit mass of moist air at saturation as a function of the thermodynamic state record
function Xsaturation extends Modelica.Icons.Function; input ThermodynamicState state "Thermodynamic state record"; output MassFraction X_sat "Steam mass fraction of sat. boundary"; end Xsaturation;