![]() |
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::DefineUSeparately:Public Member Functions | |
| template<typename TYPE , typename CELL , typename RHO , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t> | |
| void | defineRho (CELL &cell, RHO &rho) any_platform |
| template<typename TYPE , typename CELL , typename U , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t> | |
| void | defineU (CELL &cell, U &u) any_platform |
| template<typename TYPE , typename CELL , typename RHO , typename U , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t> | |
| void | defineRhoU (CELL &cell, RHO &rho, U &u) any_platform |
| template<typename TYPE , typename CELL , typename RHO , typename U , typename PI , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t> | |
| void | defineAllMomenta (CELL &cell, RHO &rho, U &u, PI &pi) 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 147 of file definitionRule.h.
|
inline |
Definition at line 165 of file definitionRule.h.
References olb::momenta::DefineToNEq::defineAllMomenta().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 149 of file definitionRule.h.
References olb::momenta::DefineToNEq::defineRho().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 159 of file definitionRule.h.
References defineRho().
Here is the call graph for this function:
|
inline |
Definition at line 155 of file definitionRule.h.
|
inlinestatic |
Definition at line 171 of file definitionRule.h.