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/reboiler.mso

    r310 r325  
    5656
    5757        VARIABLES
    58 in      Inlet as stream(Brief="Feed Stream");
    59 in      InletL as stream(Brief="Liquid inlet stream");
    60 out     OutletL as liquid_stream(Brief="Liquid outlet stream");
    61 out     OutletV as vapour_stream(Brief="Vapour outlet stream");
    62 in      InletQ as energy_stream (Brief="Heat supplied");
     58in      Inlet as stream(Brief="Feed Stream", PosX=0.8127, PosY=0);
     59in      InletL as stream(Brief="Liquid inlet stream", PosX=0, PosY=0.5254);
     60out     OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.2413, PosY=1);
     61out     OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.5079, PosY=0);
     62in      InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6123);
    6363
    6464        M(NComp) as mol (Brief="Molar Holdup in the tray");
     
    141141
    142142        VARIABLES
    143 in      InletL as stream(Brief="Liquid inlet stream");
    144 out     OutletV as vapour_stream(Brief="Vapour outlet stream");
    145 in      InletQ as energy_stream (Brief="Heat supplied");
     143in      InletL as stream(Brief="Liquid inlet stream", PosX=0.3345, PosY=1);
     144out     OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.3369, PosY=0);
     145in      InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6111);
    146146        vV as volume_mol (Brief="Vapour Molar volume");
    147147        rhoV as dens_mass (Brief="Vapour Density");
     
    188188       
    189189        VARIABLES
    190 in      InletL as stream(Brief="Liquid inlet stream");
    191 out     OutletV as stream(Brief="Vapour outlet stream");
    192 in      InletQ as energy_stream (Brief="Heat supplied");
     190in      InletL as stream(Brief="Liquid inlet stream", PosX=0.3345, PosY=1);
     191out     OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.3369, PosY=0);
     192in      InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6111);
    193193
    194194        EQUATIONS
     
    252252
    253253        VARIABLES
    254 in      Inlet as stream(Brief="Feed Stream");
    255 in      InletL as stream(Brief="Liquid inlet stream");
    256 out     OutletL as liquid_stream(Brief="Liquid outlet stream");
    257 out     OutletV as vapour_stream(Brief="Vapour outlet stream");
    258 
    259 in      InletQ as energy_stream (Brief="Heat supplied");
     254in      Inlet as stream(Brief="Feed Stream", PosX=0.8127, PosY=0);
     255in      InletL as stream(Brief="Liquid inlet stream", PosX=0, PosY=0.5254);
     256out     OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.2413, PosY=1);
     257out     OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.5079, PosY=0);
     258in      InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6123);
     259
    260260        M(NComp) as mol (Brief="Molar Holdup in the tray");
    261261        ML as mol (Brief="Molar liquid holdup");
Note: See TracChangeset for help on using the changeset viewer.