![]() |
OpenLB 1.8.1
|
#include <reactionPostProcessor3D.h>
Inheritance diagram for olb::ReactionGenerator3D< T, DESCRIPTOR, REACTIONS >:
Collaboration diagram for olb::ReactionGenerator3D< T, DESCRIPTOR, REACTIONS >:Public Member Functions | |
| ReactionGenerator3D (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_, std::vector< std::shared_ptr< Rate< T > > > rate, REACTIONS &&reactions) | |
| ReactionGenerator3D (std::vector< std::shared_ptr< Rate< T > > > rate, REACTIONS &&reactions) | |
| PostProcessor3D< T, DESCRIPTOR > * | generate (std::vector< BlockStructureD< 3 > * > partners) const override |
| LatticeCouplingGenerator3D< T, DESCRIPTOR > * | clone () const override |
Public Member Functions inherited from olb::LatticeCouplingGenerator3D< T, DESCRIPTOR > | |
| LatticeCouplingGenerator3D ()=delete | |
| LatticeCouplingGenerator3D (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_) | |
| virtual | ~LatticeCouplingGenerator3D () |
| void | shift (LatticeR< 3 > delta, int iC_=-1) |
| void | shift (int deltaX, int deltaY, int deltaZ, 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 (LatticeR< 3 > lower, LatticeR< 3 > upper) |
| void | reset (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_) |
Additional Inherited Members | |
Protected Attributes inherited from olb::LatticeCouplingGenerator3D< T, DESCRIPTOR > | |
| int | x0 |
| int | x1 |
| int | y0 |
| int | y1 |
| int | z0 |
| int | z1 |
| int | iC |
Definition at line 70 of file reactionPostProcessor3D.h.
| olb::ReactionGenerator3D< T, DESCRIPTOR, REACTIONS >::ReactionGenerator3D | ( | int | x0_, |
| int | x1_, | ||
| int | y0_, | ||
| int | y1_, | ||
| int | z0_, | ||
| int | z1_, | ||
| std::vector< std::shared_ptr< Rate< T > > > | rate, | ||
| REACTIONS && | reactions ) |
Definition at line 127 of file reactionPostProcessor3D.hh.
| olb::ReactionGenerator3D< T, DESCRIPTOR, REACTIONS >::ReactionGenerator3D | ( | std::vector< std::shared_ptr< Rate< T > > > | rate, |
| REACTIONS && | reactions ) |
Definition at line 134 of file reactionPostProcessor3D.hh.
|
overridevirtual |
Implements olb::LatticeCouplingGenerator3D< T, DESCRIPTOR >.
Definition at line 147 of file reactionPostProcessor3D.hh.
|
overridevirtual |
Implements olb::LatticeCouplingGenerator3D< T, DESCRIPTOR >.
Definition at line 140 of file reactionPostProcessor3D.hh.