Return absolute humidity per unit mass of dry 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 "Absolute humidity per unit mass of dry air"; end xsaturation;