Gibbs potential as a function of temperature and pressure
function g extends Modelica.Icons.Function; input Q.TemperatureAbsolute T = 298.15*U.K "Temperature" annotation( Dialog(__Dymola_label = "<html><i>T</i></html>")); input Q.PressureAbsolute p = p0 "Pressure" annotation( Dialog(__Dymola_label = "<html><i>p</i></html>")); output Q.Potential g "Gibbs potential" annotation( Dialog(__Dymola_label = "<html><i>g</i></html>")); end g;