Dynamics combination rule implementing the forcing scheme by A.J. Wagner, Phys. Rev. E (2006)
More...
#include <forcing.h>
|
| template<typename DESCRIPTOR , typename MOMENTA > |
| using | combined_momenta = typename MOMENTA::template type<DESCRIPTOR> |
| |
| template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM > |
| using | combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,MOMENTA> |
| |
| template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION > |
| using | combined_parameters = typename COLLISION::parameters |
| |
Dynamics combination rule implementing the forcing scheme by A.J. Wagner, Phys. Rev. E (2006)
Definition at line 389 of file forcing.h.
◆ combined_equilibrium
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
◆ combined_momenta
template<typename DESCRIPTOR , typename MOMENTA >
◆ combined_parameters
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
◆ getName()
| static std::string olb::forcing::Wagner::getName |
( |
| ) |
|
|
inlinestatic |
Definition at line 390 of file forcing.h.
390 {
391 return "WagnerForcing";
392 }
The documentation for this struct was generated from the following file: