![]() |
OpenLB 1.8.1
|
#include <offBoundaryPostProcessors2D.h>
Inheritance diagram for olb::VelocityBouzidiLinearPostProcessorGenerator2D< T, DESCRIPTOR >:
Collaboration diagram for olb::VelocityBouzidiLinearPostProcessorGenerator2D< T, DESCRIPTOR >:Public Member Functions | |
| VelocityBouzidiLinearPostProcessorGenerator2D (int x_, int y_, int iPop_, T dist_) | |
| 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 209 of file offBoundaryPostProcessors2D.h.
| olb::VelocityBouzidiLinearPostProcessorGenerator2D< T, DESCRIPTOR >::VelocityBouzidiLinearPostProcessorGenerator2D | ( | int | x_, |
| int | y_, | ||
| int | iPop_, | ||
| T | dist_ ) |
Definition at line 432 of file offBoundaryPostProcessors2D.hh.
|
overridevirtual |
Implements olb::PostProcessorGenerator2D< T, DESCRIPTOR >.
Definition at line 448 of file offBoundaryPostProcessors2D.hh.
|
overridevirtual |
Implements olb::PostProcessorGenerator2D< T, DESCRIPTOR >.
Definition at line 440 of file offBoundaryPostProcessors2D.hh.