![]() |
OpenLB 1.8.1
|
defineRho leads to a new non-equilibrium population, defineU only sets the velocity data. More...
#include <definitionRule.h>
Collaboration diagram for olb::momenta::DefineUSeparatelyTrace:Public Member Functions | |
| template<typename TYPE , typename CELL , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t> | |
| void | defineRho (CELL &cell, V rho) any_platform |
| template<typename TYPE , typename CELL , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t> | |
| void | defineU (CELL &cell, const V u[DESCRIPTOR::d]) any_platform |
| template<typename TYPE , typename CELL , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t> | |
| void | defineRhoU (CELL &cell, V rho, const V u[DESCRIPTOR::d]) any_platform |
| template<typename TYPE , typename CELL , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t> | |
| void | defineAllMomenta (CELL &cell, V rho, const V u[DESCRIPTOR::d], const V pi[util::TensorVal< DESCRIPTOR >::n]) any_platform |
Static Public Member Functions | |
| static std::string | getName () |
defineRho leads to a new non-equilibrium population, defineU only sets the velocity data.
Definition at line 180 of file definitionRule.h.
|
inline |
Definition at line 206 of file definitionRule.h.
References olb::momenta::DefineUSeparately::defineAllMomenta().
Here is the call graph for this function:
|
inline |
Definition at line 182 of file definitionRule.h.
References olb::lbm< DESCRIPTOR >::computeRhoU(), and olb::lbm< DESCRIPTOR >::defineNEq().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 199 of file definitionRule.h.
References defineRho().
Here is the call graph for this function:
|
inline |
Definition at line 195 of file definitionRule.h.
|
inlinestatic |
Definition at line 213 of file definitionRule.h.