This subpackage contains components for reactions with arbitrary number of substrates, products and effectors. It is suitable for textual implementation and automatic model generation.
Licensed under the Modelica License 2
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 |
---|---|
BasicReaction | basic declaration of a reaction |
ReactionActivation | Interface for activating a reaction |
ReactionInhibition | Interface for inhibiting a reaction |
BasicIrrReaction | basic declaration of an irreversible reaction |
BasicRevReaction | basic declaration of a reversible reaction |
IrrKinetic | S1 + S2 + ... => P1 + P2 + ... |
InhIrrKinetic | S1 + S2 + ... ==I1,I2,...==> P1 + P2 + ... |
ActIrrKinetic | S1 + S2 + ... ==A1,A2,...==> P1 + P2 + ... |
ActInhIrrKinetic | S1 + S2 + ... ==I1,I2,...==> P1 + P2 + ... |
RevKinetic | S1 + S2 + ... <===> P1 + P2 + ... |
InhRevKinetic | S1 + S2 + ... <==I1,I2,...=> P1 + P2 + ... |
ActRevKinetic | S1 + S2 + ... <==A1,A2,...==> P1 + P2 + ... |
ActInhRevKinetic | S1 + S2 + ... <==I1,I2,...==> P1 + P2 + ... |