Changeset 216
- Timestamp:
- Mar 15, 2007, 8:13:43 PM (16 years ago)
- Location:
- branches/newlanguage/sample
- Files:
-
- 2 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 -
branches/newlanguage/sample/optimization/ammonia.mso
r215 r216 31 31 Model Compressor 32 32 PARAMETERS 33 outer PP as Plugin ;33 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); 34 34 outer NComp as Integer; 35 35 … … 52 52 Model Mixer 53 53 PARAMETERS 54 outer PP as Plugin ;54 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); 55 55 outer NComp as Integer; 56 56 … … 75 75 Model Reactor 76 76 PARAMETERS 77 outer PP as Plugin ;77 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); 78 78 outer NComp as Integer; 79 79 NReac as Integer(Default=1);
Note: See TracChangeset
for help on using the changeset viewer.