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

Compute dynamics parameter OMEGA locally using Krause LES model. More...

#include <collisionLES.h>

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

Public Types

using parameters
 
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using type = detail::KrauseEffectiveOmega<COLLISION,DESCRIPTOR,MOMENTA,EQUILIBRIUM>
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

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

Compute dynamics parameter OMEGA locally using Krause LES model.

Definition at line 463 of file collisionLES.h.

Member Typedef Documentation

◆ parameters

template<typename COLLISION >
using olb::collision::KrauseEffectiveOmega< COLLISION >::parameters
Initial value:
typename COLLISION::parameters::template include<
descriptors::OMEGA, LES::Smagorinsky
>

Definition at line 464 of file collisionLES.h.

◆ type

template<typename COLLISION >
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using olb::collision::KrauseEffectiveOmega< COLLISION >::type = detail::KrauseEffectiveOmega<COLLISION,DESCRIPTOR,MOMENTA,EQUILIBRIUM>

Definition at line 473 of file collisionLES.h.

Member Function Documentation

◆ getName()

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

Definition at line 468 of file collisionLES.h.

468 {
469 return "KrauseEffectiveOmega<" + COLLISION::getName() + ">";
470 }

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