OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
olb::momenta::PorousGuoMomentum Struct Reference

#include <elements.h>

+ Collaboration diagram for olb::momenta::PorousGuoMomentum:

Public Member Functions

template<typename TYPE , typename CELL , typename J , typename DESCRIPTOR = typename CELL::descriptor_t>
void compute (CELL &cell, J &j) any_platform
 
template<typename TYPE , typename CELL , typename U , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t>
void computeU (CELL &cell, U &u) any_platform
 
template<typename TYPE , typename CELL , typename U >
void define (CELL &cell, const U &u) any_platform
 
template<typename TYPE , typename CELL >
void initialize (CELL &cell) any_platform
 
template<typename TYPE , typename CELL , typename U >
void inverseShift (CELL &cell, U &u) any_platform
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

Definition at line 966 of file elements.h.

Member Function Documentation

◆ compute()

template<typename TYPE , typename CELL , typename J , typename DESCRIPTOR = typename CELL::descriptor_t>
void olb::momenta::PorousGuoMomentum::compute ( CELL & cell,
J & j )
inline

Definition at line 969 of file elements.h.

970 {
972 }
static void computeJ(CELL &cell, J &j) any_platform
Computation of momentum.
Definition lbm.h:197

References olb::lbm< DESCRIPTOR >::computeJ().

+ Here is the call graph for this function:

◆ computeU()

template<typename TYPE , typename CELL , typename U , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t>
void olb::momenta::PorousGuoMomentum::computeU ( CELL & cell,
U & u )
inline

Definition at line 976 of file elements.h.

977 {
978 lbm<DESCRIPTOR>::computeU(cell, u);
979
980 const V porosity = cell.template getField<descriptors::POROSITY>();
981 for (int iDim=0; iDim<DESCRIPTOR::d; ++iDim) {
982 u[iDim] *= porosity;
983 }
984 }

◆ define()

template<typename TYPE , typename CELL , typename U >
void olb::momenta::PorousGuoMomentum::define ( CELL & cell,
const U & u )
inline

Definition at line 988 of file elements.h.

988{ }

◆ getName()

static std::string olb::momenta::PorousGuoMomentum::getName ( )
inlinestatic

Definition at line 996 of file elements.h.

996 {
997 return "PorousGuoMomentum";
998 }

◆ initialize()

template<typename TYPE , typename CELL >
void olb::momenta::PorousGuoMomentum::initialize ( CELL & cell)
inline

Definition at line 991 of file elements.h.

991{ }

◆ inverseShift()

template<typename TYPE , typename CELL , typename U >
void olb::momenta::PorousGuoMomentum::inverseShift ( CELL & cell,
U & u )
inline

Definition at line 994 of file elements.h.

994{}

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