![]() |
OpenLB 1.8.1
|
#include <dualLbHelpers.h>
Collaboration diagram for olb::opti::dualLbMomentaHelpers< DESCRIPTOR >:Static Public Member Functions | |
| template<concepts::MinimalCell CELL, typename V = typename CELL::value_t> | |
| static V | dRhoDf (CELL &cell, int jPop) any_platform |
| derive rho by population component | |
| template<concepts::MinimalCell CELL, typename DJDF , typename V = typename CELL::value_t> | |
| static void | dJDf (CELL &cell, DJDF &djdf, int jPop) any_platform |
| derive momentum j by population component | |
| template<concepts::MinimalCell CELL, typename DUDF , typename V = typename CELL::value_t> | |
| static void | dUDf (CELL &cell, DUDF &dudf, int jPop) any_platform |
| derive velocity u by population component | |
| template<concepts::MinimalCell CELL, typename DPIDF , typename V = typename CELL::value_t> | |
| static void | dPiDf (CELL &cell, DPIDF &dpidf, int jPop) any_platform |
| derive stress pi by population component | |
Definition at line 98 of file dualLbHelpers.h.
|
inlinestatic |
derive momentum j by population component
Definition at line 109 of file dualLbHelpers.h.
References olb::descriptors::c().
Here is the call graph for this function:
|
inlinestatic |
derive stress pi by population component
Definition at line 129 of file dualLbHelpers.h.
References olb::descriptors::c(), olb::lbm< DESCRIPTOR >::computeRhoU(), and olb::descriptors::invCs2().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
derive rho by population component
Definition at line 102 of file dualLbHelpers.h.
|
inlinestatic |
derive velocity u by population component
Definition at line 118 of file dualLbHelpers.h.
References olb::descriptors::c(), and olb::lbm< DESCRIPTOR >::computeRhoU().
Here is the call graph for this function: