Michaelis-Menten reaction rate for enzymatic reactions. More...
Public Member Functions | |
| MichaelisMentenReactionRate (const speciesTable &species, const dictionary &dict) | |
| Construct from dictionary. More... | |
| scalar | operator() (const scalar p, const scalar T, const scalarField &c) const |
| scalar | ddT (const scalar p, const scalar T, const scalarField &c) const |
| const List< Tuple2< label, scalar > > & | beta () const |
| Third-body efficiencies (beta = 1-alpha) More... | |
| void | dcidc (const scalar p, const scalar T, const scalarField &c, scalarField &dcidc) const |
| Species concentration derivative of the pressure dependent term. More... | |
| scalar | dcidT (const scalar p, const scalar T, const scalarField &c) const |
| Temperature derivative of the pressure dependent term. More... | |
| void | write (Ostream &os) const |
| Write to stream. More... | |
Static Public Member Functions | |
| static word | type () |
| Return the type name. More... | |
Friends | |
| Ostream & | operator<< (Ostream &, const MichaelisMentenReactionRate &) |
Michaelis-Menten reaction rate for enzymatic reactions.
Michaelis, L., & Menten, M. L. (1913).
Die Kinetik der InwertinWirkung.
Biochem., (49), 333-369.
Definition at line 62 of file MichaelisMentenReactionRate.H.
|
inline |
Construct from dictionary.
Definition at line 29 of file MichaelisMentenReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 97 of file MichaelisMentenReactionRate.H.
References MichaelisMentenReactionRate::beta(), Foam::constant::universal::c, MichaelisMentenReactionRate::dcidc(), MichaelisMentenReactionRate::dcidT(), MichaelisMentenReactionRate::ddT(), p, Foam::T(), and MichaelisMentenReactionRate::write().

|
inline |
Definition at line 46 of file MichaelisMentenReactionRateI.H.
References Foam::constant::universal::c, and MichaelisMentenReactionRate::ddT().

|
inline |
Definition at line 57 of file MichaelisMentenReactionRateI.H.
Referenced by MichaelisMentenReactionRate::operator()(), and MichaelisMentenReactionRate::type().

|
inline |
Third-body efficiencies (beta = 1-alpha)
non-empty only for third-body reactions with enhanced molecularity (alpha != 1)
Definition at line 68 of file MichaelisMentenReactionRateI.H.
References MichaelisMentenReactionRate::dcidc().
Referenced by MichaelisMentenReactionRate::type().


|
inline |
Species concentration derivative of the pressure dependent term.
Definition at line 75 of file MichaelisMentenReactionRateI.H.
References MichaelisMentenReactionRate::dcidT().
Referenced by MichaelisMentenReactionRate::beta(), and MichaelisMentenReactionRate::type().


|
inline |
Temperature derivative of the pressure dependent term.
Definition at line 87 of file MichaelisMentenReactionRateI.H.
Referenced by MichaelisMentenReactionRate::dcidc(), and MichaelisMentenReactionRate::type().

|
inline |
Write to stream.
Definition at line 97 of file MichaelisMentenReactionRateI.H.
References token::END_STATEMENT, Foam::nl, and Ostream::writeKeyword().
Referenced by MichaelisMentenReactionRate::type().


|
friend |
1.8.13