Changeset 276 for trunk/eml/reactors/cstr.mso
- Timestamp:
- Jun 16, 2007, 5:02:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.