Dynamics combination rule implementing the forcing scheme by Guo et al. with barycentric velocity.
More...
#include <forcing.h>
|
| template<typename DESCRIPTOR , typename MOMENTA > |
| using | combined_momenta = typename Forced<MOMENTA>::template type<DESCRIPTOR> |
| |
| template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM > |
| using | combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,Forced<MOMENTA>> |
| |
| template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION > |
| using | combined_parameters = typename COLLISION::parameters |
| |
template<template< typename > typename Forced = momenta::Identity>
struct olb::forcing::MCGuo< Forced >
Dynamics combination rule implementing the forcing scheme by Guo et al. with barycentric velocity.
Definition at line 121 of file forcing.h.
◆ combined_equilibrium
template<template< typename > typename Forced = momenta::Identity>
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
| using olb::forcing::MCGuo< Forced >::combined_equilibrium = typename EQUILIBRIUM::template type<DESCRIPTOR,Forced<MOMENTA>> |
◆ combined_momenta
template<template< typename > typename Forced = momenta::Identity>
template<typename DESCRIPTOR , typename MOMENTA >
| using olb::forcing::MCGuo< Forced >::combined_momenta = typename Forced<MOMENTA>::template type<DESCRIPTOR> |
◆ combined_parameters
template<template< typename > typename Forced = momenta::Identity>
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
◆ getName()
template<template< typename > typename Forced = momenta::Identity>
Definition at line 122 of file forcing.h.
122 {
123 return "MultiComponentGuoForcing";
124 }
The documentation for this struct was generated from the following file: