This subpackage is exactly like the parent subpackage GenKinetics.Derivatives.Reaction.convenience.dynamic . The components are simplified, processed in away to make algorithmic differentiation techniques easily applicables. It is useful for testing purposes, to ensure that the deriviated intermidiate formats are correct.
Equations for parameter senstivities are computed by applying algorithmic differentiation techniques on the simplified version of the original part GenKinetics.Derivatives.Reactions.convenience.dynamic.intermidiate
Copyright © <2011>-<2012>, <Atiyah Elsheikh>.
This Modelica package is free software and the use is completely at your own risk; it can be redistributed and/or modified under the terms of the Modelica License 2. For license conditions (including the disclaimer of warranty) see Modelica.UsersGuide.ModelicaLicense2 or visit http://www.modelica.org/licenses/ModelicaLicense2.
Name | Description |
---|---|
ReactionActivation | Interface for activating a reaction |
ReactionInhibition | Inhibition influencing a reaction |
BasicReaction | basic declaration of a reaction |
BasicIrrReaction | basic declaration of a reaction |
BasicRevReaction | basic declaration of a reaction |
IrrKinetic | S1 + S2 + .. => P1 + P2 + ... |
InhIrrKinetic | S1 + S2 + .. ==I1,I2,..=> P1 + P2 + ... |
ActIrrKinetic | S1 + S2 + .. + ==A1,A2,...=> P1 + P2 + ... |
ActInhIrrKinetic | |
RevKinetic | S1 + S2 + ... <===> P1 + P2 + ... |
InhRevKinetic | |
ActRevKinetic | |
ActInhRevKinetic |