Changeset 353 for trunk/eml/stage_separators/condenser.mso
- Timestamp:
- Aug 30, 2007, 1:12:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/condenser.mso
r352 r353 26 26 Brief = "Model of a dynamic condenser."; 27 27 Info = 28 "Assumptions: 29 30 31 32 Specify: 33 34 35 36 37 Initial Conditions: 38 39 40 41 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 42 43 43 PARAMETERS … … 112 112 Brief = "Model of a Steady State condenser with no thermodynamics equilibrium."; 113 113 Info = 114 "Assumptions: 115 116 117 118 Specify: 119 120 121 122 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 123 124 124 PARAMETERS … … 153 153 Brief = "Model of a Condenser with reaction in liquid phase."; 154 154 Info = 155 "Assumptions: 156 157 158 159 160 Specify: 161 162 163 164 165 166 Initial Conditions: 167 168 169 170 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 171 172 172 PARAMETERS
Note: See TracChangeset
for help on using the changeset viewer.