![]() |
OpenLB 1.8.1
|
#include <advectionDiffusionBoundaryPostProcessor3D.h>
Inheritance diagram for olb::ConvectionBoundaryProcessorGenerator3D< T, DESCRIPTOR >:
Collaboration diagram for olb::ConvectionBoundaryProcessorGenerator3D< T, DESCRIPTOR >:Public Member Functions | |
| ConvectionBoundaryProcessorGenerator3D (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_, int discreteNormalX_, int discreteNormalY_, int discreteNormalZ_) | |
| PostProcessor3D< T, DESCRIPTOR > * | generate () const override |
| PostProcessorGenerator3D< T, DESCRIPTOR > * | clone () const override |
Public Member Functions inherited from olb::PostProcessorGenerator3D< T, DESCRIPTOR > | |
| PostProcessorGenerator3D (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_) | |
| virtual | ~PostProcessorGenerator3D () |
| void | shift (int deltaX, int deltaY, int deltaZ, int iC_=-1) |
| void | shift (LatticeR< 3 > delta, int iC_=-1) |
| bool | extract (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_) |
| bool | extract (LatticeR< 3 > lower, LatticeR< 3 > upper) |
| void | reset (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_) |
| void | reset (LatticeR< 3 > lower, LatticeR< 3 > upper) |
Additional Inherited Members | |
Protected Attributes inherited from olb::PostProcessorGenerator3D< T, DESCRIPTOR > | |
| int | x0 |
| int | x1 |
| int | y0 |
| int | y1 |
| int | z0 |
| int | z1 |
| int | iC |
Definition at line 65 of file advectionDiffusionBoundaryPostProcessor3D.h.
| olb::ConvectionBoundaryProcessorGenerator3D< T, DESCRIPTOR >::ConvectionBoundaryProcessorGenerator3D | ( | int | x0_, |
| int | x1_, | ||
| int | y0_, | ||
| int | y1_, | ||
| int | z0_, | ||
| int | z1_, | ||
| int | discreteNormalX_, | ||
| int | discreteNormalY_, | ||
| int | discreteNormalZ_ ) |
Definition at line 101 of file advectionDiffusionBoundaryPostProcessor3D.hh.
|
overridevirtual |
Implements olb::PostProcessorGenerator3D< T, DESCRIPTOR >.
Definition at line 122 of file advectionDiffusionBoundaryPostProcessor3D.hh.
|
overridevirtual |
Implements olb::PostProcessorGenerator3D< T, DESCRIPTOR >.
Definition at line 111 of file advectionDiffusionBoundaryPostProcessor3D.hh.