Changeset 488 for trunk/sample/heat_exchangers/sample_ShellandTubes.mso
- Timestamp:
- Mar 24, 2008, 5:08:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/heat_exchangers/sample_ShellandTubes.mso
r239 r488 23 23 * $Id: sample_ShellandTubes.mso 100 2007-01-09 14:15:56Z bicca $ 24 24 *--------------------------------------------------------------------*# 25 using "heat_exchangers/Heat ExchangerSimplified";25 using "heat_exchangers/Heatex"; 26 26 27 27 FlowSheet ShellandTubes_NTU … … 35 35 DEVICES 36 36 37 exchanger as Shell_and_Tubes_NTU;37 exchanger as Heatex_NTU; 38 38 streamhot as source; 39 39 streamcold as source; … … 45 45 NComp = PP.NumberOfComponents; 46 46 47 exchanger. ShellType = "Eshell";47 exchanger.ExchangerType = "Shell and Tube"; 48 48 49 49 CONNECTIONS … … 91 91 DEVICES 92 92 93 exchanger as Shell_and_Tubes_LMTD;93 exchanger as Heatex_LMTD; 94 94 streamhot as source; 95 95 streamcold as source; … … 102 102 103 103 exchanger.LMTDcorrection = "Bowmann"; 104 exchanger. ShellType = "Eshell";104 exchanger.ExchangerType = "Shell and Tube"; 105 105 106 106
Note: See TracChangeset
for help on using the changeset viewer.