Dynamics combination rule implementing the forcing scheme by Shan and Chen.
More...
#include <forcing.h>
|
| template<typename DESCRIPTOR , typename MOMENTA > |
| using | combined_momenta = typename momenta::Forced<MOMENTA>::template type<DESCRIPTOR> |
| |
| template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM > |
| using | combined_equilibrium = typename VelocityShiftedEquilibrium<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 Shan and Chen.
Definition at line 462 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::ShanChen::getName |
( |
| ) |
|
|
inlinestatic |
Definition at line 499 of file forcing.h.
499 {
500 return "ShanChenForcing";
501 }
The documentation for this class was generated from the following file: