OpenLB 1.8.1
Loading...
Searching...
No Matches
olb::powerlaw::PeriodicPressureOffset< NORMAL > Struct Template Reference

Combination rule to realize a pressure drop at a periodic boundary. More...

#include <powerLawBGKdynamics.h>

+ Collaboration diagram for olb::powerlaw::PeriodicPressureOffset< NORMAL >:

Classes

struct  combined_collision
 

Public Types

template<typename DESCRIPTOR , typename MOMENTA >
using combined_momenta = typename MOMENTA::template type<DESCRIPTOR>
 
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,MOMENTA>
 
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
using combined_parameters
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

template<int... NORMAL>
struct olb::powerlaw::PeriodicPressureOffset< NORMAL >

Combination rule to realize a pressure drop at a periodic boundary.

Definition at line 149 of file powerLawBGKdynamics.h.

Member Typedef Documentation

◆ combined_equilibrium

template<int... NORMAL>
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using olb::powerlaw::PeriodicPressureOffset< NORMAL >::combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,MOMENTA>

Definition at line 159 of file powerLawBGKdynamics.h.

◆ combined_momenta

template<int... NORMAL>
template<typename DESCRIPTOR , typename MOMENTA >
using olb::powerlaw::PeriodicPressureOffset< NORMAL >::combined_momenta = typename MOMENTA::template type<DESCRIPTOR>

Definition at line 156 of file powerLawBGKdynamics.h.

◆ combined_parameters

template<int... NORMAL>
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
using olb::powerlaw::PeriodicPressureOffset< NORMAL >::combined_parameters
Initial value:
typename COLLISION::parameters
::template include<PRESSURE_OFFSET<NORMAL...>>

Definition at line 180 of file powerLawBGKdynamics.h.

Member Function Documentation

◆ getName()

template<int... NORMAL>
static std::string olb::powerlaw::PeriodicPressureOffset< NORMAL >::getName ( )
inlinestatic

Definition at line 150 of file powerLawBGKdynamics.h.

151 {
152 return "PeriodicPressureOffset";
153 }

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