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