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