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