Changes between Version 16 and Version 17 of LanguageChanges
- Timestamp:
- Jan 15, 2007, 3:06:20 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LanguageChanges
v16 v17 52 52 Model stream_therm as stream 53 53 PARAMETERS 54 outer PP as Plugin(Brief = "External Physical Properties", File="vrpp");54 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); 55 55 56 56 EQUATIONS … … 60 60 61 61 Another problem with the Plugin's is that each Plugin '''call''' (e.g. '''PP.LiquidEnthalpy(T, P, z)''') generates a units of measurement warning. 62 In order to solve this problem I suggest the specification of the '''File''' attribute even for '''outer''' Plugins (as exemplified above). 63 Then the simulator can check the units of measurement and number of arguments when checking the model and not only when the simulation is run. 62 In order to solve this problem I suggest the specification of the '''Type''' attribute even for '''outer''' Plugins (as exemplified above). 63 Then we can add new property set window where the user should register a DLL for each '''Type''' of Plugin. 64 This way the simulator can check the units of measurement and number of arguments when checking the model and not only when the simulation is run. 65 Besides this, the Plugin can be changed any any time using the GUI without need to change the models. 64 66 65 67 ||Who || Opinion || Why || 66 68 ||Rafael || '''agreed''' || proposed the change || 67 69 ||Paula || '''agreed''' || because the warnings about unit checked in models cause a bad impression || 68 ||Arge || '''partially agreed''' || the name '''Plugin''' is fine, but the obligation of the '''File''' specification turns the Plugins less pluggable (unless they could be overwritten) ||70 ||Arge || '''partially agreed''' || the name '''Plugin''' is fine, but the obligation of the '''File''' specification turns the Plugins less pluggable (unless they could be overwritten) [[Color(red, please review your comments because the suggestion changed)]] || 69 71 70 72 == Repository Directory Layout ==