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

#include <StreamCollideSweepLeesEdwardsDoublePrecision.h>

Public Member Functions

 StreamCollideSweepLeesEdwardsDoublePrecision (BlockDataID forceID_, BlockDataID pdfsID_, int64_t lebc_bot_index, int64_t lebc_top_index, double omega_bulk, double omega_even, double omega_odd, double omega_shear, double v_s)
 
 ~StreamCollideSweepLeesEdwardsDoublePrecision ()
 
void run (IBlock *block)
 
void runOnCellInterval (const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block)
 
void operator() (IBlock *block)
 
std::function< void(IBlock *)> getSweep ()
 
std::function< void(IBlock *)> getSweepOnCellInterval (const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
 
void configure (const shared_ptr< StructuredBlockStorage > &, IBlock *)
 
int64_t getLebc_bot_index () const
 
int64_t getLebc_top_index () const
 
double getOmega_bulk () const
 
double getOmega_even () const
 
double getOmega_odd () const
 
double getOmega_shear () const
 
double getV_s () const
 
void setLebc_bot_index (const int64_t value)
 
void setLebc_top_index (const int64_t value)
 
void setOmega_bulk (const double value)
 
void setOmega_even (const double value)
 
void setOmega_odd (const double value)
 
void setOmega_shear (const double value)
 
void setV_s (const double value)
 

Static Public Member Functions

static std::function< void(IBlock *)> getSweep (const shared_ptr< StreamCollideSweepLeesEdwardsDoublePrecision > &kernel)
 
static std::function< void(IBlock *)> getSweepOnCellInterval (const shared_ptr< StreamCollideSweepLeesEdwardsDoublePrecision > &kernel, const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
 

Detailed Description

Constructor & Destructor Documentation

◆ StreamCollideSweepLeesEdwardsDoublePrecision()

walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::StreamCollideSweepLeesEdwardsDoublePrecision ( BlockDataID  forceID_,
BlockDataID  pdfsID_,
int64_t  lebc_bot_index,
int64_t  lebc_top_index,
double  omega_bulk,
double  omega_even,
double  omega_odd,
double  omega_shear,
double  v_s 
)
inline

◆ ~StreamCollideSweepLeesEdwardsDoublePrecision()

walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::~StreamCollideSweepLeesEdwardsDoublePrecision ( )
inline

Member Function Documentation

◆ configure()

void walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::configure ( const shared_ptr< StructuredBlockStorage > &  ,
IBlock *   
)
inline

◆ getLebc_bot_index()

int64_t walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::getLebc_bot_index ( ) const
inline

◆ getLebc_top_index()

int64_t walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::getLebc_top_index ( ) const
inline

◆ getOmega_bulk()

double walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::getOmega_bulk ( ) const
inline

◆ getOmega_even()

double walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::getOmega_even ( ) const
inline

◆ getOmega_odd()

double walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::getOmega_odd ( ) const
inline

◆ getOmega_shear()

double walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::getOmega_shear ( ) const
inline

◆ getSweep() [1/2]

std::function< void(IBlock *)> walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::getSweep ( )
inline

Definition at line 92 of file StreamCollideSweepLeesEdwardsDoublePrecision.h.

References run().

◆ getSweep() [2/2]

static std::function< void(IBlock *)> walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::getSweep ( const shared_ptr< StreamCollideSweepLeesEdwardsDoublePrecision > &  kernel)
inlinestatic

◆ getSweepOnCellInterval() [1/2]

static std::function< void(IBlock *)> walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::getSweepOnCellInterval ( const shared_ptr< StreamCollideSweepLeesEdwardsDoublePrecision > &  kernel,
const shared_ptr< StructuredBlockStorage > &  blocks,
const CellInterval &  globalCellInterval,
cell_idx_t  ghostLayers = 1 
)
inlinestatic

◆ getSweepOnCellInterval() [2/2]

std::function< void(IBlock *)> walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::getSweepOnCellInterval ( const shared_ptr< StructuredBlockStorage > &  blocks,
const CellInterval &  globalCellInterval,
cell_idx_t  ghostLayers = 1 
)
inline

◆ getV_s()

double walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::getV_s ( ) const
inline

◆ operator()()

void walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::operator() ( IBlock *  block)
inline

Definition at line 76 of file StreamCollideSweepLeesEdwardsDoublePrecision.h.

References block(), and run().

◆ run()

void walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::run ( IBlock *  block)

◆ runOnCellInterval()

void walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::runOnCellInterval ( const shared_ptr< StructuredBlockStorage > &  blocks,
const CellInterval &  globalCellInterval,
cell_idx_t  ghostLayers,
IBlock *  block 
)

◆ setLebc_bot_index()

void walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::setLebc_bot_index ( const int64_t  value)
inline

◆ setLebc_top_index()

void walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::setLebc_top_index ( const int64_t  value)
inline

◆ setOmega_bulk()

void walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::setOmega_bulk ( const double  value)
inline

◆ setOmega_even()

void walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::setOmega_even ( const double  value)
inline

◆ setOmega_odd()

void walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::setOmega_odd ( const double  value)
inline

◆ setOmega_shear()

void walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::setOmega_shear ( const double  value)
inline

◆ setV_s()

void walberla::pystencils::StreamCollideSweepLeesEdwardsDoublePrecision::setV_s ( const double  value)
inline

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