cantera/interfaces/matlab/toolbox/@Mixture/chemPotentials.m

10 lines
299 B
Matlab

function mu = chemPotentials(self)
% CHEMPOTENTIALS Get the chemical potentials of species in a mixture.
% mu = chemPotentials(self)
% :param self:
% Instance of class :mat:func:`Mixture`
% :return:
% Vector of chemical potentials. Units: J/kmol
%
mu = mixturemethods(41, mix_hndl(self));