Changeset 581 for branches/gui/sample/heat_exchangers/Sample_hairpin.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_hairpin.mso
r484 r581 38 38 InletHot as simple_source; 39 39 InletCold as simple_source; 40 OutletHot as si nk;41 OutletCold as si nk;40 OutletHot as simple_sink; 41 OutletCold as simple_sink; 42 42 43 43 … … 86 86 # Hot Stream 87 87 #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 88 InletHot. Outlet.F = 10 * 'kmol/h';89 InletHot. Outlet.T = (68+273.15) * 'K';90 InletHot. Outlet.P = 5.4 * 'bar';91 InletHot. Outlet.z= [1,0];88 InletHot.F = 10 * 'kmol/h'; 89 InletHot.T = (68+273.15) * 'K'; 90 InletHot.P = 5.4 * 'bar'; 91 InletHot.MolarComposition = [1,0]; 92 92 93 93 #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 94 94 # Cold Stream 95 95 #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 96 InletCold. Outlet.F = 5 * 'kmol/h';97 InletCold. Outlet.P = 5.1 * 'bar';98 InletCold. Outlet.T = (23+273.15) * 'K';99 InletCold. Outlet.z= [0,1];96 InletCold.F = 5 * 'kmol/h'; 97 InletCold.P = 5.1 * 'bar'; 98 InletCold.T = (23+273.15) * 'K'; 99 InletCold.MolarComposition = [0,1]; 100 100 101 101 OPTIONS … … 119 119 InletHot as simple_source; 120 120 InletCold as simple_source; 121 OutletHot as si nk;122 OutletCold as si nk;121 OutletHot as simple_sink; 122 OutletCold as simple_sink; 123 123 124 124 … … 169 169 # Hot Stream 170 170 #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 171 InletHot. Outlet.F = 10 * 'kmol/h';172 InletHot. Outlet.T = (68+273.15) * 'K';173 InletHot. Outlet.P = 5.4 * 'bar';174 InletHot. Outlet.z= [1,0];171 InletHot.F = 10 * 'kmol/h'; 172 InletHot.T = (68+273.15) * 'K'; 173 InletHot.P = 5.4 * 'bar'; 174 InletHot.MolarComposition = [1,0]; 175 175 176 176 #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 177 177 # Cold Stream 178 178 #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 179 InletCold. Outlet.F = 5 * 'kmol/h';180 InletCold. Outlet.P = 5.1 * 'bar';181 InletCold. Outlet.T = (23+273.15) * 'K';182 InletCold. Outlet.z= [0,1];179 InletCold.F = 5 * 'kmol/h'; 180 InletCold.P = 5.1 * 'bar'; 181 InletCold.T = (23+273.15) * 'K'; 182 InletCold.MolarComposition = [0,1]; 183 183 184 184 OPTIONS
Note: See TracChangeset
for help on using the changeset viewer.