calulate property record for pressure and temperature as states from dimensionless Helmholtz function
function helmholtzToProps_pT extends Modelica.Icons.Function; input ThermalSeparation.Media.WaterBasedLiquid.BaseClasses.Common.HelmholtzDerivs f "dimensionless derivatives of Helmholtz function"; output ThermoProperties_pT pro "property record for pressure and temperature as dynamic states"; end helmholtzToProps_pT;