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

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

#include <collisionLES.h>

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

Public Types

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

Static Public Member Functions

static std::string getName ()
 

Detailed Description

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

Compute dynamics parameter OMEGA locally using Smagorinsky LES model.

Definition at line 373 of file collisionLES.h.

Member Typedef Documentation

◆ parameters

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

Definition at line 374 of file collisionLES.h.

◆ type

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

Definition at line 386 of file collisionLES.h.

Member Function Documentation

◆ getName()

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

Definition at line 381 of file collisionLES.h.

381 {
382 return "SmagorinskyEffectiveOmega<" + COLLISION::getName() + ">";
383 }

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