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