OpenLB 1.7
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
olb::particles::resolved::population_momentum_exchange< T, 2, true > Struct Template Reference

#include <momentumExchangeForce.h>

+ Collaboration diagram for olb::particles::resolved::population_momentum_exchange< T, 2, true >:

Static Public Member Functions

static constexpr T calculate (T f1, T f2, T c, T pVel, T deltaR)
 

Detailed Description

template<typename T>
struct olb::particles::resolved::population_momentum_exchange< T, 2, true >

Definition at line 56 of file momentumExchangeForce.h.

Member Function Documentation

◆ calculate()

template<typename T >
static constexpr T olb::particles::resolved::population_momentum_exchange< T, 2, true >::calculate ( T f1,
T f2,
T c,
T pVel,
T deltaR )
inlinestaticconstexpr

Definition at line 57 of file momentumExchangeForce.h.

58 {
59 return ((f1 + f2)*c)*(1./deltaR) ;
60 }

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