- Timestamp:
- Jul 26, 2008, 6:11:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/costs/sample_HeatExchangerDetailed_cost.mso
r491 r581 111 111 # Hot Stream 112 112 #============================================ 113 streamhot_in. Outlet.F = 40 * 'mol/s';114 streamhot_in. Outlet.T = 373* 'K';115 streamhot_in. Outlet.z= [1] ;116 streamhot_in. Outlet.P = 740 * 'kPa';113 streamhot_in.F = 40 * 'mol/s'; 114 streamhot_in.T = 373* 'K'; 115 streamhot_in.Composition = [1] ; 116 streamhot_in.P = 740 * 'kPa'; 117 117 #============================================ 118 118 # Cold Stream 119 119 #============================================ 120 streamcold_in. Outlet.F = 75 * 'mol/s';121 streamcold_in. Outlet.T = 333 * 'K';122 streamcold_in. Outlet.z= [1];123 streamcold_in. Outlet.P = 2210*'kPa';120 streamcold_in.F = 75 * 'mol/s'; 121 streamcold_in.T = 333 * 'K'; 122 streamcold_in.Composition = [1]; 123 streamcold_in.P = 2210*'kPa'; 124 124 #===================================================================== 125 125 # Baffle Spacing … … 222 222 # Hot Stream 223 223 #============================================ 224 streamhot_in. Outlet.F = 40 * 'mol/s';225 streamhot_in. Outlet.T = 373* 'K';226 streamhot_in. Outlet.z= [1] ;227 streamhot_in. Outlet.P = 740 * 'kPa';224 streamhot_in.F = 40 * 'mol/s'; 225 streamhot_in.T = 373* 'K'; 226 streamhot_in.Composition = [1] ; 227 streamhot_in.P = 740 * 'kPa'; 228 228 #============================================ 229 229 # Cold Stream 230 230 #============================================ 231 streamcold_in. Outlet.F = 75 * 'mol/s';232 streamcold_in. Outlet.T = 333 * 'K';233 streamcold_in. Outlet.z= [1];234 streamcold_in. Outlet.P = 2210*'kPa';231 streamcold_in.F = 75 * 'mol/s'; 232 streamcold_in.T = 333 * 'K'; 233 streamcold_in.Composition = [1]; 234 streamcold_in.P = 2210*'kPa'; 235 235 #===================================================================== 236 236 # Baffle Spacing
Note: See TracChangeset
for help on using the changeset viewer.