- Timestamp:
- Mar 15, 2007, 4:40:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/stage_separators/sample_tray.mso
r208 r213 27 27 FlowSheet tray_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 = [ "n-pentane", "benzene"], 32 LiquidModel = "PR", 33 VapourModel = "PR" 34 ); 30 35 NComp as Integer; 31 36 32 37 SET 33 PP.Components = [ "n-pentane", "benzene"];34 PP.LiquidModel = "PR";35 PP.VapourModel = "PR";36 38 NComp = PP.NumberOfComponents; 37 39
Note: See TracChangeset
for help on using the changeset viewer.