Environmental Engineering Reference
In-Depth Information
5. Initial guess for the solver
x0 = [1e-3 1e-3 1e-3 0.993 1 1e-4 5.992 1 1e-3]; % initial guess
6. Setup of minimization
options = optimset( 'Algorithm' , 'sqp' );
[x fval] = fmincon(0func,x0,[],[],Aeq,beq,LB,[],[],options);
for i=1:numel(x)
fprintf( '%d5%10s%10.3g\n' ,i,species{i},x(i))
end
REFERENCES
Bowman CT. Non-equilibrium radical concentration in shock-initiated methane oxidation. 15th
Symposium (International) on Combustion; 1975. p. 869-882.
Forzatti P, Lietti L. Catalyst deactivation. Catal Today 1999;52(2-3):165-181.
Kellner S, Bell A. Evidence for H 2 /D 2 isotope effect on Fischer Tropsch synthesis over sup-
ported ruthenium catalysts. J Catal 1981;67:175-185.
Moran MJ, Shapiro HN. Fundamentals of Engineering Thermodynamics . 6th ed. New York:
John Wiley & Sons; 2010.
Pasquetto S, Patrone L. Chimica Fisica . Bologna: Zanichelli; 1999.
Raven PH, Johnson GB, Singer S. Biology . 7th ed. Boston, MA: McGraw-Hill; 2005.
Smith JM, Van Ness HC, Abbott M. Introduction to Chemical Engineering Thermodynamics .
7th ed. Boston, MA: McGraw-Hill; 2005.
Twigg MW. Catalyst Handbook . 2nd ed. London: Manson Publishing Ltd.; 1996.
 
Search WWH ::




Custom Search