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

#include <porousBGKdynamics.h>

+ Collaboration diagram for olb::collision::KrauseH< 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::KrauseH< COLLISION >

Definition at line 338 of file porousBGKdynamics.h.

Member Typedef Documentation

◆ parameters

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

Definition at line 339 of file porousBGKdynamics.h.

Member Function Documentation

◆ getName()

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

Definition at line 341 of file porousBGKdynamics.h.

341 {
342 return "KrauseH<" + COLLISION::getName() + ">";
343 }

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