cantera/interfaces/matlab/toolbox/@Kinetics/rop_r.m

12 lines
311 B
Matlab

function q = rop_r(a)
% ROP_R Reverse rates of progress for all reactions.
%
% Q = ROP_R(K)
%
% Returns a column vector of the reverse rates of progress
% for all reactions. The value is zero for irreversible
% reactions.
%
% See also: rop_r, rop_net.
%
q = kinetics_get(a.id,12,0);