Changeset 216 for branches/newlanguage/sample/controllers
- Timestamp:
- Mar 15, 2007, 8:13:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/controllers/Sample_flash_pid.mso
r190 r216 30 30 31 31 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"); 33 36 NComp as Integer; 34 37 #Valores utilizados na normalização do nível e da pressão do flash … … 60 63 61 64 SET 62 PP.Components = ["n-butane", "benzene", "n-octane"];63 PP.LiquidModel = "PR";64 PP.VapourModel = "PR";65 65 NComp = PP.NumberOfComponents; 66 66
Note: See TracChangeset
for help on using the changeset viewer.