Dear CADET Community,
an extension of the implemented reaction modul Michaelis-Menten in CADET-Core has been done by including the influence of a non-substrate component (i.e. biomass) in form of a multiplication factor to the Michaelis-Menten kinetics of a reaction.
The implementation includes the addition of an initialization parameter called MM_PRE_K which has the dimension [ \# reactions \times \# components ]. If a component has a prefactorial influence to the reaction, the parameter has to have a non-zero entry which is also used as a factor to the component concentration. The component can be used as an inhibition as well for the same reaction but not as a substrate.
By adding this functionality, the implementation of Monod kinetic and modeling of cell cultivations can be made possible with CADET.
A case study has been implemented for a reduced form of the model Kontoravdi et. al (2005) doi.org/10.1016/S1570-7946(05)80173-7 describing cell population kinetics and cell metabolism. Equation 1-16 are included in this case study without consideration of the hill kinetics and without the influence of m_{GLC}.
Cadet_KontoravdiModel.zip (3.5 KB)
The detailed implementation and interface documentation can be found in the feature branch feature/extendMichaelisMenten
