Ignore:
Timestamp:
Jul 19, 2007, 3:38:25 PM (16 years ago)
Author:
gerson bicca
Message:

updated samples with heater and cooler model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/heat_exchangers/Sample_Heater.mso

    r316 r320  
    3232        Heater                  as heater;
    3333        streamcold      as simple_source;
    34         Qin                             as energy_source;
     34        Heat                            as energy_source;
    3535       
    3636CONNECTIONS
    3737
    3838        streamcold.Outlet       to Heater.Inlet(1);
    39         Qin.OutletQ                             to Heater.InletHeat;
     39        Heat.OutletQ                            to Heater.InletHeat;
    4040       
    4141       
     
    6060        Heater.Outlet.T                 = 360*'K';
    6161        Heater.Outlet.P                 = 0.999* 'atm';
    62         Heater.InletHeat.Q      = 10* 'kW';
     62        Heat.OutletQ.Q                          = 10* 'kW';
    6363       
    6464OPTIONS
     
    7272        Cooler                  as heater;
    7373        streamhot       as simple_source;
    74         Qin                             as energy_source;
     74        Heat                            as energy_source;
    7575       
    7676CONNECTIONS
    7777
    7878        streamhot.Outlet        to Cooler.Inlet(1);
    79         Qin.OutletQ                     to Cooler.InletHeat;
     79        Heat.OutletQ                    to Cooler.InletHeat;
    8080       
    8181       
     
    100100        Cooler.Outlet.T                 = 300*'K';
    101101        Cooler.Outlet.P                 = 0.999* 'atm';
    102         Cooler.InletHeat.Q      = 0* 'J/s';
     102        Heat.OutletQ.Q                          = 0* 'J/s';
    103103       
    104104OPTIONS
     
    115115        streamcold2     as simple_source;
    116116        streamcold3     as simple_source;
    117         Qin                                     as energy_source;
     117        Heat                                    as energy_source;
    118118       
    119119CONNECTIONS
     
    122122        streamcold2.Outlet      to Heater1.Inlet(2);
    123123        streamcold3.Outlet      to Heater1.Inlet(3);
    124         Qin.OutletQ                             to Heater1.InletHeat;
     124        Heat.OutletQ                            to Heater1.InletHeat;
    125125        Heater1.OutletHeat      to Heater2.InletHeat;
    126126        Heater1.Outlet                  to Heater2.Inlet(1);
     
    158158        Heater1.Outlet.T                        = 353*'K';
    159159        Heater1.Outlet.P                = 0.999* 'atm';
    160         Heater1.InletHeat.Q     = 0* 'J/s';
     160        Heat.OutletQ.Q                          = 0* 'J/s';
    161161       
    162162        Heater2.Outlet.P        = 0.999* 'atm';
Note: See TracChangeset for help on using the changeset viewer.