Derivative of vapor specific enthalpy in two-phase region w.r.t pressure
function dDewEnthalpy_dPressure extends Modelica.Icons.Function; input SaturationProperties sat "saturation properties | pressure is used for interpolation"; output Real dhvdp "derivative of vapor specific enthalpy in two-phase region w.r.t pressure"; end dDewEnthalpy_dPressure;