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