Density derivative by specific enthalpy
function ddhp_props extends Modelica.Icons.Function; input Modelica.SIunits.Pressure p "Pressure"; input Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; input Common.AuxiliaryProperties aux "Auxiliary record"; output Modelica.SIunits.DerDensityByEnthalpy ddhp "Density derivative by specific enthalpy"; end ddhp_props;