Changeset 729


Ignore:
Timestamp:
Feb 25, 2009, 9:58:53 PM (15 years ago)
Author:
gerson bicca
Message:

updated

Location:
branches/gui
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/eml/stage_separators/column.mso

    r727 r729  
    12241224        ConnectorSplitterTop.z = LiquidDistillate.z;
    12251225
     1226        VapourDrawOff.F*VapSideTrayIndex= TRAYS.VapourSideStream.F;
     1227        VapourDrawOff.T = TRAYS(VapourSideStreamLocation).VapourSideStream.T;
     1228        VapourDrawOff.P = TRAYS(VapourSideStreamLocation).VapourSideStream.P;
     1229        VapourDrawOff.z = TRAYS(VapourSideStreamLocation).VapourSideStream.z;
     1230
     1231        LiquidDrawOff.F*LiqSideTrayIndex= TRAYS.LiquidSideStream.F;
     1232        LiquidDrawOff.T = TRAYS(LiquidSideStreamLocation).LiquidSideStream.T;
     1233        LiquidDrawOff.P = TRAYS(LiquidSideStreamLocation).LiquidSideStream.P;
     1234        LiquidDrawOff.z = TRAYS(LiquidSideStreamLocation).LiquidSideStream.z;
     1235
     1236        VapourDrawOffFlow = VapourDrawOff.F;
     1237        LiquidDrawOffFlow = LiquidDrawOff.F;
     1238       
    12261239switch CondenserVapourFlow
    12271240
Note: See TracChangeset for help on using the changeset viewer.