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

#include <StreamCollideSweepThermalizedDoublePrecision.h>

Public Member Functions

 StreamCollideSweepThermalizedDoublePrecision (BlockDataID forceID_, BlockDataID pdfsID_, double kT, double omega_bulk, double omega_even, double omega_odd, double omega_shear, uint32_t seed, uint32_t time_step)
 
 ~StreamCollideSweepThermalizedDoublePrecision ()
 
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 > &blocks, IBlock *block)
 
uint32_t getBlock_offset_0 () const
 
uint32_t getBlock_offset_1 () const
 
uint32_t getBlock_offset_2 () const
 
double getKt () const
 
double getOmega_bulk () const
 
double getOmega_even () const
 
double getOmega_odd () const
 
double getOmega_shear () const
 
uint32_t getSeed () const
 
uint32_t getTime_step () const
 
void setBlock_offset_0 (const uint32_t value)
 
void setBlock_offset_1 (const uint32_t value)
 
void setBlock_offset_2 (const uint32_t value)
 
void setKt (const double 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 setSeed (const uint32_t value)
 
void setTime_step (const uint32_t value)
 

Static Public Member Functions

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

Detailed Description

Constructor & Destructor Documentation

◆ StreamCollideSweepThermalizedDoublePrecision()

walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::StreamCollideSweepThermalizedDoublePrecision ( BlockDataID  forceID_,
BlockDataID  pdfsID_,
double  kT,
double  omega_bulk,
double  omega_even,
double  omega_odd,
double  omega_shear,
uint32_t  seed,
uint32_t  time_step 
)
inline

◆ ~StreamCollideSweepThermalizedDoublePrecision()

walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::~StreamCollideSweepThermalizedDoublePrecision ( )
inline

Member Function Documentation

◆ configure()

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

◆ getBlock_offset_0()

uint32_t walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::getBlock_offset_0 ( ) const
inline

◆ getBlock_offset_1()

uint32_t walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::getBlock_offset_1 ( ) const
inline

◆ getBlock_offset_2()

uint32_t walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::getBlock_offset_2 ( ) const
inline

◆ getKt()

double walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::getKt ( ) const
inline

◆ getOmega_bulk()

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

◆ getOmega_even()

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

◆ getOmega_odd()

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

◆ getOmega_shear()

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

◆ getSeed()

uint32_t walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::getSeed ( ) const
inline

◆ getSweep() [1/2]

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

Definition at line 95 of file StreamCollideSweepThermalizedDoublePrecision.h.

References run().

◆ getSweep() [2/2]

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

◆ getSweepOnCellInterval() [1/2]

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

◆ getSweepOnCellInterval() [2/2]

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

◆ getTime_step()

uint32_t walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::getTime_step ( ) const
inline

◆ operator()()

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

Definition at line 79 of file StreamCollideSweepThermalizedDoublePrecision.h.

References block(), and run().

◆ run()

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

◆ runOnCellInterval()

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

◆ setBlock_offset_0()

void walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::setBlock_offset_0 ( const uint32_t  value)
inline

◆ setBlock_offset_1()

void walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::setBlock_offset_1 ( const uint32_t  value)
inline

◆ setBlock_offset_2()

void walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::setBlock_offset_2 ( const uint32_t  value)
inline

◆ setKt()

void walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::setKt ( const double  value)
inline

◆ setOmega_bulk()

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

◆ setOmega_even()

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

◆ setOmega_odd()

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

◆ setOmega_shear()

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

◆ setSeed()

void walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::setSeed ( const uint32_t  value)
inline

◆ setTime_step()

void walberla::pystencils::StreamCollideSweepThermalizedDoublePrecision::setTime_step ( const uint32_t  value)
inline

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