Changeset 299


Ignore:
Timestamp:
Jul 4, 2007, 5:02:35 PM (16 years ago)
Author:
Rafael de Pelegrini Soares
Message:

Updated template with a energy source

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/streams.mso

    r298 r299  
    277277       
    278278end
     279
     280
     281Model energy_source
     282        ATTRIBUTES
     283        Icon = "Source";
     284        Brief = "Enegry stream source";
     285
     286        VARIABLES
     287        out Outlet                      as heat_rate;
     288end
  • trunk/template/flowsheet.mso

    r219 r299  
    4545        STR101   as source;
    4646        FLASH101 as flash;
    47         Q101     as heat_rate;
     47        Q101     as energy_source;
    4848
    4949        #*
     
    5353        CONNECTIONS
    5454        STR101.Outlet     to   FLASH101.Inlet;
    55         Q101              to   FLASH101.Q;
     55        Q101.Outlet       to   FLASH101.Q;
    5656
    5757        #*
     
    7474        SET
    7575        FLASH101.V = 2000 * 'm^3';
    76         FLASH101.Across = 1 * 'm^2';     
     76        FLASH101.orientation = "vertical";
     77        FLASH101.diameter = 1 * 'm';
    7778         
    7879        #*
Note: See TracChangeset for help on using the changeset viewer.