function enthalpyOfWater_der extends Modelica.Icons.Function; input SI.Temperature T "Temperature"; input Real dT(unit = "K/s") "Time derivative of temperature"; output Real dh(unit = "J/(kg.s)") "Time derivative of specific enthalpy"; end enthalpyOfWater_der;