OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
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 445 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 457 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 454 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 451 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 460 of file porousBGKdynamics.h.

Member Function Documentation

◆ getName()

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

Definition at line 446 of file porousBGKdynamics.h.

446 {
447 return "ExposePorousParticleMomenta";
448 }

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