Changeset 68 for mso/sample/heat_exchangers/sampleNTU.mso
- Timestamp:
- Nov 27, 2006, 6:37:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/heat_exchangers/sampleNTU.mso
r45 r68 9 9 NComp as Integer; 10 10 11 DEVICES 11 12 12 13 DEVICES14 13 exchanger as HeatExchanger_NTU; 15 14 streamhot as streamTP; … … 20 19 PP.LiquidModel = "PR"; 21 20 PP.VapourModel = "PR"; 22 PP.Components = ["water","n-butane", "benzene", "n-octane" ]; 23 NComp = PP.NumberOfComponents; 24 exchanger.HE.FlowDirection = "Cocurrent"; 21 PP.Components = ["water","n-butane", "benzene", "n-octane" ]; 22 NComp = PP.NumberOfComponents; 23 24 exchanger.HE.FlowDirection = "Cocurrent"; 25 25 26 26 CONNECTIONS … … 32 32 33 33 exchanger.Details.U = 210*"W/(m^2*K)"; 34 exchanger.PressureDrop.Hot.Pdrop = 0. 1*"kPa";34 exchanger.PressureDrop.Hot.Pdrop = 0.2*"kPa"; 35 35 exchanger.PressureDrop.Cold.Pdrop = 0.2*"kPa"; 36 36 37 streamhot.F = 20 * "kmol/h"; 37 38 streamhot.T = 450 * "K"; 38 39 streamhot.P = 120 * "kPa"; 39 40 streamhot.z = [1,0,0,0]; 41 40 42 streamcold.F = 10 * "kmol/h"; 41 43 streamcold.P = 120 * "kPa"; 42 44 streamcold.T = 300 * "K"; 43 45 streamcold.z = [0,0.5, 0.1, 0.4]; 44 exchanger.Outlet.Cold.T = 340*"K"; 45 46 47 exchanger.Details.A = 20*"m^2"; 48 46 49 OPTIONS 47 mode = "steady"; 48 end 50 51 mode = "steady"; 52 53 end
Note: See TracChangeset
for help on using the changeset viewer.