![]() |
OpenLB 1.8.1
|
Default combination rule used by dynamics::Tuple. More...
#include <interface.h>
Public Types | |
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_collision = typename COLLISION::template type<DESCRIPTOR,MOMENTA,EQUILIBRIUM> |
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION > | |
using | combined_parameters = typename COLLISION::parameters |
Static Public Member Functions | |
static std::string | getName () |
Default combination rule used by dynamics::Tuple.
Use MOMENTA, EQUILIBRIUM and COLLISION elements as they are given
Definition at line 260 of file interface.h.
using olb::dynamics::DefaultCombination::combined_collision = typename COLLISION::template type<DESCRIPTOR,MOMENTA,EQUILIBRIUM> |
Definition at line 272 of file interface.h.
using olb::dynamics::DefaultCombination::combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,MOMENTA> |
Definition at line 269 of file interface.h.
using olb::dynamics::DefaultCombination::combined_momenta = typename MOMENTA::template type<DESCRIPTOR> |
Definition at line 266 of file interface.h.
using olb::dynamics::DefaultCombination::combined_parameters = typename COLLISION::parameters |
Definition at line 275 of file interface.h.
|
inlinestatic |
Definition at line 261 of file interface.h.