|
waLBerla 7.2
|
#include <SimplePAB.h>
Inheritance diagram for walberla::lbm::SimplePAB< LatticeModel_T, FlagFieldT >:Public Member Functions | |
| SimplePAB (const BoundaryUID &boundaryUID, const FlagUID &uid, PDFField *const pdfField, FlagFieldT *const flagField, const real_t latticeDensity, const real_t omega, FlagUID domain, FlagUID noSlip) | |
| void | pushFlags (std::vector< FlagUID > &uids) const |
| void | beforeBoundaryTreatment () const |
| void | afterBoundaryTreatment () const |
| template<typename Buffer_T > | |
| void | packCell (Buffer_T &, const cell_idx_t, const cell_idx_t, const cell_idx_t) const |
| template<typename Buffer_T > | |
| void | registerCell (Buffer_T &, const flag_t, const cell_idx_t, const cell_idx_t, const cell_idx_t) |
| void | registerCell (const flag_t, const cell_idx_t, const cell_idx_t, const cell_idx_t, const BoundaryConfiguration &) |
| void | registerCells (const flag_t, const CellInterval &, const BoundaryConfiguration &) const |
| template<typename CellIterator > | |
| void | registerCells (const flag_t, const CellIterator &, const CellIterator &, const BoundaryConfiguration &) const |
| void | unregisterCell (const flag_t, const cell_idx_t, const cell_idx_t, const cell_idx_t) const |
| void | treatDirection (const cell_idx_t x, const cell_idx_t y, const cell_idx_t z, const stencil::Direction dir, const cell_idx_t nx, const cell_idx_t ny, const cell_idx_t nz, const flag_t mask) |
Public Member Functions inherited from walberla::boundary::Boundary< flag_t > | |
| Boundary (const BoundaryUID &boundaryUID) | |
| void | setMask (const flag_t mask) |
| flag_t | getMask () const |
| const BoundaryUID & | getUID () const |
Static Public Member Functions | |
| static shared_ptr< BoundaryConfiguration > | createConfiguration (const Config::BlockHandle &) |
Static Public Attributes | |
| static const bool | threadsafe = true |
Protected Attributes | |
| FlagUID | uid_ |
| PDFField * | pdfs_ |
| FlagFieldT * | flags_ |
| flag_t | noSlipFlag_ |
| flag_t | domainFlag_ |
| real_t | latticeDensity_ |
| real_t | omega_ |
| real_t | tau_ |
Protected Attributes inherited from walberla::boundary::Boundary< flag_t > | |
| const BoundaryUID | boundaryUID_ |
| flag_t | mask_ |
| bool | maskSet_ {false} |
Private Types | |
| using | PDFField = PdfField<LatticeModel_T> |
| using | Stencil = typename LatticeModel_T::Stencil |
| using | flag_t = typename FlagFieldT::flag_t |
| using | Vec3Real = Vector3<real_t> |
|
private |
|
private |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
protected |