function to calculate analytic derivatives for computing d and t given p and t
function Helmholtz_pT extends Modelica.Icons.Function; input ThermalSeparation.Media.WaterBasedLiquid.BaseClasses.Common.HelmholtzDerivs f "dimensionless derivatives of Helmholtz function"; output ThermalSeparation.Media.WaterBasedLiquid.BaseClasses.Common.NewtonDerivatives_pT nderivs "derivatives for Newton iteration to compute d and t from p and t"; end Helmholtz_pT;