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

#include <momentumExchangeForce.h>

+ Collaboration diagram for olb::particles::resolved::population_momentum_exchange< T, 3, false >:

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, 3, false >

Definition at line 48 of file momentumExchangeForce.h.

Member Function Documentation

◆ calculate()

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

Definition at line 49 of file momentumExchangeForce.h.

50 {
51 return (f1*(c-pVel) + f2*(c+pVel));
52 }

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