Changeset 302 for trunk/eml/reactors
- Timestamp:
- Jul 4, 2007, 7:58:14 PM (16 years ago)
- Location:
- trunk/eml/reactors
- Files:
-
- 7 added
- 6 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/reactors/batch.mso
r276 r302 23 23 ATTRIBUTES 24 24 Pallete = true; 25 Icon = " batch";25 Icon = "icon/batch"; 26 26 Brief = "Model of a batch reactor"; 27 27 Info = " -
trunk/eml/reactors/cstr.mso
r276 r302 59 59 ATTRIBUTES 60 60 Pallete = true; 61 Icon = " cstr";61 Icon = "icon/cstr"; 62 62 Brief = "Model of a CSTR with given yield"; 63 63 … … 81 81 ATTRIBUTES 82 82 Pallete = true; 83 Icon = " cstr";83 Icon = "icon/cstr"; 84 84 Brief = "Model of a generic CSTR"; 85 85 Info = " -
trunk/eml/reactors/pfr.mso
r276 r302 25 25 Pallete = true; 26 26 Brief = "Model of a Generic PFR with constant mass holdup"; 27 Icon = " pfr";27 Icon = "icon/pfr"; 28 28 Info = " 29 29 Requires the information of:
Note: See TracChangeset
for help on using the changeset viewer.