Ignore:
Timestamp:
Mar 15, 2007, 8:29:10 AM (17 years ago)
Author:
Rafael de Pelegrini Soares
Message:

Updated models to include Type attribute for Plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newlanguage/sample/stage_separators/sample_stream.mso

    r202 r209  
    2828FlowSheet stream_test
    2929        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        );
    3136        NComp as Integer;
    3237
    3338        SET
    34         PP.Components = ["1,3-butadiene", "isobutene", "n-pentane", "1-pentene", "1-hexene", "benzene"];
    35         PP.LiquidModel = "PR";
    36         PP.VapourModel = "PR";
    3739        NComp = PP.NumberOfComponents;
    3840       
Note: See TracChangeset for help on using the changeset viewer.