Ignore:
Timestamp:
Mar 15, 2007, 5:23:31 PM (17 years ago)
Author:
gerson bicca
Message:

updated samples to include Type plugin declaration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newlanguage/sample/heat_exchangers/Sample_Mheatex.mso

    r179 r214  
    3737PARAMETERS
    3838
    39         PP                      as Plugin       (File="vrpp");
     39        PP                      as Plugin       (Type="PP", LiquidModel= "PR", VapourModel      = "PR",
     40                                                                                Components = ["water","methanol","benzene","toluene"]);
    4041        NComp           as Integer      (Brief="Number Components");
    4142       
    4243SET
    4344
    44         PP.LiquidModel          = "PR";
    45         PP.VapourModel  = "PR";
    46         PP.Components   = ["water","methanol","benzene","toluene"];
    47         NComp                           = PP.NumberOfComponents;
     45        NComp   = PP.NumberOfComponents;
    4846       
    4947        Mheater.Nhot          = 1;
     
    116114PARAMETERS
    117115
    118         PP                      as Plugin       (File="vrpp");
     116        PP                      as Plugin       (Type="PP", LiquidModel= "PR", VapourModel      = "PR",
     117                                                                                Components = ["water","methanol","benzene","toluene"]);
    119118        NComp           as Integer      (Brief="Number Components");
    120119       
    121120SET
    122121
    123         PP.LiquidModel          = "PR";
    124         PP.VapourModel  = "PR";
    125         PP.Components   = ["water","methanol","benzene","toluene"];
    126122        NComp                           = PP.NumberOfComponents;
    127123       
Note: See TracChangeset for help on using the changeset viewer.