Changeset 144 for branches/newlanguage/eml/heat_exchangers/Mheatex.mso
- Timestamp:
- Jan 30, 2007, 4:01:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/heat_exchangers/Mheatex.mso
r140 r144 83 83 PARAMETERS 84 84 85 outer PP as Plugin (Brief="Physical Properties");86 outer NComp as Integer (Brief="Number of Components");87 Sideas Switcher(Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent");88 Ncold as Integer (Brief="Number of Inlet Cold Streams",Lower=1);89 Nhot as Integer (Brief="Number of Inlet Hot Streams",Lower=1);85 outer PP as Plugin (Brief="Physical Properties"); 86 outer NComp as Integer (Brief="Number of Components"); 87 FlowDirection as Switcher(Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent"); 88 Ncold as Integer (Brief="Number of Inlet Cold Streams",Lower=1); 89 Nhot as Integer (Brief="Number of Inlet Hot Streams",Lower=1); 90 90 91 91 VARIABLES … … 147 147 148 148 149 switch Side149 switch FlowDirection 150 150 151 151 case "cocurrent":
Note: See TracChangeset
for help on using the changeset viewer.