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

#include <DiffusiveFluxKernelWithElectrostatic_double_precision.h>

Public Member Functions

 DiffusiveFluxKernelWithElectrostatic_double_precision (BlockDataID jID_, BlockDataID phiID_, BlockDataID rhoID_, double D, double f_ext_0, double f_ext_1, double f_ext_2, double kT, double z)
 
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 getD () const
 
double getF_ext_0 () const
 
double getF_ext_1 () const
 
double getF_ext_2 () const
 
double getKt () const
 
double getZ () const
 
void setD (const double value)
 
void setF_ext_0 (const double value)
 
void setF_ext_1 (const double value)
 
void setF_ext_2 (const double value)
 
void setKt (const double value)
 
void setZ (const double value)
 
void setPhiID (BlockDataID phiID_)
 

Static Public Member Functions

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

Detailed Description

Constructor & Destructor Documentation

◆ DiffusiveFluxKernelWithElectrostatic_double_precision()

walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::DiffusiveFluxKernelWithElectrostatic_double_precision ( BlockDataID  jID_,
BlockDataID  phiID_,
BlockDataID  rhoID_,
double  D,
double  f_ext_0,
double  f_ext_1,
double  f_ext_2,
double  kT,
double  z 
)
inline

Member Function Documentation

◆ configure()

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

◆ getD()

double walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::getD ( ) const
inline

◆ getF_ext_0()

double walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::getF_ext_0 ( ) const
inline

◆ getF_ext_1()

double walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::getF_ext_1 ( ) const
inline

◆ getF_ext_2()

double walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::getF_ext_2 ( ) const
inline

◆ getKt()

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

◆ getSweep() [1/2]

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

Definition at line 87 of file DiffusiveFluxKernelWithElectrostatic_double_precision.h.

References run().

◆ getSweep() [2/2]

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

◆ getSweepOnCellInterval() [1/2]

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

◆ getSweepOnCellInterval() [2/2]

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

◆ getZ()

double walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::getZ ( ) const
inline

◆ operator()()

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

Definition at line 69 of file DiffusiveFluxKernelWithElectrostatic_double_precision.h.

References block(), and run().

◆ run()

◆ runOnCellInterval()

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

◆ setD()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::setD ( const double  value)
inline

◆ setF_ext_0()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::setF_ext_0 ( const double  value)
inline

◆ setF_ext_1()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::setF_ext_1 ( const double  value)
inline

◆ setF_ext_2()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::setF_ext_2 ( const double  value)
inline

◆ setKt()

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

◆ setPhiID()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::setPhiID ( BlockDataID  phiID_)
inline

◆ setZ()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_double_precision::setZ ( const double  value)
inline

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