OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Member Functions | Static Public Attributes | List of all members
olb::collision::PorousParticle< COLLISION, isStatic > Struct Template Reference

#include <porousBGKdynamics.h>

+ Collaboration diagram for olb::collision::PorousParticle< COLLISION, isStatic >:

Classes

struct  type
 

Public Types

using parameters = typename meta::list<descriptors::OMEGA>
 

Static Public Member Functions

static std::string getName ()
 

Static Public Attributes

static constexpr bool is_vectorizable = false
 

Detailed Description

template<typename COLLISION, bool isStatic = false>
struct olb::collision::PorousParticle< COLLISION, isStatic >

Definition at line 99 of file porousBGKdynamics.h.

Member Typedef Documentation

◆ parameters

template<typename COLLISION , bool isStatic = false>
using olb::collision::PorousParticle< COLLISION, isStatic >::parameters = typename meta::list<descriptors::OMEGA>

Definition at line 100 of file porousBGKdynamics.h.

Member Function Documentation

◆ getName()

template<typename COLLISION , bool isStatic = false>
static std::string olb::collision::PorousParticle< COLLISION, isStatic >::getName ( )
inlinestatic

Definition at line 104 of file porousBGKdynamics.h.

104 {
105 return "PorousParticle<" + COLLISION::getName() + ">" ;
106 }

Member Data Documentation

◆ is_vectorizable

template<typename COLLISION , bool isStatic = false>
constexpr bool olb::collision::PorousParticle< COLLISION, isStatic >::is_vectorizable = false
staticconstexpr

Definition at line 102 of file porousBGKdynamics.h.


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