|
| SimplePressureWithFreeSurface (const BoundaryUID &boundaryUID, const FlagUID &uid, IBlock *block, PdfField_T *const pdfField, FlagField_T *flagField, flag_t interfaceFlag, const real_t latticeDensity) |
|
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 | setLatticeDensity (real_t newLatticeDensity) |
|
void | setBubbleModel (BubbleModelBase *bubbleModel) |
|
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) |
|
| Boundary (const BoundaryUID &boundaryUID) |
|
void | setMask (const FlagField_T::flag_t mask) |
|
FlagField_T::flag_t | getMask () const |
|
const BoundaryUID & | getUID () const |
|