Changeset 881
- Timestamp:
- Nov 11, 2009, 11:52:15 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/condenser.mso
r880 r881 472 472 T_sub as temperature (Brief="Condensate temperature (subcooled)", Symbol = "T_{sub}"); 473 473 SubcoolingDegree as temp_delta (Brief="Subcooling Degree", Symbol = "\Delta _{sub}"); 474 CondenserDuty as power (Brief="Calculated condenser duty for desired subcooling", Symbol = "Q_{cond}"); 474 475 475 476 out TI as control_signal (Brief="Temperature Indicator of Condenser", Protected = true, PosX=0.50, PosY=0); … … 486 487 #"Energy Balance" 487 488 #InletVapour.F*InletVapour.h + InletQ = OutletLiquid.F*OutletLiquid.h; 488 #InletVapour.F*InletVapour.h = OutletLiquid.F*OutletLiquid.h;489 489 490 490 "Pressure Drop" … … 500 500 OutletLiquid.h = PP.LiquidEnthalpy(OutletLiquid.T, OutletLiquid.P, OutletLiquid.z); 501 501 502 "Condenser Duty" 503 CondenserDuty = OutletLiquid.F*OutletLiquid.h - InletVapour.F*InletVapour.h; 504 502 505 "Vapourisation Fraction" 503 506 OutletLiquid.v = 0;
Note: See TracChangeset
for help on using the changeset viewer.