Density derivative by pressure
function ddph extends Modelica.Icons.Function; input Modelica.SIunits.Pressure p "Pressure"; input Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; output Modelica.SIunits.DerDensityByPressure ddph "Density derivative by pressure"; end ddph;