- Timestamp:
- Jul 26, 2008, 6:11:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/heat_exchangers/Sample_DoublePipe_series.mso
r526 r581 41 41 InletHot as simple_source; 42 42 InletCold as simple_source; 43 OutletHot as si nk;44 OutletCold as si nk;43 OutletHot as simple_sink; 44 OutletCold as simple_sink; 45 45 46 46 … … 71 71 exchanger1.Eftestimated = 0.64; 72 72 73 exchanger2.CalculationApproach = " Full";73 exchanger2.CalculationApproach = "Simplified"; 74 74 exchanger2.Qestimated = 40*'kW'; 75 75 76 exchanger3.CalculationApproach = " Full";76 exchanger3.CalculationApproach = "Simplified"; 77 77 exchanger3.Qestimated = 30*'kW'; 78 78 exchanger3.Eftestimated = 0.4; … … 135 135 # Hot Stream 136 136 #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 137 InletHot. Outlet.F = 51 * 'kmol/h';138 InletHot. Outlet.T = (90+273.15) * 'K';139 InletHot. Outlet.P = 2 * 'atm';140 InletHot. Outlet.z= [1,0];137 InletHot.F = 51 * 'kmol/h'; 138 InletHot.T = (90+273.15) * 'K'; 139 InletHot.P = 2 * 'atm'; 140 InletHot.MolarComposition = [1,0]; 141 141 142 142 #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 143 143 # Cold Stream 144 144 #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 145 InletCold. Outlet.F = 251 * 'kmol/h';146 InletCold. Outlet.P = 2 * 'atm';147 InletCold. Outlet.T = (33+273.15) * 'K';148 InletCold. Outlet.z= [0,1];145 InletCold.F = 251 * 'kmol/h'; 146 InletCold.P = 2 * 'atm'; 147 InletCold.T = (33+273.15) * 'K'; 148 InletCold.MolarComposition = [0,1]; 149 149 150 150 OPTIONS
Note: See TracChangeset
for help on using the changeset viewer.