Changeset 827
- Timestamp:
- Aug 12, 2009, 5:27:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/condenser.mso
r821 r827 71 71 72 72 rho as dens_mass (Brief ="Inlet Vapour Mass Density",Hidden=true, Symbol ="\rho"); 73 Tbubble as temperature (Brief ="Bubble Temperature",Protected=true, Symbol ="T_{bubble}"); 73 74 74 75 out TI as control_signal (Brief="Temperature Indicator of Condenser", Protected = true, PosX=0.50, PosY=0); … … 98 99 99 100 "Energy Balance" 100 InletVapour.F*InletVapour.h = OutletLiquid.F*OutletLiquid.h + InletQ;101 InletVapour.F*InletVapour.h + InletQ = OutletLiquid.F*OutletLiquid.h; 101 102 102 103 "Inlet Vapour Density" … … 105 106 "Pressure Drop" 106 107 OutletLiquid.P = InletVapour.P - Pdrop; 108 109 "Bubble Temperature" 110 Tbubble = PP.BubbleT(OutletLiquid.P,OutletLiquid.z); 111 112 "Temperature" 113 OutletLiquid.T = Tbubble; 107 114 108 115 "Temperature indicator"
Note: See TracChangeset
for help on using the changeset viewer.