Calculate property record for pressure and temperature as states from dimensionless Gibbs function
function gibbsToProps_pT extends Modelica.Icons.Function; input GibbsDerivs g "Dimensionless derivatives of Gibbs function"; output ThermoProperties_pT pro "Property record for pressure and temperature as dynamic states"; end gibbsToProps_pT;