Kinetic Modelling

The general form of the description of a kinetic model has been covered in the pages on the ScrumPy Model Description Language. Consider the following two enzyme system as an example:

Note that this file contains two reaction definitions with their kinetic equations, followed by initial assignments of the parameters and the variable (B).

There are two limitations on the model specification:

  1. The identifiers canot be quoted, and
  2. No c or C++ key words can be used as identifiers.

On the other hand, it is possible to compute the values to be assigned, as in this example of adjusting an equilibrium constant to its apparent value at the prevailing pH:

If this model had already been saved as a spy file, then it can be loaded into ScrumPy as follows:

Once it has been loaded, values can be inspected, e.g.:

They can, of course, also be changed:

However, note:

That is, the computation of the rate is not updated until m.FindSS() is called to force a reevaluation of the rate.