Changeset 581 for branches/gui/sample/heat_exchangers/sample_Detailed.mso
- Timestamp:
- Jul 26, 2008, 6:11:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/heat_exchangers/sample_Detailed.mso
r490 r581 100 100 # Hot Stream 101 101 #============================================ 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';102 streamhot_in.F = 40 * 'mol/s'; 103 streamhot_in.T = 373* 'K'; 104 streamhot_in.Composition = [1] ; 105 streamhot_in.P = 740 * 'kPa'; 106 106 #============================================ 107 107 # Cold Stream 108 108 #============================================ 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';109 streamcold_in.F = 75 * 'mol/s'; 110 streamcold_in.T = 333 * 'K'; 111 streamcold_in.Composition = [1]; 112 streamcold_in.P = 2210*'kPa'; 113 113 #===================================================================== 114 114 # Baffle Spacing … … 201 201 # Hot Stream 202 202 #============================================ 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';203 streamhot_in.F = 40 * 'mol/s'; 204 streamhot_in.T = 373* 'K'; 205 streamhot_in.Composition = [1] ; 206 streamhot_in.P = 740 * 'kPa'; 207 207 #============================================ 208 208 # Cold Stream 209 209 #============================================ 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';210 streamcold_in.F = 75 * 'mol/s'; 211 streamcold_in.T = 333 * 'K'; 212 streamcold_in.Composition = [1]; 213 streamcold_in.P = 2210*'kPa'; 214 214 #===================================================================== 215 215 # Baffle Spacing
Note: See TracChangeset
for help on using the changeset viewer.