Add Kinetics
Kinetic reactions and their rate constants can be incorporated into the chemistry file using the "kinetics" field. The OLI Engine supports two types of kinetics: Arrhenius and user-defined. These are derived from the Reaction Kinetics (section 1.11) and Non-standard Rate Law (section 1.11.2) in the OLI Studio user manual.
Below is a sample code featuring kinetics.
Kinetics is an optional field for generating .dbs files.
The "data
" JSON object is always required when utilizing kinetics.
kinetics | always required | type |
---|---|---|
data | JSON Object |
Within "data
" object, the following input fields must be included.
data | always required | type |
---|---|---|
reaction | String | |
rateSpecification | String | |
rateData | Array of JSON Object |
Please refer to section 1.11, "Reaction Kinetics," and section 1.11.2, "Non-standard Rate Law," in the OLI Studio manual for more information on reactions and user-defined equations.
Refer to Kinetics Query for information on species and equilibrium reactions.
In the "rateSpecification", either "Arrhenius" for standard rate law or "user-defined" for non-standard rate law is required.
Kinetics and its internal JSON objects can be enabled or disabled using "enabled" Keyword.
Last updated