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