Changeset 801


Ignore:
Timestamp:
Jul 20, 2009, 11:32:34 AM (14 years ago)
Author:
gerson bicca
Message:

control ports position of condenser

File:
1 edited

Legend:

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

    r794 r801  
    5151
    5252VARIABLES
    53         in      InletVapour     as stream                       (Brief="Vapour inlet stream", PosX=0.3431, PosY=0, Symbol="_{in}^{Vapour}");
    54         out     OutletLiquid    as liquid_stream        (Brief="Liquid outlet stream", PosX=0.34375, PosY=1, Symbol="_{out}^{Liquid}");
    55         in      InletQ                  as power                        (Brief="Heat Duty", PosX=1, PosY=0.5974, Symbol="Q_{in}",Protected=true);
    56 
    57         out     TI as control_signal    (Brief="Temperature  Indicator of Condenser", Protected = true, PosX=1, PosY=0.40);
    58         out     PI as control_signal    (Brief="Pressure  Indicator of Condenser", Protected = true, PosX=1, PosY=0.10);
     53        in      InletVapour     as stream                       (Brief="Vapour inlet stream", PosX=0.16, PosY=0, Symbol="_{in}^{Vapour}");
     54        out     OutletLiquid    as liquid_stream        (Brief="Liquid outlet stream", PosX=0.53, PosY=1, Symbol="_{out}^{Liquid}");
     55        in      InletQ                  as power                        (Brief="Heat Duty", PosX=1, PosY=0.08, Symbol="Q_{in}",Protected=true);
     56
     57        out     TI as control_signal    (Brief="Temperature  Indicator of Condenser", Protected = true, PosX=0.50, PosY=0);
     58        out     PI as control_signal    (Brief="Pressure  Indicator of Condenser", Protected = true, PosX=0.32, PosY=0);
    5959       
    6060EQUATIONS
Note: See TracChangeset for help on using the changeset viewer.