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