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

#include <setBoundary2D.h>

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

Public Types

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

Definition at line 240 of file setBoundary2D.h.

Member Typedef Documentation

◆ ConcreteDynamics

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

Definition at line 242 of file setBoundary2D.h.

Member Function Documentation

◆ construct()

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

Definition at line 244 of file setBoundary2D.h.

244 {
245 return constructConcreteDynamicsForNormal<T,DESCRIPTOR,ConcreteDynamics>(n);
246 }

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