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

    r213 r310  
    3838
    3939        VARIABLES
    40         Q       as heat_rate (Brief="Heat supplied");
     40        Q       as energy_source (Brief="Heat supplied");
    4141       
    4242        SET
     
    5151        s1.Outlet to c1.InletV;
    5252        c1.OutletL to sp.Inlet;
    53         Q to c1.Q;
     53        Q.Outlet to c1.InletQ;
    5454       
    5555        SPECIFY
     
    6363        c1.OutletL.F = 153 * 'kmol/h';
    6464
    65         Q = -3.71e6 * 'kJ/h';
     65        Q.Outlet.Q = -3.71e6 * 'kJ/h';
    6666
    6767        SET
     
    9090
    9191        VARIABLES
    92         Q       as heat_rate (Brief="Heat supplied");
     92        Q       as energy_source (Brief="Heat supplied");
    9393       
    9494        SET
     
    101101        CONNECTIONS
    102102        s1.Outlet to c1.InletV;
    103         Q to c1.Q;
     103        Q.Outlet to c1.InletQ;
    104104       
    105105        SPECIFY
     
    109109        s1.Outlet.z = [0.664, 0.336];
    110110
    111         Q = 3.71e6 * 'kJ/h';
     111        Q.Outlet.Q = 3.71e6 * 'kJ/h';
    112112        c1.DP = 100 * 'kPa';
    113113
Note: See TracChangeset for help on using the changeset viewer.