MassActionFluxProcess
Simple mass action kinetics
Usage
VariableReferences
- S0,S1,S2,,,
for Substrates
- P0,P1,P2,,,
for Products
Parameters
- k
rate constant
Example
An example for a definition of a Process object:
Process MassActionFluxProcess( R )
{
VariableReferenceList [ S0 :.:S -1 ]
[ P0 :.:P 1 ];
k 0.01;
}
Notes
The unit of k should be determined according to the number of substrates. The net unit of the velocity should be Molar per second. MassActionFluxProcess will convert the unit to molecules per second.

