Ignore:
Timestamp:
Aug 30, 2007, 2:39:11 AM (16 years ago)
Author:
Argimiro Resende Secchi
Message:

Adding more symbol for latex.

File:
1 edited

Legend:

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

    r325 r352  
    5959       
    6060        VARIABLES
    61 in      Inlet  as stream (Brief = "Inlet stream", PosX=0.3037, PosY=0);
    62 out     Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1);
    63 in      InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7859);
     61in      Inlet  as stream (Brief = "Inlet stream", PosX=0.3037, PosY=0, Symbol="_{in}");
     62out     Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1, Symbol="_{out}");
     63in      InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7859, Symbol="_{in}");
    6464        Level    as length(Brief="Tank level");
    6565        M(NComp) as mol (Brief="Molar Holdup in the tank");
     
    119119       
    120120        VARIABLES
    121 in      Inlet  as stream (Brief = "Inlet stream", PosX=0.1825, PosY=0);
    122 out     Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1);
    123 in      InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.6160);
     121in      Inlet  as stream (Brief = "Inlet stream", PosX=0.1825, PosY=0, Symbol="_{in}");
     122out     Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1, Symbol="_{out}");
     123in      InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.6160, Symbol="_{in}");
    124124        Level    as length(Brief="Tank level");
    125125        Across as area (Brief="Tank cross section area", Default=2);
     
    209209       
    210210        VARIABLES
    211 in      Feed as stream (Brief = "Feed stream", PosX=0.32, PosY=0);     
    212 in      Inlet  as stream (Brief = "Inlet stream", PosX=0.3037, PosY=0);
    213 out     Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1);
    214 in      InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7859);
     211in      Feed as stream (Brief = "Feed stream", PosX=0.32, PosY=0, Symbol="_{feed}");   
     212in      Inlet  as stream (Brief = "Inlet stream", PosX=0.3037, PosY=0, Symbol="_{in}");
     213out     Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1, Symbol="_{out}");
     214in      InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7859, Symbol="_{in}");
    215215
    216216        Level    as length(Brief="Tank level");
Note: See TracChangeset for help on using the changeset viewer.