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

Implementation of the BGK collision step for a small particles enabling two way coupling. More...

#include <porousBGKdynamics.h>

+ Collaboration diagram for olb::collision::SmallParticle< COLLISION >:

Classes

struct  type
 

Public Types

using parameters = meta::list<descriptors::OMEGA, LES::Smagorinsky>
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

template<typename COLLISION>
struct olb::collision::SmallParticle< COLLISION >

Implementation of the BGK collision step for a small particles enabling two way coupling.

Definition at line 410 of file porousBGKdynamics.h.

Member Typedef Documentation

◆ parameters

template<typename COLLISION >
using olb::collision::SmallParticle< COLLISION >::parameters = meta::list<descriptors::OMEGA, LES::Smagorinsky>

Definition at line 411 of file porousBGKdynamics.h.

Member Function Documentation

◆ getName()

template<typename COLLISION >
static std::string olb::collision::SmallParticle< COLLISION >::getName ( )
inlinestatic

Definition at line 413 of file porousBGKdynamics.h.

413 {
414 return "SmallParticle<" + COLLISION::getName() + ">";
415 }

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