OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Member Functions | List of all members
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 129 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 139 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 136 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 160 of file powerLawBGKdynamics.h.

Member Function Documentation

◆ getName()

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

Definition at line 130 of file powerLawBGKdynamics.h.

131 {
132 return "PeriodicPressureOffset";
133 }

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