Changeset 45 for mso/sample/heat_exchangers/MheaterTeste.mso
- Timestamp:
- Nov 7, 2006, 2:11:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/heat_exchangers/MheaterTeste.mso
r26 r45 29 29 streamcold2 as stream_therm; 30 30 31 PARAMETERS 32 33 PP as CalcObject (File="vrpp"); 34 NComp as Integer (Brief="Number Components"); 35 36 SET 37 38 PP.LiquidModel = "RK"; 39 PP.VapourModel = "RK"; 40 PP.Components = ["water","methanol","benzene"]; 41 NComp = PP.NumberOfComponents; 42 43 44 Mheater.HE.FlowDirection = "Cocurrent"; 45 Mheater.Ncold = 2; 46 Mheater.Nhot = 2; 47 31 48 CONNECTIONS 32 49 … … 36 53 streamcold2 to Mheater.Inlet.Cold(2); 37 54 38 PARAMETERS39 55 40 PP as CalcObject (File="vrpp.dll");41 HE as CalcObject (File="heatex.dll");42 NComp as Integer (Brief="Number Components");43 Ncold as Integer (Brief="Number of Inlet Cold Streams");44 Nhot as Integer (Brief="Number of Inlet Hot Streams");45 46 SET47 48 PP.LiquidModel = "RK";49 PP.VapourModel = "RK";50 PP.Components = ["water","methanol","benzene"];51 NComp = PP.NumberOfComponents;52 Nhot = 2;53 Ncold = 2;54 # HE.FlowDirection = "Cocurrent";55 HE.FlowDirection = "Counter";56 56 57 57 … … 104 104 OPTIONS 105 105 106 mode = "steady"; 107 relativeAccuracy = 1e-8; 106 mode = "steady"; 108 107 109 108 end
Note: See TracChangeset
for help on using the changeset viewer.