- Timestamp:
- Mar 15, 2007, 8:29:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/stage_separators/sample_stream.mso
r202 r209 28 28 FlowSheet stream_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", "1-pentene", "1-hexene", "benzene"], 33 LiquidModel = "PR", 34 VapourModel = "PR" 35 ); 31 36 NComp as Integer; 32 37 33 38 SET 34 PP.Components = ["1,3-butadiene", "isobutene", "n-pentane", "1-pentene", "1-hexene", "benzene"];35 PP.LiquidModel = "PR";36 PP.VapourModel = "PR";37 39 NComp = PP.NumberOfComponents; 38 40
Note: See TracChangeset
for help on using the changeset viewer.