Changeset 45 for mso/sample/heat_exchangers/Sample_Simplified.mso
- Timestamp:
- Nov 7, 2006, 2:11:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/heat_exchangers/Sample_Simplified.mso
r7 r45 16 16 PARAMETERS 17 17 PP as CalcObject (File="vrpp"); 18 HE as CalcObject (File="Heatex");19 18 NComp as Integer; 20 19 SET … … 25 24 NComp = PP.NumberOfComponents; 26 25 27 # HE.FlowDirection = "Cocurrent";28 HE.FlowDirection = "Counter";26 # exchanger.HE.FlowDirection = "Cocurrent"; 27 exchanger.HE.FlowDirection = "Counter"; 29 28 30 29 SPECIFY … … 68 67 PARAMETERS 69 68 PP as CalcObject (File="vrpp"); 70 HE as CalcObject (File="Heatex");71 69 NComp as Integer; 72 70 SET … … 77 75 NComp = PP.NumberOfComponents; 78 76 79 #HE.FlowDirection = "Cocurrent";80 77 exchanger.HE.FlowDirection = "Cocurrent"; 78 # exchanger.HE.FlowDirection = "Counter"; 81 79 82 80 SPECIFY … … 100 98 101 99 OPTIONS 102 mode = "steady"; 103 relativeAccuracy = 1e-6; 104 100 mode = "steady"; 105 101 end 106 102
Note: See TracChangeset
for help on using the changeset viewer.