Function to calculate analytic derivatives for computing d and t given p and h
function Helmholtz_ph extends Modelica.Icons.Function; input HelmholtzDerivs f "Dimensionless derivatives of Helmholtz function"; output NewtonDerivatives_ph nderivs "Derivatives for Newton iteration to calculate d and t from p and h"; end Helmholtz_ph;