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

10 lines
348 B
Matlab

function mu = chemPotentials(tp)
% CHEMPOTENTIALS - Species chemical potentials.
%
% This method returns an array containing the species
% chemical potentials [J/kmol]. The expressions used to
% compute these depend on the model implemented by the
% underlying kernel thermo manager."""
mu = thermo_get(tp.tp_id, 34);