Changeset 270 for trunk/eml/stage_separators/flash.mso
- Timestamp:
- Jun 16, 2007, 4:18:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/flash.mso
r235 r270 12 12 * EMSO is distributed under the therms of the ALSOC LICENSE as 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 *15 *-------------------------------------------------------------------16 * Model of a dynamic flash17 *--------------------------------------------------------------------18 * - Streams19 * * a liquid outlet stream20 * * a vapour outlet stream21 * * a feed stream22 *23 * - Assumptions24 * * both phases are perfectly mixed25 *26 * - Specify:27 * * the feed stream;28 * * the outlet flows: OutletV.F and OutletL.F29 *30 * - Initial:31 * * the flash initial temperature (OutletL.T)32 * * the flash initial liquid level (Ll)33 * * (NoComps - 1) OutletL (OR OutletV) compositions34 14 *---------------------------------------------------------------------- 35 15 * Author: Paula B. Staudt … … 40 20 41 21 Model flash 22 ATTRIBUTES 23 Pallete = true; 24 Icon = "Flash"; 25 Brief = "Model of a dynamic flash."; 26 Info = 27 "Assumptions: 28 * both phases are perfectly mixed. 29 30 Specify: 31 * the feed stream; 32 * the outlet flows: OutletV.F and OutletL.F. 33 34 Initial Conditions: 35 * the flash initial temperature (OutletL.T); 36 * the flash initial level (Level); 37 * (NoComps - 1) OutletL (OR OutletV) compositions. 38 "; 39 42 40 PARAMETERS 43 41 outer PP as Plugin (Brief = "External Physical Properties", Type="PP"); … … 124 122 *---------------------------------------------------------------------*# 125 123 Model flash_steady 124 ATTRIBUTES 125 Pallete = true; 126 Icon = "Flash"; 127 Brief = "Model of a Steady State flash."; 128 Info = 129 "Assumptions: 130 * both phases are perfectly mixed. 131 132 Specify: 133 * the feed stream; 134 * the outlet pressure (OutletV.P); 135 * the outlet temperature OR the heat supplied. 136 "; 137 126 138 PARAMETERS 127 139 outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
Note: See TracChangeset
for help on using the changeset viewer.