Changeset 555 for branches/gui/eml/stage_separators/condenser.mso
- Timestamp:
- Jul 18, 2008, 4:01:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/condenser.mso
r353 r555 51 51 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4513, PosY=1, Symbol="_{outL}"); 52 52 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4723, PosY=0, Symbol="_{outV}"); 53 in InletQ as energy_stream(Brief="Cold supplied", PosX=1, PosY=0.6311, Symbol="_{in}");53 in InletQ as power (Brief="Cold supplied", PosX=1, PosY=0.6311, Symbol="_{in}"); 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 + InletQ .Q;70 - OutletV.F*OutletV.h + InletQ; 71 71 72 72 "Molar Holdup" … … 129 129 in InletV as stream(Brief="Vapour inlet stream", PosX=0.3431, PosY=0, Symbol="_{inV}"); 130 130 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.34375, PosY=1, Symbol="_{outL}"); 131 in InletQ as energy_stream(Brief="Cold supplied", PosX=1, PosY=0.5974, Symbol="_{in}");131 in InletQ as power (Brief="Cold supplied", PosX=1, PosY=0.5974, Symbol="_{in}"); 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 + InletQ .Q;140 InletV.F*InletV.h = OutletL.F*OutletL.h + InletQ; 141 141 142 142 "Pressure" … … 184 184 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4513, PosY=1, Symbol="_{outL}"); 185 185 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4723, PosY=0, Symbol="_{outV}"); 186 in InletQ as energy_stream(Brief="Cold supplied", PosX=1, PosY=0.6311, Symbol="_{in}");186 in InletQ as power (Brief="Cold supplied", PosX=1, PosY=0.6311, Symbol="_{in}"); 187 187 188 188 M(NComp) as mol (Brief="Molar Holdup in the tray"); … … 210 210 "Energy Balance" 211 211 diff(E) = InletV.F*InletV.h - OutletL.F*OutletL.h 212 - OutletV.F*OutletV.h + InletQ .Q+ Hr * r3 * ML*vL;212 - OutletV.F*OutletV.h + InletQ + Hr * r3 * ML*vL; 213 213 214 214 "Molar Holdup"
Note: See TracChangeset
for help on using the changeset viewer.