waLBerla 7.2
|
#include <CellConversionSweep.h>
Public Types | |
using | FlagField_T = typename BoundaryHandling_T::FlagField |
using | flag_t = typename FlagField_T::flag_t |
using | PdfField_T = lbm::PdfField< LatticeModel_T > |
using | Stencil_T = typename LatticeModel_T::Stencil |
Public Member Functions | |
CellConversionSweep (BlockDataID handlingID, BlockDataID pdfFieldID, const FlagInfo< FlagField_T > &flagInfo, BubbleModelBase *bubbleModel) | |
void | operator() (IBlock *const block) |
Protected Member Functions | |
void | initializeFromInflow (const std::set< Cell > &cells, FlagField_T *flagField, PdfField_T *pdfField, BoundaryHandling_T *handling) |
Protected Attributes | |
BlockDataID | handlingID_ |
BlockDataID | pdfFieldID_ |
BubbleModelBase * | bubbleModel_ |
FlagInfo< FlagField_T > | flagInfo_ |
std::set< Cell > | convertedFromGasToInterfaceDueToInflow |
using walberla::free_surface::CellConversionSweep< LatticeModel_T, BoundaryHandling_T, ScalarField_T >::flag_t = typename FlagField_T::flag_t |
using walberla::free_surface::CellConversionSweep< LatticeModel_T, BoundaryHandling_T, ScalarField_T >::FlagField_T = typename BoundaryHandling_T::FlagField |
using walberla::free_surface::CellConversionSweep< LatticeModel_T, BoundaryHandling_T, ScalarField_T >::PdfField_T = lbm::PdfField< LatticeModel_T > |
using walberla::free_surface::CellConversionSweep< LatticeModel_T, BoundaryHandling_T, ScalarField_T >::Stencil_T = typename LatticeModel_T::Stencil |
|
inline |
|
inlineprotected |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |