![]() |
OpenLB 1.8.1
|
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...
#include <rate.h>
Inheritance diagram for olb::ExpOn1stSpecieRate< T >:
Collaboration diagram for olb::ExpOn1stSpecieRate< T >:Public Member Functions | |
| ExpOn1stSpecieRate (int t0) | |
| T | compute (std::vector< T > localFieldValues) override |
Public Member Functions inherited from olb::Rate< T > | |
| Rate (std::vector< T > params) | |
Additional Inherited Members | |
Protected Attributes inherited from olb::Rate< T > | |
| std::vector< T > | _params |
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.
| olb::ExpOn1stSpecieRate< T >::ExpOn1stSpecieRate | ( | int | t0 | ) |
|
overridevirtual |