Changeset 276 for trunk/eml/reactors
- Timestamp:
- Jun 16, 2007, 5:02:22 PM (16 years ago)
- Location:
- trunk/eml/reactors
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/reactors/batch.mso
r172 r276 14 14 * 15 15 *-------------------------------------------------------------------- 16 * Model of a batch reactor17 *18 * - Assumptions19 * * isotermic20 *21 *--------------------------------------------------------------------22 16 * Author: Paula B. Staudt and Rafael P. Soares 23 17 * $Id$ … … 27 21 28 22 Model batch_basic 29 23 ATTRIBUTES 24 Pallete = true; 25 Icon = "batch"; 26 Brief = "Model of a batch reactor"; 27 Info = " 28 Assumptions 29 * isotermic 30 "; 31 30 32 PARAMETERS 31 33 -
trunk/eml/reactors/cstr.mso
r208 r276 25 25 26 26 ATTRIBUTES 27 ATTRIBUTES 27 28 Pallete = false; 28 Brief = "Brief"; 29 Info = 30 "write some information"; 29 Brief = "Basic model for a CSTR reactor"; 31 30 32 31 PARAMETERS … … 58 57 59 58 ATTRIBUTES 59 ATTRIBUTES 60 60 Pallete = true; 61 Brief = "Brief"; 62 Info = 63 "write some information"; 61 Icon = "cstr"; 62 Brief = "Model of a CSTR with given yield"; 64 63 65 64 PARAMETERS … … 80 79 81 80 ATTRIBUTES 81 ATTRIBUTES 82 82 Pallete = true; 83 Brief = "Brief"; 84 Info = 85 "write some information"; 83 Icon = "cstr"; 84 Brief = "Model of a generic CSTR"; 85 Info = " 86 Requires the information of: 87 * Reaction values 88 * Heat of reaction 89 "; 86 90 87 91 VARIABLES -
trunk/eml/reactors/pfr.mso
r194 r276 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 14 * 15 *--------------------------------------------------------------------16 * Model of a Generic PFR with constant mass holdup17 *--------------------------------------------------------------------18 *19 * - Requires the information of:20 * * Reaction values21 * * Heat of reaction22 * * Pressure profile23 *24 15 *---------------------------------------------------------------------- 25 16 * Author: Rafael de P. Soares and Paula B. Staudt … … 33 24 ATTRIBUTES 34 25 Pallete = true; 35 Brief = "Brief"; 36 Info = 37 "write some information"; 26 Brief = "Model of a Generic PFR with constant mass holdup"; 27 Icon = "pfr"; 28 Info = " 29 Requires the information of: 30 * Reaction values 31 * Heat of reaction 32 * Pressure profile 33 "; 38 34 39 35 PARAMETERS
Note: See TracChangeset
for help on using the changeset viewer.