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

#include <ReactionKernelBulk_2_double_precision.h>

Public Member Functions

 ReactionKernelBulk_2_double_precision (BlockDataID rho_0ID_, BlockDataID rho_1ID_, double order_0, double order_1, double rate_coefficient, double stoech_0, double stoech_1)
 
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 *)
 
double getOrder_0 () const
 
double getOrder_1 () const
 
double getRate_coefficient () const
 
double getStoech_0 () const
 
double getStoech_1 () const
 
void setOrder_0 (const double value)
 
void setOrder_1 (const double value)
 
void setRate_coefficient (const double value)
 
void setStoech_0 (const double value)
 
void setStoech_1 (const double value)
 

Static Public Member Functions

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

Detailed Description

Definition at line 55 of file ReactionKernelBulk_2_double_precision.h.

Constructor & Destructor Documentation

◆ ReactionKernelBulk_2_double_precision()

walberla::pystencils::ReactionKernelBulk_2_double_precision::ReactionKernelBulk_2_double_precision ( BlockDataID  rho_0ID_,
BlockDataID  rho_1ID_,
double  order_0,
double  order_1,
double  rate_coefficient,
double  stoech_0,
double  stoech_1 
)
inline

Definition at line 57 of file ReactionKernelBulk_2_double_precision.h.

Member Function Documentation

◆ configure()

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

Definition at line 100 of file ReactionKernelBulk_2_double_precision.h.

◆ getOrder_0()

double walberla::pystencils::ReactionKernelBulk_2_double_precision::getOrder_0 ( ) const
inline

Definition at line 103 of file ReactionKernelBulk_2_double_precision.h.

◆ getOrder_1()

double walberla::pystencils::ReactionKernelBulk_2_double_precision::getOrder_1 ( ) const
inline

Definition at line 104 of file ReactionKernelBulk_2_double_precision.h.

◆ getRate_coefficient()

double walberla::pystencils::ReactionKernelBulk_2_double_precision::getRate_coefficient ( ) const
inline

Definition at line 105 of file ReactionKernelBulk_2_double_precision.h.

◆ getStoech_0()

double walberla::pystencils::ReactionKernelBulk_2_double_precision::getStoech_0 ( ) const
inline

Definition at line 106 of file ReactionKernelBulk_2_double_precision.h.

◆ getStoech_1()

double walberla::pystencils::ReactionKernelBulk_2_double_precision::getStoech_1 ( ) const
inline

Definition at line 107 of file ReactionKernelBulk_2_double_precision.h.

◆ getSweep() [1/2]

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

Definition at line 87 of file ReactionKernelBulk_2_double_precision.h.

References run().

◆ getSweep() [2/2]

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

Definition at line 74 of file ReactionKernelBulk_2_double_precision.h.

◆ getSweepOnCellInterval() [1/2]

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

Definition at line 78 of file ReactionKernelBulk_2_double_precision.h.

◆ getSweepOnCellInterval() [2/2]

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

Definition at line 92 of file ReactionKernelBulk_2_double_precision.h.

References runOnCellInterval().

◆ operator()()

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

Definition at line 71 of file ReactionKernelBulk_2_double_precision.h.

References block(), and run().

◆ run()

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

◆ runOnCellInterval()

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

◆ setOrder_0()

void walberla::pystencils::ReactionKernelBulk_2_double_precision::setOrder_0 ( const double  value)
inline

Definition at line 108 of file ReactionKernelBulk_2_double_precision.h.

◆ setOrder_1()

void walberla::pystencils::ReactionKernelBulk_2_double_precision::setOrder_1 ( const double  value)
inline

Definition at line 109 of file ReactionKernelBulk_2_double_precision.h.

◆ setRate_coefficient()

void walberla::pystencils::ReactionKernelBulk_2_double_precision::setRate_coefficient ( const double  value)
inline

Definition at line 110 of file ReactionKernelBulk_2_double_precision.h.

◆ setStoech_0()

void walberla::pystencils::ReactionKernelBulk_2_double_precision::setStoech_0 ( const double  value)
inline

Definition at line 113 of file ReactionKernelBulk_2_double_precision.h.

◆ setStoech_1()

void walberla::pystencils::ReactionKernelBulk_2_double_precision::setStoech_1 ( const double  value)
inline

Definition at line 114 of file ReactionKernelBulk_2_double_precision.h.


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