Ignore:
Timestamp:
Jul 13, 2007, 6:28:33 PM (16 years ago)
Author:
Argimiro Resende Secchi
Message:

Creating energy_stream and set its use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/stage_separators/sample_flash.mso

    r247 r310  
    3838
    3939        VARIABLES
    40         Q       as heat_rate (Brief="Heat supplied");
     40        Q       as energy_source (Brief="Heat supplied");
    4141       
    4242        SET
     
    4949        CONNECTIONS
    5050        s1.Outlet to fl.Inlet;
    51         Q to fl.Q;
     51        Q.Outlet to fl.InletQ;
    5252       
    5353        EQUATIONS
     
    6262
    6363        fl.OutletV.F = 68.5 * 'kmol/h';
    64         Q = 0 * 'kJ/h';
     64        Q.Outlet.Q = 0 * 'kJ/h';
    6565       
    6666        SET
     
    100100
    101101        VARIABLES
    102         Q       as heat_rate (Brief="Heat supplied");
     102        Q       as energy_source (Brief="Heat supplied");
    103103       
    104104        SET
     
    111111        CONNECTIONS
    112112        s1.Outlet to fl.Inlet;
    113         Q to fl.Q;
     113        Q.Outlet to fl.InletQ;
    114114       
    115115        SPECIFY
     
    122122        fl.OutletL.P = 2.5 * 'atm';
    123123
    124         #Q = 0 * 'kJ/h';
     124        #Q.Outlet = 0 * 'kJ/h';
    125125        fl.OutletL.T = 315.06 * 'K';
    126126       
Note: See TracChangeset for help on using the changeset viewer.