Ignore:
Timestamp:
Jul 13, 2007, 9:34:39 PM (16 years ago)
Author:
Argimiro Resende Secchi
Message:

Update models to new energy_stream.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/controllers/Sample_flash_pid.mso

    r294 r312  
    5252        L_ad as Real;
    5353        P_ad as Real;
    54         Q       as heat_rate (Brief="Heat supplied");
     54        Q       as energy_source (Brief="Heat supplied");
    5555       
    5656        DEVICES
     
    8686        CONNECTIONS
    8787        s1.Outlet to fl.Inlet;
    88         Q to fl.Q;
     88        Q.Outlet to fl.InletQ;
    8989       
    9090        SPECIFY
    9191
    92         Q = 1026.32 * 'kJ/s';
     92        Q.Outlet.Q = 1026.32 * 'kJ/s';
    9393
    9494        #Parâmetros do controlador de nível
Note: See TracChangeset for help on using the changeset viewer.