![]() |
OpenLB 1.8.1
|
#include <rate.h>
Inheritance diagram for olb::ConstantRate< T >:
Collaboration diagram for olb::ConstantRate< T >:Public Member Functions | |
| ConstantRate () | |
| virtual 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 |
| olb::ConstantRate< T >::ConstantRate | ( | ) |
|
overridevirtual |