OpenLB 1.8.1
Loading...
Searching...
No Matches
olb::forcing::Kupershtokh Struct Reference

Dynamics combination rule implementing the forcing scheme by Kupershtokh et al. More...

#include <forcing.h>

+ Collaboration diagram for olb::forcing::Kupershtokh:

Classes

struct  combined_collision
 

Public Types

template<typename DESCRIPTOR , typename MOMENTA >
using combined_momenta = typename momenta::Forced<MOMENTA>::template type<DESCRIPTOR>
 
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,MOMENTA>
 
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
using combined_parameters = typename COLLISION::parameters
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

Dynamics combination rule implementing the forcing scheme by Kupershtokh et al.

Definition at line 346 of file forcing.h.

Member Typedef Documentation

◆ combined_equilibrium

template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using olb::forcing::Kupershtokh::combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,MOMENTA>

Definition at line 355 of file forcing.h.

◆ combined_momenta

template<typename DESCRIPTOR , typename MOMENTA >
using olb::forcing::Kupershtokh::combined_momenta = typename momenta::Forced<MOMENTA>::template type<DESCRIPTOR>

Definition at line 352 of file forcing.h.

◆ combined_parameters

template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
using olb::forcing::Kupershtokh::combined_parameters = typename COLLISION::parameters

Definition at line 385 of file forcing.h.

Member Function Documentation

◆ getName()

static std::string olb::forcing::Kupershtokh::getName ( )
inlinestatic

Definition at line 347 of file forcing.h.

347 {
348 return "KupershtokhForcing";
349 }

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