Return density derivative w.r.t. specific enthalpy at constant pressure
partial function density_derh_p extends Modelica.Icons.Function; input ThermodynamicState state "Thermodynamic state record"; output DerDensityByEnthalpy ddhp "Density derivative w.r.t. specific enthalpy"; end density_derh_p;