OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
olb::boundaryhelper::NormalMixinDynamicsForPlainMomenta< T, DESCRIPTOR, DYNAMICS, MIXIN, MOMENTA > Struct Template Reference

#include <normalDynamicsContructors.h>

+ Collaboration diagram for olb::boundaryhelper::NormalMixinDynamicsForPlainMomenta< T, DESCRIPTOR, DYNAMICS, MIXIN, MOMENTA >:

Public Types

template<int... Normal>
using ConcreteDynamics = DYNAMICS<T,DESCRIPTOR,MIXIN,MOMENTA,Normal...>
 

Static Public Member Functions

template<unsigned D>
static auto construct (Vector< int, D > n)
 

Detailed Description

template<typename T, typename DESCRIPTOR, template< typename, typename, typename, typename, int... > typename DYNAMICS, typename MIXIN, typename MOMENTA>
struct olb::boundaryhelper::NormalMixinDynamicsForPlainMomenta< T, DESCRIPTOR, DYNAMICS, MIXIN, MOMENTA >

Definition at line 54 of file normalDynamicsContructors.h.

Member Typedef Documentation

◆ ConcreteDynamics

template<typename T , typename DESCRIPTOR , template< typename, typename, typename, typename, int... > typename DYNAMICS, typename MIXIN , typename MOMENTA >
template<int... Normal>
using olb::boundaryhelper::NormalMixinDynamicsForPlainMomenta< T, DESCRIPTOR, DYNAMICS, MIXIN, MOMENTA >::ConcreteDynamics = DYNAMICS<T,DESCRIPTOR,MIXIN,MOMENTA,Normal...>

Definition at line 56 of file normalDynamicsContructors.h.

Member Function Documentation

◆ construct()

template<typename T , typename DESCRIPTOR , template< typename, typename, typename, typename, int... > typename DYNAMICS, typename MIXIN , typename MOMENTA >
template<unsigned D>
static auto olb::boundaryhelper::NormalMixinDynamicsForPlainMomenta< T, DESCRIPTOR, DYNAMICS, MIXIN, MOMENTA >::construct ( Vector< int, D > n)
inlinestatic

Definition at line 59 of file normalDynamicsContructors.h.

59 {
60 return constructConcreteDynamicsForNormal<T,DESCRIPTOR,ConcreteDynamics>(n);
61 }

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