OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces
rate.h File Reference

Base class to implement a generic reaction rate - to be derived to get the specific rate – header file. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  olb::Rate< T >
 
class  olb::ConstantRate< T >
 
class  olb::ExpOn1stSpecieRate< T >
 Class implementing exponentially-decreasing reaction rate on the 1st reacting species, that is: nu = [A]/t0, with t0 being the time constant in lattice units. More...
 
class  olb::MonodRate< T >
 Class implementing Monod kinetics, with 1st field being substrate concentration [S], 2nd being bacteria concentration [X]: nu = mu * [X]; mu = muMax * [S] / ([S] + Ks) More...
 
class  olb::HaldaneRate< T >
 Class implementing Haldane kinetics, with 1st field being substrate concentration [S], 2nd being bacteria concentration [X]: nu = mu * [X]; mu = muMax * [S] / ([S] + Ks + [S]^2/KI) More...
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Detailed Description

Base class to implement a generic reaction rate - to be derived to get the specific rate – header file.

Definition in file rate.h.