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