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_reboiler.mso

    r247 r310  
    3636
    3737        VARIABLES
    38         Q       as heat_rate (Brief="Heat supplied");
     38        Q       as energy_source (Brief="Heat supplied");
    3939
    4040        SET
     
    4949        feed to r1.Inlet;
    5050        s1.Outlet to r1.InletL;
    51         Q to r1.Q;
     51        Q.Outlet to r1.InletQ;
    5252       
    5353        SPECIFY
     
    6767        r1.OutletV.F = 111.6 * 'kmol/h';
    6868
    69         Q = 3.7743e6 * 'kJ/h';
     69        Q.Outlet.Q = 3.7743e6 * 'kJ/h';
    7070
    7171        SET
     
    9595
    9696        VARIABLES
    97         Q       as heat_rate (Brief="Heat supplied");
     97        Q       as energy_source (Brief="Heat supplied");
    9898
    9999        SET
     
    106106        CONNECTIONS
    107107        s1.Outlet to r1.InletL;
    108         Q to r1.Q;
     108        Q.Outlet to r1.InletQ;
    109109       
    110110        SPECIFY
     
    114114        s1.Outlet.z = [0.006061, 0.9939];
    115115       
    116 #       Q = 3.7743e6 * 'kJ/h';
     116#       Q.Outlet.Q = 3.7743e6 * 'kJ/h';
    117117        r1.OutletV.T = 350 * 'K';
    118118
Note: See TracChangeset for help on using the changeset viewer.