Return sublimation pressure of water as a function of temperature T between 223.16 and 273.16 K
function sublimationPressureIce extends Modelica.Icons.Function; input ThermodynamicState state "Thermodynamic state record"; output AbsolutePressure psat "Sublimation pressure"; end sublimationPressureIce;