- Timestamp:
- Mar 15, 2007, 4:40:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/stage_separators/sample_flash.mso
r176 r213 28 28 FlowSheet flash_Test 29 29 PARAMETERS 30 PP as Plugin(Brief="Physical Properties", File="vrpp"); 30 PP as Plugin(Brief="Physical Properties", 31 Type="PP", 32 Components = ["1,3-butadiene", "isobutene", "n-pentane", 33 "1-pentene", "1-hexene", "benzene"], 34 LiquidModel = "PR", 35 VapourModel = "PR" 36 ); 31 37 NComp as Integer; 32 38 … … 35 41 36 42 SET 37 PP.Components = ["1,3-butadiene", "isobutene", "n-pentane", "1-pentene", "1-hexene", "benzene"];38 PP.LiquidModel = "PR";39 PP.VapourModel = "PR";40 43 NComp = PP.NumberOfComponents; 41 44 … … 87 90 FlowSheet flashSteady_Test 88 91 PARAMETERS 89 PP as Plugin(Brief="Physical Properties", File="vrpp"); 92 PP as Plugin(Brief="Physical Properties", 93 Type="PP", 94 Components = ["1,3-butadiene", "isobutene", "n-pentane", 95 "1-pentene", "1-hexene", "benzene"], 96 LiquidModel = "PR", 97 VapourModel = "PR" 98 ); 90 99 NComp as Integer; 91 100 … … 94 103 95 104 SET 96 PP.Components = ["1,3-butadiene", "isobutene", "n-pentane", "1-pentene", "1-hexene", "benzene"];97 PP.LiquidModel = "PR";98 PP.VapourModel = "PR";99 105 NComp = PP.NumberOfComponents; 100 106
Note: See TracChangeset
for help on using the changeset viewer.