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

Override COLLISION parameter OMEGA with inverse of cell field TAU_EFF. More...

#include <collisionModifiers.h>

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

Classes

struct  type
 

Public Types

using parameters
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

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

Override COLLISION parameter OMEGA with inverse of cell field TAU_EFF.

Definition at line 62 of file collisionModifiers.h.

Member Typedef Documentation

◆ parameters

template<typename COLLISION >
using olb::collision::OmegaFromCellTauEff< COLLISION >::parameters
Initial value:
typename COLLISION::parameters::template include<
descriptors::OMEGA
>

Definition at line 63 of file collisionModifiers.h.

Member Function Documentation

◆ getName()

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

Definition at line 67 of file collisionModifiers.h.

67 {
68 return "OmegaFromCellTauEff<" + COLLISION::getName() + ">";
69 }

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