Changeset 310 for trunk/eml/stage_separators/tank.mso
- Timestamp:
- Jul 13, 2007, 6:28:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/tank.mso
r300 r310 62 62 out Outlet as liquid_stream; 63 63 64 in Q as heat_rate(Brief="Rate of heat supply");64 in InletQ as energy_stream (Brief="Rate of heat supply"); 65 65 Level as length(Brief="Tank level"); 66 66 M(NComp) as mol (Brief="Molar Holdup in the tank"); … … 73 73 74 74 "Energy balance" 75 diff(E) = Inlet.F*Inlet.h - Outlet.F*Outlet.h + Q;75 diff(E) = Inlet.F*Inlet.h - Outlet.F*Outlet.h + InletQ.Q; 76 76 77 77 "Energy Holdup" … … 123 123 out Outlet as liquid_stream; 124 124 125 in Q as heat_rate(Brief="Rate of heat supply");125 in InletQ as energy_stream (Brief="Rate of heat supply"); 126 126 Level as length(Brief="Tank level"); 127 127 Across as area (Brief="Tank cross section area", Default=2); … … 135 135 136 136 "Energy balance" 137 diff(E) = Inlet.F*Inlet.h - Outlet.F*Outlet.h + Q;137 diff(E) = Inlet.F*Inlet.h - Outlet.F*Outlet.h + InletQ.Q; 138 138 139 139 "Energy Holdup" … … 187 187 out Outlet as liquid_stream; 188 188 189 in Q as heat_rate(Brief="Rate of heat supply");189 in InletQ as energy_stream (Brief="Rate of heat supply"); 190 190 Level as length(Brief="Tank level"); 191 191 M(NComp) as mol (Brief="Molar Holdup in the tank"); … … 198 198 199 199 "Energy balance" 200 diff(E) = Feed.F*Feed.h + Inlet.F*Inlet.h - Outlet.F*Outlet.h + Q;200 diff(E) = Feed.F*Feed.h + Inlet.F*Inlet.h - Outlet.F*Outlet.h + InletQ.Q; 201 201 202 202 "Energy Holdup"
Note: See TracChangeset
for help on using the changeset viewer.