OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | List of all members
olb::momenta::Tuple< DENSITY, MOMENTUM, STRESS, DefinitionRule > Struct Template Reference

#include <interface.h>

+ Collaboration diagram for olb::momenta::Tuple< DENSITY, MOMENTUM, STRESS, DefinitionRule >:

Public Types

using density = DENSITY
 
using momentum = MOMENTUM
 
using stress = STRESS
 
using definition = DefinitionRule
 
template<typename DESCRIPTOR >
using type = ConcreteTuple<DESCRIPTOR,DENSITY,MOMENTUM,STRESS,DefinitionRule>
 

Detailed Description

template<typename DENSITY, typename MOMENTUM, typename STRESS, typename DefinitionRule>
struct olb::momenta::Tuple< DENSITY, MOMENTUM, STRESS, DefinitionRule >

Definition at line 268 of file interface.h.

Member Typedef Documentation

◆ definition

template<typename DENSITY , typename MOMENTUM , typename STRESS , typename DefinitionRule >
using olb::momenta::Tuple< DENSITY, MOMENTUM, STRESS, DefinitionRule >::definition = DefinitionRule

Definition at line 272 of file interface.h.

◆ density

template<typename DENSITY , typename MOMENTUM , typename STRESS , typename DefinitionRule >
using olb::momenta::Tuple< DENSITY, MOMENTUM, STRESS, DefinitionRule >::density = DENSITY

Definition at line 269 of file interface.h.

◆ momentum

template<typename DENSITY , typename MOMENTUM , typename STRESS , typename DefinitionRule >
using olb::momenta::Tuple< DENSITY, MOMENTUM, STRESS, DefinitionRule >::momentum = MOMENTUM

Definition at line 270 of file interface.h.

◆ stress

template<typename DENSITY , typename MOMENTUM , typename STRESS , typename DefinitionRule >
using olb::momenta::Tuple< DENSITY, MOMENTUM, STRESS, DefinitionRule >::stress = STRESS

Definition at line 271 of file interface.h.

◆ type

template<typename DENSITY , typename MOMENTUM , typename STRESS , typename DefinitionRule >
template<typename DESCRIPTOR >
using olb::momenta::Tuple< DENSITY, MOMENTUM, STRESS, DefinitionRule >::type = ConcreteTuple<DESCRIPTOR,DENSITY,MOMENTUM,STRESS,DefinitionRule>

Definition at line 275 of file interface.h.


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