Changeset 262 for trunk/eml/stage_separators/condenser.mso
- Timestamp:
- Jun 15, 2007, 7:21:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/condenser.mso
r243 r262 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 condenser17 *--------------------------------------------------------------------18 *19 * Streams:20 * * a vapour inlet stream21 * * a liquid outlet stream22 *23 * Assumptions:24 * * perfect mixing of both phases25 * * thermodynamics equilibrium26 *27 * Specify:28 * * the Inlet stream29 * * the Outlet flows30 *31 * Initial:32 * * the condenser temperature (OutletL.T)33 * * the condenser level (Ll)34 * * (NoComps - 1) Outlet compositions35 14 * 36 15 *---------------------------------------------------------------------- … … 42 21 43 22 Model condenser 23 ATTRIBUTES 24 Pallete = true; 25 Icon = "Condenser"; 26 Brief = "Model of a dynamic condenser."; 27 Info = 28 "Assumptions: 29 * perfect mixing of both phases; 30 * thermodynamics equilibrium. 31 32 Specify: 33 * the inlet stream; 34 * the outlet flows: OutletV.F and OutletL.F; 35 * the heat supply. 36 37 Initial Conditions: 38 * the condenser temperature (OutletL.T); 39 * the condenser liquid level (Level); 40 * (NoComps - 1) OutletL (OR OutletV) compositions. 41 "; 42 44 43 PARAMETERS 45 44 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); … … 108 107 *---------------------------------------------------------------------*# 109 108 Model condenserSteady 109 ATTRIBUTES 110 Pallete = true; 111 Icon = "CondenserSteady"; 112 Brief = "Model of a Steady State condenser with no thermodynamics equilibrium."; 113 Info = 114 "Assumptions: 115 * perfect mixing of both phases; 116 * no thermodynamics equilibrium. 117 118 Specify: 119 * the inlet stream; 120 * the pressure drop in the condenser; 121 * the heat supply. 122 "; 123 110 124 PARAMETERS 111 125 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); … … 134 148 *--------------------------------------------------------------------*# 135 149 Model condenserReact 150 ATTRIBUTES 151 Pallete = true; 152 Icon = "Condenser"; 153 Brief = "Model of a Condenser with reaction in liquid phase."; 154 Info = 155 "Assumptions: 156 * perfect mixing of both phases; 157 * thermodynamics equilibrium; 158 * the reaction only takes place in liquid phase. 159 160 Specify: 161 * the reaction related variables; 162 * the inlet stream; 163 * the outlet flows: OutletV.F and OutletL.F; 164 * the heat supply. 165 166 Initial Conditions: 167 * the condenser temperature (OutletL.T); 168 * the condenser liquid level (Level); 169 * (NoComps - 1) OutletL (OR OutletV) compositions. 170 "; 171 136 172 PARAMETERS 137 173 outer PP as Plugin(Type="PP");
Note: See TracChangeset
for help on using the changeset viewer.