| gas = importPhase('rxnmech.cti'); nrxns = nReactions(gas); for k = 1:nrxns setMultlipiler(gas, 0.0, k); % set rate constant of rxn k to zero disp([fwdRateConstants(gas)(k)]); % returns fwd rate constant = 0.0 setMultlipiler(gas, 1.0, k); % set rate constant of rxn k back to initial value --- On Thu, 10/23/08, manoj kumar <manu370353@...> wrote: From: manoj kumar <manu370353@...> |