Changeset 262 for trunk/eml/stage_separators/reboiler.mso
- Timestamp:
- Jun 15, 2007, 7:21:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/reboiler.mso
r243 r262 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 14 * 15 *-------------------------------------------------------------------16 * Model of a dynamic reboiler17 *--------------------------------------------------------------------18 *19 * Streams:20 * * a liquid inlet stream21 * * a liquid outlet stream22 * * a vapour outlet stream23 * * a feed stream24 *25 * Assumptions:26 * * perfect mixing of both phases27 * * thermodynamics equilibrium28 * * no liquid entrainment in the vapour stream29 *30 * Specify:31 * * the Feed stream32 * * the Liquid inlet stream33 * * the outlet flows: OutletV.F and OutletL.F34 *35 * Initial:36 * * the reboiler temperature (OutletL.T)37 * * the reboiler liquid level (Ll)38 * * (NoComps - 1) OutletL (OR OutletV) compositions39 *40 *41 15 *---------------------------------------------------------------------- 42 16 * Author: Paula B. Staudt … … 47 21 48 22 Model reboiler 23 ATTRIBUTES 24 Pallete = true; 25 Icon = "Reboiler"; 26 Brief = "Model of a dynamic reboiler - kettle."; 27 Info = 28 "Assumptions: 29 * perfect mixing of both phases; 30 * thermodynamics equilibrium; 31 * no liquid entrainment in the vapour stream. 32 33 Specify: 34 * the inlet stream; 35 * the liquid inlet stream; 36 * the outlet flows: OutletV.F and OutletL.F; 37 * the heat supply. 38 39 Initial Conditions: 40 * the reboiler temperature (OutletL.T); 41 * the reboiler liquid level (Level); 42 * (NoComps - 1) OutletL (OR OutletV) compositions. 43 "; 44 49 45 PARAMETERS 50 46 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); … … 118 114 *---------------------------------------------------------------------*# 119 115 Model reboilerSteady 116 ATTRIBUTES 117 Pallete = true; 118 Icon = "ReboilerSteady"; 119 Brief = "Model of a Steady State reboiler with no thermodynamics equilibrium - thermosyphon."; 120 Info = 121 "Assumptions: 122 * perfect mixing of both phases; 123 * no thermodynamics equilibrium; 124 * no liquid entrainment in the vapour stream. 125 126 Specify: 127 * the InletL stream; 128 * the heat supply OR the outlet temperature (OutletV.T); 129 "; 130 120 131 PARAMETERS 121 132 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); … … 154 165 *---------------------------------------------------------------------*# 155 166 Model reboilerSteady_fakeH 167 ATTRIBUTES 168 Pallete = true; 169 Icon = "ReboilerSteady"; 170 Brief = "Model of a Steady State reboiler with fake calculation of outlet conditions."; 171 Info = 172 "Model of a Steady State reboiler with fake calculation of 173 vaporisation fraction and output temperature, but with a real 174 calculation of the output stream enthalpy. 175 "; 176 156 177 PARAMETERS 157 178 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); … … 190 211 *-------------------------------------------------------------------*# 191 212 Model reboilerReact 213 ATTRIBUTES 214 Pallete = true; 215 Icon = "Reboiler"; 216 Brief = "Model of a dynamic reboiler with reaction."; 217 Info = 218 "Assumptions: 219 * perfect mixing of both phases; 220 * thermodynamics equilibrium; 221 * no liquid entrainment in the vapour stream; 222 * the reaction takes place only in the liquid phase. 223 224 Specify: 225 * the kinetics variables; 226 * the inlet stream; 227 * the liquid inlet stream; 228 * the outlet flows: OutletV.F and OutletL.F; 229 * the heat supply. 230 231 Initial Conditions: 232 * the reboiler temperature (OutletL.T); 233 * the reboiler liquid level (Level); 234 * (NoComps - 1) OutletL (OR OutletV) compositions. 235 "; 236 192 237 PARAMETERS 193 238 outer PP as Plugin(Type="PP");
Note: See TracChangeset
for help on using the changeset viewer.