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

#include <DiffusiveFluxKernelWithElectrostatic_single_precision.h>

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Constructor & Destructor Documentation

◆ DiffusiveFluxKernelWithElectrostatic_single_precision()

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

Member Function Documentation

◆ configure()

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

◆ getD()

float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::getD ( ) const
inline

◆ getF_ext_0()

float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::getF_ext_0 ( ) const
inline

◆ getF_ext_1()

float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::getF_ext_1 ( ) const
inline

◆ getF_ext_2()

float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::getF_ext_2 ( ) const
inline

◆ getKt()

float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::getKt ( ) const
inline

◆ getSweep() [1/2]

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

Definition at line 87 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.

References run().

◆ getSweep() [2/2]

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

◆ getSweepOnCellInterval() [1/2]

static std::function< void(IBlock *)> walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::getSweepOnCellInterval ( const shared_ptr< DiffusiveFluxKernelWithElectrostatic_single_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_single_precision::getSweepOnCellInterval ( const shared_ptr< StructuredBlockStorage > &  blocks,
const CellInterval &  globalCellInterval,
cell_idx_t  ghostLayers = 1 
)
inline

◆ getZ()

float walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::getZ ( ) const
inline

◆ operator()()

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

Definition at line 69 of file DiffusiveFluxKernelWithElectrostatic_single_precision.h.

References block(), and run().

◆ run()

◆ runOnCellInterval()

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

◆ setD()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::setD ( const float  value)
inline

◆ setF_ext_0()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::setF_ext_0 ( const float  value)
inline

◆ setF_ext_1()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::setF_ext_1 ( const float  value)
inline

◆ setF_ext_2()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::setF_ext_2 ( const float  value)
inline

◆ setKt()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::setKt ( const float  value)
inline

◆ setPhiID()

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

◆ setZ()

void walberla::pystencils::DiffusiveFluxKernelWithElectrostatic_single_precision::setZ ( const float  value)
inline

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