![]() |
OpenLB 1.8.1
|
This class computes a convection BC on a flat wall in 2D. More...
#include <boundaryPostProcessors2D.h>
Collaboration diagram for olb::StraightConvectionBoundaryProcessor2D< T, DESCRIPTOR, direction, orientation >:Classes | |
| struct | PREV_CELL |
Public Member Functions | |
| int | getPriority () const |
| template<concepts::DynamicCell CELL> | |
| void | initialize (CELL &cell) any_platform |
| template<concepts::DynamicCell CELL> | |
| void | apply (CELL &cell) any_platform |
Static Public Attributes | |
| static constexpr OperatorScope | scope = OperatorScope::PerCell |
This class computes a convection BC on a flat wall in 2D.
Definition at line 284 of file boundaryPostProcessors2D.h.
| void olb::StraightConvectionBoundaryProcessor2D< T, DESCRIPTOR, direction, orientation >::apply | ( | CELL & | cell | ) |
Definition at line 108 of file boundaryPostProcessors2D.hh.
References olb::descriptors::c(), olb::descriptors::invCs2(), olb::util::populationsContributingToVelocity(), and olb::descriptors::t().
Here is the call graph for this function:
|
inline |
Definition at line 294 of file boundaryPostProcessors2D.h.
| void olb::StraightConvectionBoundaryProcessor2D< T, DESCRIPTOR, direction, orientation >::initialize | ( | CELL & | cell | ) |
Definition at line 94 of file boundaryPostProcessors2D.hh.
References olb::util::populationsContributingToVelocity().
Here is the call graph for this function:
|
staticconstexpr |
Definition at line 286 of file boundaryPostProcessors2D.h.