Ignore:
Timestamp:
Jul 28, 2007, 9:41:04 PM (16 years ago)
Author:
Argimiro Resende Secchi
Message:

Set icons positions for most devices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/stage_separators/tank.mso

    r313 r325  
    5959       
    6060        VARIABLES
    61 in      Inlet as stream;
    62 out     Outlet as liquid_stream;
    63 
    64 in      InletQ as energy_stream (Brief="Rate of heat supply");
     61in      Inlet  as stream (Brief = "Inlet stream", PosX=0.3037, PosY=0);
     62out     Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1);
     63in      InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7859);
    6564        Level    as length(Brief="Tank level");
    6665        M(NComp) as mol (Brief="Molar Holdup in the tank");
     
    120119       
    121120        VARIABLES
    122 in      Inlet as stream;
    123 out     Outlet as liquid_stream;
    124 
    125 in      InletQ as energy_stream (Brief="Rate of heat supply");
     121in      Inlet  as stream (Brief = "Inlet stream", PosX=0.1825, PosY=0);
     122out     Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1);
     123in      InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.6160);
    126124        Level    as length(Brief="Tank level");
    127125        Across as area (Brief="Tank cross section area", Default=2);
     
    176174        VARIABLES
    177175        Level as length(Brief="Tank level");
    178 in      Fin  as flow_vol(Brief="Input flow");
    179 out     Fout as flow_vol(Brief="Output flow");
     176in      Fin  as flow_vol(Brief="Input flow", PosX=0.3037, PosY=0);
     177out     Fout as flow_vol(Brief="Output flow", PosX=1, PosY=1);
    180178
    181179        EQUATIONS
     
    211209       
    212210        VARIABLES
    213 in      Feed as stream;
    214 in      Inlet as stream;
    215 out     Outlet as liquid_stream;
    216 
    217 in      InletQ as energy_stream (Brief="Rate of heat supply");
     211in      Feed as stream (Brief = "Feed stream", PosX=0.32, PosY=0);     
     212in      Inlet  as stream (Brief = "Inlet stream", PosX=0.3037, PosY=0);
     213out     Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1);
     214in      InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7859);
     215
    218216        Level    as length(Brief="Tank level");
    219217        M(NComp) as mol (Brief="Molar Holdup in the tank");
Note: See TracChangeset for help on using the changeset viewer.