Return activity coefficients and excess Gibbs energy at given temperature and composition
pure function activityCoefficients_TX input Temperature T; input Real z[subsNum]; output Real actCoef[subsNum]; output Modelica.Units.SI.MolarEnergy gE; end activityCoefficients_TX;