OpenLB 1.8.1
Loading...
Searching...
No Matches
olb::dynamics::ExposePorousParticleMomenta Struct Reference

#include <porousBGKdynamics.h>

+ Collaboration diagram for olb::dynamics::ExposePorousParticleMomenta:

Public Types

template<typename DESCRIPTOR , typename MOMENTA >
using combined_momenta = typename momenta::PorousParticle<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_collision = typename COLLISION::template type<DESCRIPTOR,MOMENTA,EQUILIBRIUM>
 
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
using combined_parameters = typename COLLISION::parameters
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

Definition at line 498 of file porousBGKdynamics.h.

Member Typedef Documentation

◆ combined_collision

template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
using olb::dynamics::ExposePorousParticleMomenta::combined_collision = typename COLLISION::template type<DESCRIPTOR,MOMENTA,EQUILIBRIUM>

Definition at line 510 of file porousBGKdynamics.h.

◆ combined_equilibrium

template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
using olb::dynamics::ExposePorousParticleMomenta::combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,MOMENTA>

Definition at line 507 of file porousBGKdynamics.h.

◆ combined_momenta

template<typename DESCRIPTOR , typename MOMENTA >
using olb::dynamics::ExposePorousParticleMomenta::combined_momenta = typename momenta::PorousParticle<MOMENTA>::template type<DESCRIPTOR>

Definition at line 504 of file porousBGKdynamics.h.

◆ combined_parameters

template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
using olb::dynamics::ExposePorousParticleMomenta::combined_parameters = typename COLLISION::parameters

Definition at line 513 of file porousBGKdynamics.h.

Member Function Documentation

◆ getName()

static std::string olb::dynamics::ExposePorousParticleMomenta::getName ( )
inlinestatic

Definition at line 499 of file porousBGKdynamics.h.

499 {
500 return "ExposePorousParticleMomenta";
501 }

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