Changeset 228
- Timestamp:
- Mar 22, 2007, 5:28:33 PM (15 years ago)
- Location:
- branches/newlanguage/sample/miscellaneous/tenprobs
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/miscellaneous/tenprobs/prob01.mso
r221 r228 14 14 * 15 15 *---------------------------------------------------------------------- 16 * 1. Thermodynamic Properties from van der Waals Equation16 * 1. Thermodynamic properties from van der Waals equation 17 17 *---------------------------------------------------------------------- 18 18 * … … 26 26 * * Thermodynamics 27 27 * 28 * Mathematical model: 28 * Concepts utilized: 29 * Use of the van der Waals equation of state to calculate molar 30 * volume and compressibility factor for a gas. 31 * 32 * Numerical method: 29 33 * * Single nonlinear algebraic equation 30 34 * … … 33 37 * chemical engineering solved by various mathematical software 34 38 * packages. Comp. Appl. in Eng. Education. v. 6, 169-180, 1998. 35 * * http://www.polymath-software.com/ASEE 39 * * More informations and a detailed description of all problems 40 * is available online in http://www.polymath-software.com/ASEE 36 41 * 37 42 *---------------------------------------------------------------------- 38 43 * Author: Rodolfo Rodrigues 44 * GIMSCOP/UFRGS - Group of Integration, Modeling, Simulation, 45 * Control, and Optimization of Processes 39 46 * $Id$ 40 47 *--------------------------------------------------------------------*# -
branches/newlanguage/sample/miscellaneous/tenprobs/prob02.mso
r226 r228 25 25 * * Introduction to Chemical Engineering 26 26 * 27 * Concepts utilized: 28 * Material balances on a steady-state process with no recycle. 29 * 27 30 * Numerical method: 28 31 * * Simultaneous linear equations … … 32 35 * chemical engineering solved by various mathematical software 33 36 * packages. Comp. Appl. in Eng. Education. v. 6, 169-180, 1998. 34 * * http://www.polymath-software.com/ASEE 37 * * More informations and a detailed description of all problems 38 * is available online in http://www.polymath-software.com/ASEE 35 39 * 36 40 *---------------------------------------------------------------------- 37 41 * Author: Rodolfo Rodrigues 42 * GIMSCOP/UFRGS - Group of Integration, Modeling, Simulation, 43 * Control, and Optimization of Processes 38 44 * $Id$ 39 45 *--------------------------------------------------------------------*# -
branches/newlanguage/sample/miscellaneous/tenprobs/prob04.mso
r220 r228 14 14 * 15 15 *---------------------------------------------------------------------- 16 * 4. Reaction Equilibrium for Multiple Gas Phase Reactions16 * 4. Reaction equilibrium for multiple gas phase reactions 17 17 *---------------------------------------------------------------------- 18 18 * … … 24 24 * Subject: 25 25 * * Thermodynamics 26 * * Reaction Engineering 27 * 28 * Concepts utilized: 29 * Complex chemical equilibrium calculations involving multiple 30 * reactions. 26 31 * 27 32 * Numerical method: … … 32 37 * chemical engineering solved by various mathematical software 33 38 * packages. Comp. Appl. in Eng. Education. v. 6, 169-180, 1998. 34 * * http://www.polymath-software.com/ASEE 39 * * More informations and a detailed description of all problems 40 * is available online in http://www.polymath-software.com/ASEE 35 41 * 36 42 *---------------------------------------------------------------------- 37 43 * Author: Rodolfo Rodrigues 44 * GIMSCOP/UFRGS - Group of Integration, Modeling, Simulation, 45 * Control, and Optimization of Processes 38 46 * $Id$ 39 47 *--------------------------------------------------------------------*# -
branches/newlanguage/sample/miscellaneous/tenprobs/prob05.mso
r226 r228 25 25 * * Fluid Dynamics 26 26 * 27 * Mathematical model: 27 * Concepts utilized: 28 * Calculation of terminal velocity of solid particles falling in 29 * fluids under the force of gravity. 30 * 31 * Numerical method: 28 32 * * Single nonlinear algebraic equation 29 33 * … … 32 36 * chemical engineering solved by various mathematical software 33 37 * packages. Comp. Appl. in Eng. Education. v. 6, 169-180, 1998. 34 * * http://www.polymath-software.com/ASEE 38 * * More informations and a detailed description of all problems 39 * is available online in http://www.polymath-software.com/ASEE 35 40 * 36 41 *---------------------------------------------------------------------- 37 42 * Author: Rodolfo Rodrigues 43 * GIMSCOP/UFRGS - Group of Integration, Modeling, Simulation, 44 * Control, and Optimization of Processes 38 45 * $Id$ 39 46 *--------------------------------------------------------------------*# -
branches/newlanguage/sample/miscellaneous/tenprobs/prob06.mso
r221 r228 14 14 * 15 15 *---------------------------------------------------------------------- 16 * 6. Heat Exchange in a Series of Tanks16 * 6. Heat exchange in a series of tanks 17 17 *---------------------------------------------------------------------- 18 18 * … … 25 25 * * Heat Transfer 26 26 * 27 * Concepts utilized: 28 * Unsteady-state energy balances, dynamic response of well mixed 29 * heated tanks in series. 30 * 27 31 * Numerical method: 28 32 * * Simultaneous first order ODEs … … 32 36 * chemical engineering solved by various mathematical software 33 37 * packages. Comp. Appl. in Eng. Education. v. 6, 169-180, 1998. 34 * * http://www.polymath-software.com/ASEE 38 * * More informations and a detailed description of all problems 39 * is available online in http://www.polymath-software.com/ASEE 35 40 * 36 41 *---------------------------------------------------------------------- 37 42 * Author: Rodolfo Rodrigues 43 * GIMSCOP/UFRGS - Group of Integration, Modeling, Simulation, 44 * Control, and Optimization of Processes 38 45 * $Id$ 39 46 *--------------------------------------------------------------------*# -
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 -
branches/newlanguage/sample/miscellaneous/tenprobs/prob08.mso
r227 r228 25 25 * * Separation Processes 26 26 * 27 * Concepts utilized: 28 * Batch distillation of an ideal binary mixture. 29 * 27 30 * Numerical method: 28 31 * * System of ODEs and NLA equations … … 32 35 * chemical engineering solved by various mathematical software 33 36 * packages. Comp. Appl. in Eng. Education. v. 6, 169-180, 1998. 34 * * http://www.polymath-software.com/ASEE 37 * * More informations and a detailed description of all problems 38 * is available online in http://www.polymath-software.com/ASEE 35 39 * 36 40 *---------------------------------------------------------------------- 37 41 * Author: Rodolfo Rodrigues 42 * GIMSCOP/UFRGS - Group of Integration, Modeling, Simulation, 43 * Control, and Optimization of Processes 38 44 * $Id$ 39 45 *--------------------------------------------------------------------*# -
branches/newlanguage/sample/miscellaneous/tenprobs/prob09.mso
r220 r228 14 14 * 15 15 *---------------------------------------------------------------------- 16 * 9. Gas Phase Catalytic Reactor16 * 9. Gas phase catalytic reactor 17 17 *---------------------------------------------------------------------- 18 18 * … … 25 25 * * Reaction Engineering 26 26 * 27 * Concepts utilized: 28 * Design of a gas phase catalytic reactor with pressure drop for 29 * a first order reversible gas phase reaction. 30 * 27 31 * Numerical method: 28 * * Simultaneous ODE s with known boundary conditions32 * * Simultaneous ODEs with known boundary conditions 29 33 * 30 34 * Reference: … … 32 36 * chemical engineering solved by various mathematical software 33 37 * packages. Comp. Appl. in Eng. Education. v. 6, 169-180, 1998. 34 * * http://www.polymath-software.com/ASEE 38 * * More informations and a detailed description of all problems 39 * is available online in http://www.polymath-software.com/ASEE 35 40 * 36 41 *---------------------------------------------------------------------- 37 42 * Author: Rodolfo Rodrigues 43 * GIMSCOP/UFRGS - Group of Integration, Modeling, Simulation, 44 * Control, and Optimization of Processes 38 45 * $Id$ 39 46 *--------------------------------------------------------------------*#
Note: See TracChangeset
for help on using the changeset viewer.