Changeset 580 for branches/gui/eml/stage_separators/batch_dist.mso
- Timestamp:
- Jul 26, 2008, 4:34:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/batch_dist.mso
r353 r580 51 51 in InletL as stream (Brief="Liquid inlet stream", PosX=0.5, PosY=0.1984, Symbol="_{inL}"); # FIXME 52 52 out OutletV as vapour_stream (Brief="Vapour outlet stream", PosX=1, PosY=0.1984, Symbol="_{outV}"); 53 in InletQ as energy_stream(Brief="Heat supplied", PosX=1, PosY=0.9578, Symbol="_{in}");53 in InletQ as power (Brief="Heat supplied", PosX=1, PosY=0.9578, Symbol="_{in}"); 54 54 55 55 M(NComp) as mol (Brief="Molar Holdup in the distillator"); … … 71 71 72 72 "Energy Balance" 73 diff(E) = Inlet.F*Inlet.h + InletL.F*InletL.h - OutletV.F*OutletV.h + InletQ .Q;73 diff(E) = Inlet.F*Inlet.h + InletL.F*InletL.h - OutletV.F*OutletV.h + InletQ; 74 74 75 75 "Molar Holdup"
Note: See TracChangeset
for help on using the changeset viewer.