Ignore:
Timestamp:
Mar 15, 2007, 8:13:43 PM (16 years ago)
Author:
Argimiro Resende Secchi
Message:

Fix Sample_flash_pid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newlanguage/sample/controllers/Sample_flash_pid.mso

    r190 r216  
    3030       
    3131        PARAMETERS
    32         PP      as Plugin(Brief="Physical Properties",File="vrpp");
     32        PP      as Plugin(Brief="Physical Properties",Type="PP",
     33                Components = ["n-butane", "benzene", "n-octane"],
     34                LiquidModel = "PR",
     35                VapourModel = "PR");
    3336        NComp   as Integer;
    3437        #Valores utilizados na normalização do nível e da pressão do flash
     
    6063       
    6164        SET
    62         PP.Components = ["n-butane", "benzene", "n-octane"];
    63         PP.LiquidModel = "PR";
    64         PP.VapourModel = "PR";
    6565        NComp = PP.NumberOfComponents;
    6666       
Note: See TracChangeset for help on using the changeset viewer.