Changeset 45 for mso/sample/heat_exchangers/sampleNTU.mso
- Timestamp:
- Nov 7, 2006, 2:11:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/heat_exchangers/sampleNTU.mso
r26 r45 6 6 PARAMETERS 7 7 8 PP as CalcObject (Brief="Physical Properties",File="vrpp"); 9 HE as CalcObject (Brief="Heat Exchangers Calculations",File="Heatex"); 8 PP as CalcObject (Brief="Physical Properties",File="vrpp"); 10 9 NComp as Integer; 11 10 11 12 13 DEVICES 14 exchanger as HeatExchanger_NTU; 15 streamhot as streamTP; 16 streamcold as streamTP; 17 12 18 SET 13 19 … … 16 22 PP.Components = ["water","n-butane", "benzene", "n-octane" ]; 17 23 NComp = PP.NumberOfComponents; 18 HE.FlowDirection = "Cocurrent"; 19 20 DEVICES 21 exchanger as HeatExchanger_NTU; 22 streamhot as streamTP; 23 streamcold as streamTP; 24 24 exchanger.HE.FlowDirection = "Cocurrent"; 25 25 26 CONNECTIONS 26 27 27 28 streamhot to exchanger.Inlet.Hot; 28 streamcold to exchanger.Inlet.Cold;29 streamcold to exchanger.Inlet.Cold; 29 30 30 31 SPECIFY … … 41 42 streamcold.T = 300 * "K"; 42 43 streamcold.z = [0,0.5, 0.1, 0.4]; 43 exchanger.Outlet.Cold.T = 3 50*"K";44 exchanger.Outlet.Cold.T = 340*"K"; 44 45 45 46 OPTIONS 46 mode 47 mode = "steady"; 47 48 end
Note: See TracChangeset
for help on using the changeset viewer.