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

#include <setBoundary2D.h>

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

Public Types

template<int x, int y>
using ConcreteDynamics = DYNAMICS<T,DESCRIPTOR,MIXIN,MOMENTA<x,y>,x,y>
 

Static Public Member Functions

static auto construct (Vector< int, 2 > n)
 

Detailed Description

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

Definition at line 195 of file setBoundary2D.h.

Member Typedef Documentation

◆ ConcreteDynamics

template<typename T , typename DESCRIPTOR , template< typename, typename, typename, typename, int, int > typename DYNAMICS, typename MIXIN , template< int, int > typename MOMENTA>
template<int x, int y>
using olb::boundaryhelper::DirectionOrientationMixinDynamicsForDirectionOrientationMomenta< T, DESCRIPTOR, DYNAMICS, MIXIN, MOMENTA >::ConcreteDynamics = DYNAMICS<T,DESCRIPTOR,MIXIN,MOMENTA<x,y>,x,y>

Definition at line 197 of file setBoundary2D.h.

Member Function Documentation

◆ construct()

template<typename T , typename DESCRIPTOR , template< typename, typename, typename, typename, int, int > typename DYNAMICS, typename MIXIN , template< int, int > typename MOMENTA>
static auto olb::boundaryhelper::DirectionOrientationMixinDynamicsForDirectionOrientationMomenta< T, DESCRIPTOR, DYNAMICS, MIXIN, MOMENTA >::construct ( Vector< int, 2 > n)
inlinestatic

Definition at line 199 of file setBoundary2D.h.

199 {
200 return constructConcreteDynamicsForDirectionOrientation<T,DESCRIPTOR,ConcreteDynamics>(n);
201 }

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