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