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

#include <FrictionCouplingKernel_single_precision.h>

Public Member Functions

 FrictionCouplingKernel_single_precision (BlockDataID fID_, BlockDataID jID_, float D, float kT)
 
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)
 

Static Public Member Functions

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

Public Attributes

BlockDataID fID
 
BlockDataID jID
 
float D_
 
float kT_
 

Detailed Description

Definition at line 53 of file FrictionCouplingKernel_single_precision.h.

Constructor & Destructor Documentation

◆ FrictionCouplingKernel_single_precision()

walberla::pystencils::FrictionCouplingKernel_single_precision::FrictionCouplingKernel_single_precision ( BlockDataID  fID_,
BlockDataID  jID_,
float  D,
float  kT 
)
inline

Definition at line 55 of file FrictionCouplingKernel_single_precision.h.

Member Function Documentation

◆ configure()

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

Definition at line 94 of file FrictionCouplingKernel_single_precision.h.

◆ getSweep() [1/2]

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

Definition at line 81 of file FrictionCouplingKernel_single_precision.h.

References run().

◆ getSweep() [2/2]

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

Definition at line 68 of file FrictionCouplingKernel_single_precision.h.

◆ getSweepOnCellInterval() [1/2]

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

Definition at line 72 of file FrictionCouplingKernel_single_precision.h.

◆ getSweepOnCellInterval() [2/2]

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

Definition at line 86 of file FrictionCouplingKernel_single_precision.h.

References runOnCellInterval().

◆ operator()()

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

Definition at line 65 of file FrictionCouplingKernel_single_precision.h.

References block(), and run().

◆ run()

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

◆ runOnCellInterval()

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

Member Data Documentation

◆ D_

float walberla::pystencils::FrictionCouplingKernel_single_precision::D_

Definition at line 99 of file FrictionCouplingKernel_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ fID

BlockDataID walberla::pystencils::FrictionCouplingKernel_single_precision::fID

Definition at line 97 of file FrictionCouplingKernel_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ jID

BlockDataID walberla::pystencils::FrictionCouplingKernel_single_precision::jID

Definition at line 98 of file FrictionCouplingKernel_single_precision.h.

Referenced by run(), and runOnCellInterval().

◆ kT_

float walberla::pystencils::FrictionCouplingKernel_single_precision::kT_

Definition at line 100 of file FrictionCouplingKernel_single_precision.h.

Referenced by run(), and runOnCellInterval().


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