![]() |
OpenLB 1.8.1
|
#include <boundaryPostProcessors2D.h>
Inheritance diagram for olb::SlipBoundaryProcessorGenerator2D< T, DESCRIPTOR >:
Collaboration diagram for olb::SlipBoundaryProcessorGenerator2D< T, DESCRIPTOR >:Public Member Functions | |
| SlipBoundaryProcessorGenerator2D (int x0_, int x1_, int y0_, int y1_, int discreteNormalX_, int discreteNormalY_) | |
| PostProcessor2D< T, DESCRIPTOR > * | generate () const override |
| PostProcessorGenerator2D< T, DESCRIPTOR > * | clone () const override |
Public Member Functions inherited from olb::PostProcessorGenerator2D< T, DESCRIPTOR > | |
| PostProcessorGenerator2D (int x0_, int x1_, int y0_, int y1_) | |
| virtual | ~PostProcessorGenerator2D () |
| void | shift (int deltaX, int deltaY) |
| void | shift (LatticeR< 2 > delta) |
| 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::PostProcessorGenerator2D< T, DESCRIPTOR > | |
| int | x0 |
| int | x1 |
| int | y0 |
| int | y1 |
Definition at line 326 of file boundaryPostProcessors2D.h.
| olb::SlipBoundaryProcessorGenerator2D< T, DESCRIPTOR >::SlipBoundaryProcessorGenerator2D | ( | int | x0_, |
| int | x1_, | ||
| int | y0_, | ||
| int | y1_, | ||
| int | discreteNormalX_, | ||
| int | discreteNormalY_ ) |
Definition at line 251 of file boundaryPostProcessors2D.hh.
|
overridevirtual |
Implements olb::PostProcessorGenerator2D< T, DESCRIPTOR >.
Definition at line 270 of file boundaryPostProcessors2D.hh.
|
overridevirtual |
Implements olb::PostProcessorGenerator2D< T, DESCRIPTOR >.
Definition at line 262 of file boundaryPostProcessors2D.hh.