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

#include <normalDynamicsContructors.h>

+ Collaboration diagram for olb::boundaryhelper::PlainMixinDynamicsForNormalMomenta< 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 > typename DYNAMICS, typename MIXIN, template< int... > typename MOMENTA>
struct olb::boundaryhelper::PlainMixinDynamicsForNormalMomenta< T, DESCRIPTOR, DYNAMICS, MIXIN, MOMENTA >

Definition at line 71 of file normalDynamicsContructors.h.

Member Typedef Documentation

◆ ConcreteDynamics

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

Definition at line 73 of file normalDynamicsContructors.h.

Member Function Documentation

◆ construct()

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

Definition at line 76 of file normalDynamicsContructors.h.

76 {
77 return constructConcreteDynamicsForNormal<T,DESCRIPTOR,ConcreteDynamics>(n);
78 }

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