
3-28 Extension Reaction Kinetics
3-28
3.7.2 ExtensionObject
Interface
Every extension must implement the ExtensionObject interface.
This interface defines methods that are common to all HYSYS
extensions. No methods in this interface are mandatory; that is,
all methods may be ignored if the extension does not implement
them.
3.8 Extension Reaction
Kinetics
You can add your own Reaction Kinetics expressions to HYSYS
though the Reaction Kinetics Extension. These extensions
appear to the user like any other HYSYS reaction type.
Additionally, you can specify which components partake in the
expression, as well as define new properties for the reactants.
To implement an extension Kinetic Reaction, you must
implement two interfaces
The container for the extension supports the
ExtnKineticReactionContainer interface. This acts as the
interface to all the widgets and variables in the HYSYS standard
kinetic reaction property view.
Derived from Properties Methods
IDispatch none • OnHelp
•Save
•StatusQuery
•Terminate
• VariableChanged
• VariableChanging
Interface Description
ExtensionObject Called when reaction extension is added to the
simulation.
ExtnKineticReaction Called when the reaction extension is used.
Komentáře k této Příručce