OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | List of all members
olb::equilibria::None::type< DESCRIPTOR, MOMENTA > Struct Template Reference

#include <equilibrium.h>

+ Collaboration diagram for olb::equilibria::None::type< DESCRIPTOR, MOMENTA >:

Public Member Functions

template<typename RHO , typename U >
auto compute (int iPop, const RHO &rho, const U &u) any_platform
 
template<typename CELL , typename PARAMETERS , typename FEQ , typename V = typename CELL::value_t>
CellStatistic< V > compute (CELL &cell, PARAMETERS &parameters, FEQ &fEq) any_platform
 

Detailed Description

template<typename DESCRIPTOR, typename MOMENTA>
struct olb::equilibria::None::type< DESCRIPTOR, MOMENTA >

Definition at line 43 of file equilibrium.h.

Member Function Documentation

◆ compute() [1/2]

template<typename DESCRIPTOR , typename MOMENTA >
template<typename CELL , typename PARAMETERS , typename FEQ , typename V = typename CELL::value_t>
CellStatistic< V > olb::equilibria::None::type< DESCRIPTOR, MOMENTA >::compute ( CELL & cell,
PARAMETERS & parameters,
FEQ & fEq )
inline

Definition at line 50 of file equilibrium.h.

50 {
51 for (int iPop=0; iPop < DESCRIPTOR::q; ++iPop) {
52 fEq[iPop] = V{0};
53 }
54 return {0, 0};
55 };

◆ compute() [2/2]

template<typename DESCRIPTOR , typename MOMENTA >
template<typename RHO , typename U >
auto olb::equilibria::None::type< DESCRIPTOR, MOMENTA >::compute ( int iPop,
const RHO & rho,
const U & u )
inline

Definition at line 45 of file equilibrium.h.

45 {
46 return 0;
47 }

The documentation for this struct was generated from the following file: