Changeset 225
- Timestamp:
- Mar 20, 2007, 6:12:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/heat_exchangers/sample_Detailed.mso
r224 r225 31 31 exchanger as ShellandTubes_NTU; 32 32 33 streamhot_in as liquid_stream;34 streamcold_in as liquid_stream;33 streamhot_in as source; 34 streamcold_in as source; 35 35 36 36 CONNECTIONS 37 37 38 streamhot_in 39 streamcold_in to exchanger.InletTube;38 streamhot_in.Outlet to exchanger.InletShell; 39 streamcold_in.Outlet to exchanger.InletTube; 40 40 41 41 PARAMETERS … … 100 100 # Hot Stream 101 101 #============================================ 102 streamhot_in. F = 40 * 'mol/s';103 streamhot_in. T = 373* 'K';104 streamhot_in. z = [1] ;105 streamhot_in. P = 740 * 'kPa';102 streamhot_in.Outlet.F = 40 * 'mol/s'; 103 streamhot_in.Outlet.T = 373* 'K'; 104 streamhot_in.Outlet.z = [1] ; 105 streamhot_in.Outlet.P = 740 * 'kPa'; 106 106 #============================================ 107 107 # Cold Stream 108 108 #============================================ 109 streamcold_in. F = 75 * 'mol/s';110 streamcold_in. T = 333 * 'K';111 streamcold_in. z = [1];112 streamcold_in. P = 2210*'kPa';109 streamcold_in.Outlet.F = 75 * 'mol/s'; 110 streamcold_in.Outlet.T = 333 * 'K'; 111 streamcold_in.Outlet.z = [1]; 112 streamcold_in.Outlet.P = 2210*'kPa'; 113 113 #===================================================================== 114 114 # Baffle Spacing … … 130 130 exchanger as ShellandTubes_LMTD; 131 131 132 streamhot_in as liquid_stream;133 streamcold_in as liquid_stream;132 streamhot_in as source; 133 streamcold_in as source; 134 134 135 135 CONNECTIONS 136 136 137 streamhot_in 138 streamcold_in to exchanger.InletTube;137 streamhot_in.Outlet to exchanger.InletShell; 138 streamcold_in.Outlet to exchanger.InletTube; 139 139 140 140 PARAMETERS … … 201 201 # Hot Stream 202 202 #============================================ 203 streamhot_in. F = 40 * 'mol/s';204 streamhot_in. T = 373* 'K';205 streamhot_in. z = [1] ;206 streamhot_in. P = 740 * 'kPa';203 streamhot_in.Outlet.F = 40 * 'mol/s'; 204 streamhot_in.Outlet.T = 373* 'K'; 205 streamhot_in.Outlet.z = [1] ; 206 streamhot_in.Outlet.P = 740 * 'kPa'; 207 207 #============================================ 208 208 # Cold Stream 209 209 #============================================ 210 streamcold_in. F = 75 * 'mol/s';211 streamcold_in. T = 333 * 'K';212 streamcold_in. z = [1];213 streamcold_in. P = 2210*'kPa';210 streamcold_in.Outlet.F = 75 * 'mol/s'; 211 streamcold_in.Outlet.T = 333 * 'K'; 212 streamcold_in.Outlet.z = [1]; 213 streamcold_in.Outlet.P = 2210*'kPa'; 214 214 #===================================================================== 215 215 # Baffle Spacing
Note: See TracChangeset
for help on using the changeset viewer.