Calculate property record for pressure and specific enthalpy as states from dimensionless Helmholtz function
function helmholtzToProps_ph extends Modelica.Icons.Function; input HelmholtzDerivs f "Dimensionless derivatives of Helmholtz function"; output ThermoProperties_ph pro "Property record for pressure and specific enthalpy as dynamic states"; end helmholtzToProps_ph;