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/pressure_changers/valve.mso

    r305 r325  
    1818*-------------------------------------------------------------------*#
    1919
    20 using "pressure_changers/flux_machine_basic";
     20using "streams";
    2121       
    2222
    23 Model valve as flux_machine_basic_PH
     23Model valve
    2424        ATTRIBUTES
    2525        Pallete         = true;
     
    6262        vm              as vol_mol                      (Brief = "Mixture Molar Volume");       
    6363        x               as fraction             (Brief = "Opening");
     64in      Inlet   as stream                       (Brief = "Inlet stream", PosX=0, PosY=0.7365);
     65out     Outlet  as streamPH                     (Brief = "Outlet stream", PosX=1, PosY=0.7365);
    6466       
    6567        SET
     
    162164       
    163165        VARIABLES
    164 in      Inlet as stream;
    165 out     Outlet as streamPH;
     166in      Inlet   as stream       (Brief = "Inlet stream", PosX=0, PosY=0.7365);
     167out     Outlet  as streamPH     (Brief = "Outlet stream", PosX=1, PosY=0.7365);
    166168        x as fraction (Brief="Plug Position");
    167169        rho as dens_mass (Brief="Fluid Density", Default=1e3);
Note: See TracChangeset for help on using the changeset viewer.