Changeset 216


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

Fix Sample_flash_pid.

Location:
branches/newlanguage/sample
Files:
2 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       
  • branches/newlanguage/sample/optimization/ammonia.mso

    r215 r216  
    3131Model Compressor
    3232        PARAMETERS
    33 outer PP as Plugin;
     33outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    3434outer NComp as Integer;
    3535       
     
    5252Model Mixer
    5353        PARAMETERS
    54 outer PP as Plugin;
     54outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    5555outer NComp as Integer;
    5656       
     
    7575Model Reactor
    7676        PARAMETERS
    77 outer PP as Plugin;
     77outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    7878outer NComp as Integer;
    7979        NReac as Integer(Default=1);
Note: See TracChangeset for help on using the changeset viewer.