Changeset 310 for trunk/eml/stage_separators/condenser.mso
- Timestamp:
- Jul 13, 2007, 6:28:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/condenser.mso
r300 r310 51 51 out OutletL as liquid_stream(Brief="Liquid outlet stream"); 52 52 out OutletV as vapour_stream(Brief="Vapour outlet stream"); 53 in Q as heat_rate(Brief="Heat supplied");53 in InletQ as energy_stream (Brief="Heat supplied"); 54 54 55 55 M(NComp) as mol (Brief="Molar Holdup in the tray"); … … 68 68 "Energy Balance" 69 69 diff(E) = InletV.F*InletV.h - OutletL.F*OutletL.h 70 - OutletV.F*OutletV.h + Q;70 - OutletV.F*OutletV.h + InletQ.Q; 71 71 72 72 "Molar Holdup" … … 129 129 in InletV as stream(Brief="Vapour inlet stream"); 130 130 out OutletL as liquid_stream(Brief="Liquid outlet stream"); 131 in Q as heat_rate(Brief="Heat supplied");131 in InletQ as energy_stream (Brief="Heat supplied"); 132 132 DP as press_delta (Brief="Pressure Drop in the condenser"); 133 133 … … 138 138 139 139 "Energy Balance" 140 InletV.F*InletV.h = OutletL.F*OutletL.h + Q;140 InletV.F*InletV.h = OutletL.F*OutletL.h + InletQ.Q; 141 141 142 142 "Pressure" … … 184 184 out OutletL as liquid_stream(Brief="Liquid outlet stream"); 185 185 out OutletV as vapour_stream(Brief="Vapour outlet stream"); 186 in InletQ as energy_stream (Brief="Heat supplied"); 186 187 187 188 M(NComp) as mol (Brief="Molar Holdup in the tray"); … … 192 193 vV as volume_mol (Brief="Vapour Molar volume"); 193 194 Level as length (Brief="Level of liquid phase"); 194 Q as heat_rate (Brief="Heat supplied");195 195 Vol as volume; 196 196 r3 as reaction_mol (Brief = "Reaction resulting ethyl acetate", DisplayUnit = 'mol/l/s'); … … 210 210 "Energy Balance" 211 211 diff(E) = InletV.F*InletV.h - OutletL.F*OutletL.h 212 - OutletV.F*OutletV.h + Q + Hr * r3 * ML*vL;212 - OutletV.F*OutletV.h + InletQ.Q + Hr * r3 * ML*vL; 213 213 214 214 "Molar Holdup"
Note: See TracChangeset
for help on using the changeset viewer.