- Timestamp:
- Mar 15, 2007, 5:23:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/heat_exchangers/sample_ShellandTubes.mso
r186 r214 29 29 PARAMETERS 30 30 31 PP as Plugin (Brief="Physical Properties",File="vrpp"); 31 PP as Plugin (Brief="Physical Properties",Type="PP",LiquidModel = "PR",VapourModel = "PR", 32 Components = ["water","n-butane", "benzene" ]); 32 33 NComp as Integer; 33 34 … … 42 43 SET 43 44 44 PP.LiquidModel = "PR";45 PP.VapourModel = "PR";46 PP.Components = ["water","n-butane", "benzene" ];47 45 NComp = PP.NumberOfComponents; 48 46 … … 87 85 PARAMETERS 88 86 89 PP as Plugin (Brief="Physical Properties",File="vrpp"); 87 PP as Plugin (Brief="Physical Properties",Type="PP",LiquidModel = "PR",VapourModel = "PR", 88 Components = ["water","n-butane", "benzene" ]); 90 89 NComp as Integer; 91 90 … … 100 99 SET 101 100 102 PP.LiquidModel = "PR";103 PP.VapourModel = "PR";104 PP.Components = ["water","n-butane", "benzene" ];105 101 NComp = PP.NumberOfComponents; 106 102
Note: See TracChangeset
for help on using the changeset viewer.