Ignore:
Timestamp:
Mar 24, 2008, 5:08:13 PM (16 years ago)
Author:
gerson bicca
Message:

updated

File:
1 edited

Legend:

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

    r239 r488  
    2323* $Id: sample_ShellandTubes.mso 100 2007-01-09 14:15:56Z bicca $
    2424*--------------------------------------------------------------------*#
    25 using "heat_exchangers/HeatExchangerSimplified";
     25using "heat_exchangers/Heatex";
    2626
    2727FlowSheet ShellandTubes_NTU
     
    3535DEVICES
    3636
    37         exchanger        as Shell_and_Tubes_NTU;
     37        exchanger        as Heatex_NTU;
    3838        streamhot        as source;
    3939        streamcold  as source;
     
    4545        NComp                           = PP.NumberOfComponents;
    4646
    47         exchanger.ShellType             = "Eshell";
     47        exchanger.ExchangerType         = "Shell and Tube";
    4848
    4949CONNECTIONS
     
    9191DEVICES
    9292
    93         exchanger        as Shell_and_Tubes_LMTD;
     93        exchanger        as Heatex_LMTD;
    9494        streamhot        as source;
    9595        streamcold  as source;
     
    102102
    103103        exchanger.LMTDcorrection = "Bowmann";
    104         exchanger.ShellType             = "Eshell";
     104        exchanger.ExchangerType         = "Shell and Tube";
    105105       
    106106
Note: See TracChangeset for help on using the changeset viewer.