image thumbnail
from Prediction of Conversion with an Isothermal Axially-Dispersed Plug Flow Reactor by Housam Binous
Prediction of the conversion of an isothermal axially dispersed plug flow reactor.

ydot=goveqn2(t,y)
function ydot=goveqn2(t,y)

global Pe Da

ydot(1)=y(2);
ydot(2)=Pe*y(2)+Pe*Da*y(1)^2;

ydot=ydot';

Contact us at files@mathworks.com