Homogenized LBM modelling moving porous media.
More...
#include <forcing.h>
|
| template<typename DESCRIPTOR , typename MOMENTA > |
| using | combined_momenta |
| |
| 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 = typename COLLISION::parameters |
| |
Homogenized LBM modelling moving porous media.
Definition at line 581 of file forcing.h.
◆ combined_equilibrium
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM >
◆ combined_momenta
template<typename DESCRIPTOR , typename MOMENTA >
Initial value: typename MOMENTA::template wrap_momentum<
momenta::MovingPorousMomentum
>::template type<DESCRIPTOR>
Definition at line 587 of file forcing.h.
◆ combined_parameters
template<typename DESCRIPTOR , typename MOMENTA , typename EQUILIBRIUM , typename COLLISION >
◆ getName()
| static std::string olb::forcing::HLBM::getName |
( |
| ) |
|
|
inlinestatic |
Definition at line 582 of file forcing.h.
582 {
583 return "HLBM<Kupershtokh>";
584 }
The documentation for this struct was generated from the following file: