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

Compute dynamics parameter OMEGA locally using WALE. More...

#include <collisionLES.h>

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

Public Types

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

Static Public Member Functions

static std::string getName ()
 

Detailed Description

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

Compute dynamics parameter OMEGA locally using WALE.

Definition at line 445 of file collisionLES.h.

Member Typedef Documentation

◆ parameters

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

Definition at line 446 of file collisionLES.h.

◆ type

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

Definition at line 458 of file collisionLES.h.

Member Function Documentation

◆ getName()

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

Definition at line 453 of file collisionLES.h.

453 {
454 return "WaleEffectiveOmega<" + COLLISION::getName() + ">";
455 }

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