[Matlab] Fixed integration failure in surfreactor example

This commit is contained in:
Ray Speth 2013-05-06 20:06:01 +00:00
parent 2e26abd4f9
commit e940a96a98

View file

@ -45,7 +45,7 @@ setArea(w, 1.0e-4);
setHeatTransferCoeff(w,1.0e1); % W/m2/K
% set expansion rate parameter. dV/dt = KA(P_1 - P_2)
setExpansionRateCoeff(w, 1.0e2);
setExpansionRateCoeff(w, 1.0);
network = ReactorNet({r});
% setTolerances(network, 1.0e-8, 1.0e-12);