Changeset 45 for mso/sample/heat_exchangers/Mheater_project.mso
- Timestamp:
- Nov 7, 2006, 2:11:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/heat_exchangers/Mheater_project.mso
r1 r45 38 38 PARAMETERS 39 39 40 PP as CalcObject (File="vrpp .dll");41 HE as CalcObject (File="heatex.dll");40 PP as CalcObject (File="vrpp"); 41 # HE as CalcObject (File="heatex"); 42 42 NComp as Integer (Brief="Number Components"); 43 43 Ncold as Integer (Brief="Number of Inlet Cold Streams"); … … 50 50 PP.Components = ["water","methanol","benzene"]; 51 51 NComp = PP.NumberOfComponents; 52 Nhot = 2;53 Ncold = 2;54 HE.FlowDirection = "Cocurrent";52 Mheater.Nhot = 2; 53 Mheater.Ncold = 2; 54 Mheater.HE.FlowDirection = "Cocurrent"; 55 55 # HE.FlowDirection = "Counter"; 56 56 … … 105 105 106 106 mode = "steady"; 107 outputLevel = "all";108 107 relativeAccuracy = 1e-8; 109 108
Note: See TracChangeset
for help on using the changeset viewer.