- Timestamp:
- Mar 22, 2007, 5:28:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/miscellaneous/tenprobs/prob07.mso
r220 r228 14 14 * 15 15 *---------------------------------------------------------------------- 16 * 7. Diffusion with Chemical Reaction in a One Dimensional Slab16 * 7. Diffusion with chemical reaction in a one dimensional slab 17 17 *---------------------------------------------------------------------- 18 18 * … … 23 23 * 24 24 * Subject: 25 * * Mass Transfer 25 * * Transport Phenomena 26 * * Reaction Engineering 27 * 28 * Concepts utilized: 29 * Methods for solving second order ODEs with 2 point boundary 30 * values typically used in transport phenomena and reaction kinetics. 26 31 * 27 32 * Numerical method: 28 * * Simultaneous ODE s with split boundary conditions33 * * Simultaneous ODEs with split boundary conditions 29 34 * * Resolved by finite difference method 30 35 * … … 33 38 * chemical engineering solved by various mathematical software 34 39 * packages. Comp. Appl. in Eng. Education. v. 6, 169-180, 1998. 35 * * http://www.polymath-software.com/ASEE 40 * * More informations and a detailed description of all problems 41 * is available online in http://www.polymath-software.com/ASEE 36 42 * 37 43 *---------------------------------------------------------------------- 38 44 * Author: Rodolfo Rodrigues 45 * GIMSCOP/UFRGS - Group of Integration, Modeling, Simulation, 46 * Control, and Optimization of Processes 39 47 * $Id$ 40 48 *--------------------------------------------------------------------*# 41 49 using "types"; 50 42 51 43 52
Note: See TracChangeset
for help on using the changeset viewer.