#include <Curved.h>
Classes | |
class | Configuration |
Public Member Functions | |
Curved (const BoundaryUID &boundaryUID, const FlagUID &uid, PDFField *const pdfField, const FlagField_T *const flagField, const flag_t domain) | |
void | pushFlags (std::vector< FlagUID > &uids) const |
void | beforeBoundaryTreatment () const |
void | afterBoundaryTreatment () const |
template<typename Buffer_T > | |
void | packCell (Buffer_T &buffer, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z) const |
template<typename Buffer_T > | |
void | registerCell (Buffer_T &buffer, const flag_t, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z) |
void | registerCell (const flag_t, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z, const BoundaryConfiguration &deltas) |
void | registerCells (const flag_t, const CellInterval &cells, const BoundaryConfiguration &deltas) |
template<typename CellIterator > | |
void | registerCells (const flag_t, const CellIterator &begin, const CellIterator &end, const BoundaryConfiguration &deltas) |
void | unregisterCell (const flag_t, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z) 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) |
const WeightField::value_type & | getValue (const cell_idx_t x, cell_idx_t y, cell_idx_t z) const |
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< Configuration > | createConfiguration (const Config::BlockHandle &config) |
Static Public Attributes | |
static const bool | threadsafe = true |
Private Types | |
using | PDFField = PdfField< LatticeModel_T > |
using | Stencil = typename LatticeModel_T::Stencil |
using | flag_t = typename FlagField_T::flag_t |
using | WeightField = GhostLayerField< shared_ptr< std::array< real_t, Stencil::Size > >, 1 > |
Static Private Member Functions | |
static real_t | deltaToWeight (const real_t delta) |
static shared_ptr< std::array< real_t, Stencil::Size > > | makeDeltaArray () |
Private Attributes | |
const FlagUID | uid_ |
flag_t | domainMask_ |
PDFField *const | pdfField_ |
const FlagField_T *const | flagField_ |
shared_ptr< WeightField > | weights_ |
Additional Inherited Members | |
Protected Attributes inherited from walberla::boundary::Boundary< flag_t > | |
const BoundaryUID | boundaryUID_ |
flag_t | mask_ |
bool | maskSet_ |
|
private |
|
private |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestaticprivate |
|
inline |
|
inlinestaticprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
static |
|
private |
|
private |