Michaelis Menten kineticsΒΆ
Group /input/model/unit_XXX/reaction - REACTION_MODEL = MICHAELIS_MENTEN
MM_STOICHIOMETRY_BULK
Stochiometric matrix \(S\). The substrate component \(c_S\) is identified by the index of the first negative entry in the stoichiometry of the corresponding reaction. Input as reaction index major.
Type: double
Range: \(\mathbb{R}\)
Length: \(\texttt{NREACT} \cdot \texttt{NCOMP}\)
MM_VMAX
Limiting rate \(\mu_{\mathrm{max},j}\) at saturation.
Type: double
Range: \(\mathbb{R}\)
Length: \(\texttt{NREACT}\)
MM_KMM
Michaelis constant \(k_{\mathrm{MM},j}\).
Type: double
Range: \(\mathbb{R}\)
Length: \(\texttt{NREACT}\)
MM_KI
Inhibition constant \(k_{\mathrm{I},j,i}\) w.r.t component \(i\) and reaction \(j\). If \(k_{\mathrm{I},j,i} <= 0\), the component does not inhibit the reaction. Input as reaction index major.
Type: double
Range: \(\mathbb{R}\)
Length: \(\texttt{NREACT} \cdot \texttt{NCOMP}\)