Changes between Version 30 and Version 31 of LanguageChanges
- Timestamp:
- Apr 16, 2007, 11:27:25 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LanguageChanges
v30 v31 85 85 86 86 [[Image(PluginsConfiguration.png)]] 87 88 === Plugin Declaration on FlowSheet === 89 90 The declaration of a Plugin on a FlowSheet also changed: 91 {{{ 92 #!mso 93 FlowSheet stream_test 94 PARAMETERS 95 PP as Plugin(Brief="Physical Properties", 96 Type="PP", 97 Components = ["1,3-butadiene", "isobutene", "n-pentane", "1-pentene", "1-hexene", "benzene"], 98 LiquidModel = "PR", 99 VapourModel = "PR" 100 ); 101 NComp as Integer; 102 103 SET 104 NComp = PP.NumberOfComponents; 105 }}} 87 106 88 107 == Model Attributes ==