![]() |
OpenLB 1.8.1
|
#include <shanChenDynOmegaForcedPostProcessor2D.h>
Inheritance diagram for olb::ShanChenDynOmegaForcedGenerator2D< T, DESCRIPTOR >:
Collaboration diagram for olb::ShanChenDynOmegaForcedGenerator2D< T, DESCRIPTOR >:Public Member Functions | |
| ShanChenDynOmegaForcedGenerator2D (int x0_, int x1_, int y0_, int y1_, T G_, std::vector< T > rho0_, AnalyticalF< 1, T, T > &iP_) | |
| LatticeCouplingGenerator for NS coupling. | |
| ShanChenDynOmegaForcedGenerator2D (T G_, std::vector< T > rho0_, AnalyticalF< 1, T, T > &iP_) | |
| virtual PostProcessor2D< T, DESCRIPTOR > * | generate (std::vector< BlockStructureD< 2 > * > partners) const |
| virtual LatticeCouplingGenerator2D< T, DESCRIPTOR > * | clone () const |
Public Member Functions inherited from olb::LatticeCouplingGenerator2D< T, DESCRIPTOR > | |
| LatticeCouplingGenerator2D (int x0_, int x1_, int y0_, int y1_) | |
| virtual | ~LatticeCouplingGenerator2D () |
| void | shift (LatticeR< 2 > delta) |
| void | shift (int deltaX, int deltaY) |
| bool | extract (int x0_, int x1_, int y0_, int y1_) |
| bool | extract (LatticeR< 2 > lower, LatticeR< 2 > upper) |
| void | reset (int x0_, int x1_, int y0_, int y1_) |
| void | reset (LatticeR< 2 > lower, LatticeR< 2 > upper) |
Additional Inherited Members | |
Protected Attributes inherited from olb::LatticeCouplingGenerator2D< T, DESCRIPTOR > | |
| int | x0 |
| int | x1 |
| int | y0 |
| int | y1 |
Definition at line 71 of file shanChenDynOmegaForcedPostProcessor2D.h.
| olb::ShanChenDynOmegaForcedGenerator2D< T, DESCRIPTOR >::ShanChenDynOmegaForcedGenerator2D | ( | int | x0_, |
| int | x1_, | ||
| int | y0_, | ||
| int | y1_, | ||
| T | G_, | ||
| std::vector< T > | rho0_, | ||
| AnalyticalF< 1, T, T > & | iP_ ) |
LatticeCouplingGenerator for NS coupling.
Definition at line 164 of file shanChenDynOmegaForcedPostProcessor2D.hh.
| olb::ShanChenDynOmegaForcedGenerator2D< T, DESCRIPTOR >::ShanChenDynOmegaForcedGenerator2D | ( | T | G_, |
| std::vector< T > | rho0_, | ||
| AnalyticalF< 1, T, T > & | iP_ ) |
Definition at line 170 of file shanChenDynOmegaForcedPostProcessor2D.hh.
|
virtual |
Implements olb::LatticeCouplingGenerator2D< T, DESCRIPTOR >.
Definition at line 184 of file shanChenDynOmegaForcedPostProcessor2D.hh.
|
virtual |
Implements olb::LatticeCouplingGenerator2D< T, DESCRIPTOR >.
Definition at line 176 of file shanChenDynOmegaForcedPostProcessor2D.hh.