Changeset 352 for trunk/eml/streams.mso


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

    r346 r352  
    156156
    157157        VARIABLES
    158         out Outlet                      as stream                       (Brief = "Outlet stream", PosX=1, PosY=0.5256);
     158        out Outlet                      as stream                       (Brief = "Outlet stream", PosX=1, PosY=0.5256, Symbol="_{out}");
    159159        x(NComp)                        as fraction                     (Brief = "Liquid Molar Fraction");
    160160        y(NComp)                        as fraction                     (Brief = "Vapour Molar Fraction");
     
    246246       
    247247        VARIABLES
    248         out Outlet                      as stream               (Brief = "Outlet stream", PosX=1, PosY=0.5256);
     248        out Outlet                      as stream               (Brief = "Outlet stream", PosX=1, PosY=0.5256, Symbol="_{out}");
    249249        x(NComp)                        as fraction             (Brief = "Liquid Molar Fraction");
    250250        y(NComp)                        as fraction             (Brief = "Vapour Molar Fraction");
     
    308308       
    309309        VARIABLES
    310         in Inlet                as stream               (Brief = "Inlet Stream", PosX=0, PosY=0.5308);
     310        in Inlet                as stream               (Brief = "Inlet Stream", PosX=0, PosY=0.5308, Symbol="_{in}");
    311311        v                               as fraction             (Brief = "Vapourization fraction");
    312312        x(NComp)                as fraction             (Brief = "Liquid Molar Fraction");
     
    369369       
    370370        VARIABLES
    371         in Inlet                as stream       (Brief = "Inlet Stream", PosX=0, PosY=0.5308);
     371        in Inlet                as stream       (Brief = "Inlet Stream", PosX=0, PosY=0.5308, Symbol="_{in}");
    372372end
    373373
     
    392392
    393393        VARIABLES
    394         out OutletQ             as energy_stream (Brief = "Outlet energy stream", PosX=1, PosY=0.5349);
    395 end
     394        out OutletQ             as energy_stream (Brief = "Outlet energy stream", PosX=1, PosY=0.5349, Symbol="_{out}");
     395end
Note: See TracChangeset for help on using the changeset viewer.