OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | List of all members
olb::momenta::ComputeRhoU< BASE, BulkDensity, BulkMomentum > Struct Template Reference

#include <interface.h>

+ Collaboration diagram for olb::momenta::ComputeRhoU< BASE, BulkDensity, BulkMomentum >:

Public Member Functions

template<typename CELL , typename RHO , typename U , typename DESCRIPTOR = typename CELL::descriptor_t>
void operator() (CELL &cell, RHO &rho, U &u) const any_platform
 

Detailed Description

template<typename BASE>
struct olb::momenta::ComputeRhoU< BASE, BulkDensity, BulkMomentum >

Definition at line 62 of file interface.h.

Member Function Documentation

◆ operator()()

template<typename BASE >
template<typename CELL , typename RHO , typename U , typename DESCRIPTOR = typename CELL::descriptor_t>
void olb::momenta::ComputeRhoU< BASE, BulkDensity, BulkMomentum >::operator() ( CELL & cell,
RHO & rho,
U & u ) const
inline

Definition at line 64 of file interface.h.

65 {
66 lbm<DESCRIPTOR>::computeRhoU(cell, rho, u);
67 };
static void computeRhoU(CELL &cell, RHO &rho, U &u) any_platform
Computation of hydrodynamic variables.
Definition lbm.h:219

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

+ Here is the call graph for this function:

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