derivative of isentropic specific enthalpy from p,s
function isentropicEnthalpy_der extends Modelica.Icons.Function; input SI.Pressure p "pressure"; input SI.SpecificEntropy s "specific entropy"; input ThermalSeparation.Media.WaterBasedLiquid.BaseClasses.Common.IF97BaseTwoPhase aux "auxiliary record"; input Real p_der "pressure derivative"; input Real s_der "entropy derivative"; output Real h_der "specific enthalpy derivative"; end isentropicEnthalpy_der;