#include <FrictionCouplingKernel_single_precision.h>
|
| | FrictionCouplingKernel_single_precision (BlockDataID fID_, BlockDataID jID_, float D, float kT, float rho_lb) |
| |
| 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 | getKt () const |
| |
| float | getRho_lb () const |
| |
| void | setD (const float value) |
| |
| void | setKt (const float value) |
| |
| void | setRho_lb (const float value) |
| |
◆ FrictionCouplingKernel_single_precision()
◆ configure()
| void walberla::pystencils::FrictionCouplingKernel_single_precision::configure |
( |
const shared_ptr< StructuredBlockStorage > & |
, |
|
|
IBlock * |
|
|
) |
| |
|
inline |
◆ getD()
| float walberla::pystencils::FrictionCouplingKernel_single_precision::getD |
( |
| ) |
const |
|
inline |
◆ getKt()
| float walberla::pystencils::FrictionCouplingKernel_single_precision::getKt |
( |
| ) |
const |
|
inline |
◆ getRho_lb()
| float walberla::pystencils::FrictionCouplingKernel_single_precision::getRho_lb |
( |
| ) |
const |
|
inline |
◆ getSweep() [1/2]
| std::function< void(IBlock *)> walberla::pystencils::FrictionCouplingKernel_single_precision::getSweep |
( |
| ) |
|
|
inline |
◆ getSweep() [2/2]
◆ getSweepOnCellInterval() [1/2]
◆ 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 |
◆ operator()()
| void walberla::pystencils::FrictionCouplingKernel_single_precision::operator() |
( |
IBlock * |
block | ) |
|
|
inline |
◆ 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 |
|
) |
| |
◆ setD()
| void walberla::pystencils::FrictionCouplingKernel_single_precision::setD |
( |
const float |
value | ) |
|
|
inline |
◆ setKt()
| void walberla::pystencils::FrictionCouplingKernel_single_precision::setKt |
( |
const float |
value | ) |
|
|
inline |
◆ setRho_lb()
| void walberla::pystencils::FrictionCouplingKernel_single_precision::setRho_lb |
( |
const float |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: