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