OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
olb::momenta::RegularizedBoundaryStress< direction, orientation > Struct Template Reference

Computation of the stress tensor for regularized boundary nodes. More...

#include <elements.h>

+ Collaboration diagram for olb::momenta::RegularizedBoundaryStress< direction, orientation >:

Public Member Functions

template<typename TYPE , typename CELL , typename RHO , typename U , typename PI , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t>
void compute (CELL &cell, RHO &rho, const U &u, PI &pi) any_platform
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

template<int direction, int orientation>
struct olb::momenta::RegularizedBoundaryStress< direction, orientation >

Computation of the stress tensor for regularized boundary nodes.

Definition at line 1245 of file elements.h.

Member Function Documentation

◆ compute()

template<int direction, int orientation>
template<typename TYPE , typename CELL , typename RHO , typename U , typename PI , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t>
void olb::momenta::RegularizedBoundaryStress< direction, orientation >::compute ( CELL & cell,
RHO & rho,
const U & u,
PI & pi )
inline

Definition at line 1247 of file elements.h.

1248 {
1250 cell, rho, u, pi);
1251 }
static void computeStress(CELL &cell, T rho, const T u[DESCRIPTOR::d], T pi[util::TensorVal< DESCRIPTOR >::n]) any_platform
Definition helper.h:36

References olb::BoundaryHelpers< T, DESCRIPTOR, direction, orientation >::computeStress().

+ Here is the call graph for this function:

◆ getName()

template<int direction, int orientation>
static std::string olb::momenta::RegularizedBoundaryStress< direction, orientation >::getName ( )
inlinestatic

Definition at line 1253 of file elements.h.

1253 {
1254 return "RegularizedBoundaryStress";
1255 }

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