ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
walberla::lbm::Dynamic_UBB_single_precision Class Reference

#include <Dynamic_UBB_single_precision.h>

Classes

struct  IndexInfo
 
class  IndexVectors
 

Public Member Functions

 Dynamic_UBB_single_precision (const shared_ptr< StructuredBlockForest > &blocks, BlockDataID pdfsID_, std::function< Vector3< float >(const Cell &, const shared_ptr< StructuredBlockForest > &, IBlock &)> &velocityCallback)
 
void run (IBlock *block)
 
void operator() (IBlock *block)
 
void inner (IBlock *block)
 
void outer (IBlock *block)
 
std::function< void(IBlock *)> getSweep ()
 
std::function< void(IBlock *)> getInnerSweep ()
 
std::function< void(IBlock *)> getOuterSweep ()
 
template<typename FlagField_T >
void fillFromFlagField (const shared_ptr< StructuredBlockForest > &blocks, ConstBlockDataID flagFieldID, FlagUID boundaryFlagUID, FlagUID domainFlagUID)
 
template<typename FlagField_T >
void fillFromFlagField (const shared_ptr< StructuredBlockForest > &blocks, IBlock *block, ConstBlockDataID flagFieldID, FlagUID boundaryFlagUID, FlagUID domainFlagUID)
 

Public Attributes

BlockDataID pdfsID
 

Detailed Description

Definition at line 53 of file Dynamic_UBB_single_precision.h.

Constructor & Destructor Documentation

◆ Dynamic_UBB_single_precision()

walberla::lbm::Dynamic_UBB_single_precision::Dynamic_UBB_single_precision ( const shared_ptr< StructuredBlockForest > &  blocks,
BlockDataID  pdfsID_,
std::function< Vector3< float >(const Cell &, const shared_ptr< StructuredBlockForest > &, IBlock &)> &  velocityCallback 
)
inline

Definition at line 92 of file Dynamic_UBB_single_precision.h.

Member Function Documentation

◆ fillFromFlagField() [1/2]

template<typename FlagField_T >
void walberla::lbm::Dynamic_UBB_single_precision::fillFromFlagField ( const shared_ptr< StructuredBlockForest > &  blocks,
ConstBlockDataID  flagFieldID,
FlagUID  boundaryFlagUID,
FlagUID  domainFlagUID 
)
inline

Definition at line 126 of file Dynamic_UBB_single_precision.h.

◆ fillFromFlagField() [2/2]

template<typename FlagField_T >
void walberla::lbm::Dynamic_UBB_single_precision::fillFromFlagField ( const shared_ptr< StructuredBlockForest > &  blocks,
IBlock *  block,
ConstBlockDataID  flagFieldID,
FlagUID  boundaryFlagUID,
FlagUID  domainFlagUID 
)
inline

◆ getInnerSweep()

std::function< void(IBlock *)> walberla::lbm::Dynamic_UBB_single_precision::getInnerSweep ( )
inline

Definition at line 117 of file Dynamic_UBB_single_precision.h.

References inner().

◆ getOuterSweep()

std::function< void(IBlock *)> walberla::lbm::Dynamic_UBB_single_precision::getOuterSweep ( )
inline

Definition at line 121 of file Dynamic_UBB_single_precision.h.

References outer().

◆ getSweep()

std::function< void(IBlock *)> walberla::lbm::Dynamic_UBB_single_precision::getSweep ( )
inline

Definition at line 113 of file Dynamic_UBB_single_precision.h.

References run().

◆ inner()

void walberla::lbm::Dynamic_UBB_single_precision::inner ( IBlock *  block)

◆ operator()()

void walberla::lbm::Dynamic_UBB_single_precision::operator() ( IBlock *  block)
inline

Definition at line 107 of file Dynamic_UBB_single_precision.h.

References block(), and run().

◆ outer()

void walberla::lbm::Dynamic_UBB_single_precision::outer ( IBlock *  block)

◆ run()

void walberla::lbm::Dynamic_UBB_single_precision::run ( IBlock *  block)

Member Data Documentation

◆ pdfsID

BlockDataID walberla::lbm::Dynamic_UBB_single_precision::pdfsID

Definition at line 570 of file Dynamic_UBB_single_precision.h.


The documentation for this class was generated from the following files: