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

#include <setBoundary2D.h>

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

Public Types

template<int x, int y>
using ConcreteDynamics = DYNAMICS<T,DESCRIPTOR,MOMENTA<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 DYNAMICS, template< int, int > typename MOMENTA>
struct olb::boundaryhelper::PlainDynamicsForDirectionOrientationMomenta< T, DESCRIPTOR, DYNAMICS, MOMENTA >

Definition at line 163 of file setBoundary2D.h.

Member Typedef Documentation

◆ ConcreteDynamics

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

Definition at line 165 of file setBoundary2D.h.

Member Function Documentation

◆ construct()

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

Definition at line 167 of file setBoundary2D.h.

167 {
168 return constructConcreteDynamicsForDirectionOrientation<T,DESCRIPTOR,ConcreteDynamics>(n);
169 }

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