- Timestamp:
- Mar 15, 2007, 4:40:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/stage_separators/sample_tank.mso
r174 r213 27 27 FlowSheet tank_Test 28 28 PARAMETERS 29 PP as Plugin(Brief="Physical Properties",File="vrpp"); 29 PP as Plugin(Brief="Physical Properties", 30 Type="PP", 31 Components = ["methane", "isobutane", "benzene"], 32 LiquidModel = "PR", 33 VapourModel = "PR" 34 ); 30 35 NComp as Integer; 31 36 SET 32 PP.Components = ["methane", "isobutane", "benzene"];33 PP.LiquidModel = "PR";34 PP.VapourModel = "PR";35 37 NComp = PP.NumberOfComponents; 36 38 … … 72 74 FlowSheet tank_cylindrical_Test 73 75 PARAMETERS 74 PP as Plugin(Brief="Physical Properties",File="vrpp"); 76 PP as Plugin(Brief="Physical Properties", 77 Type="PP", 78 Components = ["methane", "isobutane", "benzene"], 79 LiquidModel = "PR", 80 VapourModel = "PR" 81 ); 75 82 NComp as Integer; 76 83 SET 77 PP.Components = ["methane", "isobutane", "benzene"];78 PP.LiquidModel = "PR";79 PP.VapourModel = "PR";80 84 NComp = PP.NumberOfComponents; 81 85
Note: See TracChangeset
for help on using the changeset viewer.