Changeset 270 for trunk/eml/stage_separators/tray.mso
- Timestamp:
- Jun 16, 2007, 4:18:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/tray.mso
r262 r270 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 14 * 15 *--------------------------------------------------------------------16 * Model of a tray17 *--------------------------------------------------------------------18 * - Streams19 * * a liquid outlet stream20 * * a liquid inlet stream21 * * a vapour outlet stream22 * * a vapour inlet stream23 * * a feed stream24 *25 * - Assumptions26 * * both phases (liquid and vapour) exists all the time27 * * thermodymanic equilibrium (Murphree plate efficiency=1)28 * * no entrainment of liquid or vapour phase29 * * no weeping30 * * the dymanics in the downcomer are neglected31 *32 * - Tray hydraulics: Roffel B.,Betlem B.H.L.,Ruijter J.A.F. (2000)33 * Computers and Chemical Engineering34 * Frauke Reepmeyer, Jens-Uwe Repke and Günter Wozny (2003)35 * Chem. Eng. Technol. 26 (2003) 136 *37 * - Specify:38 * * the Feed stream39 * * the Liquid inlet stream40 * * the Vapour inlet stream41 * * the Vapour outlet flow (OutletV.F)42 *43 * - Initial:44 * * the plate temperature (OutletL.T)45 * * the liquid height (Level) or the liquid flow OutletL.F46 * * (NoComps - 1) OutletL compositions47 *48 15 *---------------------------------------------------------------------- 49 16 * Author: Paula B. Staudt … … 54 21 55 22 Model trayBasic 56 23 ATTRIBUTES 24 Pallete = false; 25 Icon = "Tray"; 26 Brief = "Basic equations of a tray column model."; 27 Info = 28 "This model contains only the main equations of a column tray equilibrium model without 29 the hidraulic equations. 30 31 Assumptions 32 * both phases (liquid and vapour) exists all the time; 33 * thermodymanic equilibrium with Murphree plate efficiency; 34 * no entrainment of liquid or vapour phase; 35 * no weeping; 36 * the dymanics in the downcomer are neglected. 37 "; 38 57 39 PARAMETERS 58 40 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); … … 124 106 125 107 Model tray as trayBasic 108 ATTRIBUTES 109 Pallete = false; 110 Icon = "Tray"; 111 Brief = "Complete model of a column tray."; 112 Info = 113 "Specify: 114 * the Feed stream 115 * the Liquid inlet stream 116 * the Vapour inlet stream 117 * the Vapour outlet flow (OutletV.F) 118 119 Initial: 120 * the plate temperature (OutletL.T) 121 * the liquid height (Level) OR the liquid flow OutletL.F 122 * (NoComps - 1) OutletL compositions 123 "; 126 124 127 125 PARAMETERS … … 157 155 *-------------------------------------------------------------------*# 158 156 Model trayReact 157 ATTRIBUTES 158 Pallete = false; 159 Icon = "Tray"; 160 Brief = "Model of a tray with reaction."; 161 Info = 162 "Assumptions 163 * both phases (liquid and vapour) exists all the time; 164 * thermodymanic equilibrium with Murphree plate efficiency; 165 * no entrainment of liquid or vapour phase; 166 * no weeping; 167 * the dymanics in the downcomer are neglected. 168 169 Specify: 170 * the Feed stream; 171 * the Liquid inlet stream; 172 * the Vapour inlet stream; 173 * the Vapour outlet flow (OutletV.F); 174 * the reaction related variables. 175 176 Initial: 177 * the plate temperature (OutletL.T) 178 * the liquid height (Level) OR the liquid flow OutletL.F 179 * (NoComps - 1) OutletL compositions 180 "; 159 181 160 182 PARAMETERS
Note: See TracChangeset
for help on using the changeset viewer.