OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Member Functions | List of all members
olb::forcing::PorousParticleKupershtokh< isStatic > Struct Template Reference

#include <porousForcedBGKDynamics.h>

+ Collaboration diagram for olb::forcing::PorousParticleKupershtokh< isStatic >:

Classes

struct  combined_collision
 

Public Types

template<typename DESCRIPTOR , typename MOMENTA >
using combined_momenta = typename momenta::Forced<momenta::PorousParticle<MOMENTA>>::template type<DESCRIPTOR>
 
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,momenta::PorousParticle<MOMENTA>>
 
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
using combined_parameters = typename COLLISION::parameters
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

template<bool isStatic = false>
struct olb::forcing::PorousParticleKupershtokh< isStatic >

Definition at line 96 of file porousForcedBGKDynamics.h.

Member Typedef Documentation

◆ combined_equilibrium

template<bool isStatic = false>
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using olb::forcing::PorousParticleKupershtokh< isStatic >::combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,momenta::PorousParticle<MOMENTA>>

Definition at line 105 of file porousForcedBGKDynamics.h.

◆ combined_momenta

template<bool isStatic = false>
template<typename DESCRIPTOR , typename MOMENTA >
using olb::forcing::PorousParticleKupershtokh< isStatic >::combined_momenta = typename momenta::Forced<momenta::PorousParticle<MOMENTA>>::template type<DESCRIPTOR>

Definition at line 102 of file porousForcedBGKDynamics.h.

◆ combined_parameters

template<bool isStatic = false>
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
using olb::forcing::PorousParticleKupershtokh< isStatic >::combined_parameters = typename COLLISION::parameters

Definition at line 165 of file porousForcedBGKDynamics.h.

Member Function Documentation

◆ getName()

template<bool isStatic = false>
static std::string olb::forcing::PorousParticleKupershtokh< isStatic >::getName ( )
inlinestatic

Definition at line 97 of file porousForcedBGKDynamics.h.

97 {
98 return "PorousParticleKupershtokhForcing";
99 }

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