25#include "core/DataTypes.h"
26#include "core/logging/Logging.h"
28#include "domain_decomposition/BlockDataID.h"
29#include "domain_decomposition/IBlock.h"
30#include "domain_decomposition/StructuredBlockStorage.h"
31#include "field/GhostLayerField.h"
32#include "field/SwapableCompare.h"
35#include <unordered_map>
38#define RESTRICT __restrict__
43#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || \
44 (defined WALBERLA_CXX_COMPILER_IS_CLANG)
45#pragma GCC diagnostic push
46#pragma GCC diagnostic ignored "-Wunused-parameter"
47#pragma GCC diagnostic ignored "-Wreorder"
56 float D,
float kT,
float rho_lb)
57 : fID(fID_), jID(jID_), D_(D), kT_(kT), rho_lb_(rho_lb) {}
62 const CellInterval &globalCellInterval,
63 cell_idx_t ghostLayers, IBlock *
block);
67 static std::function<void(IBlock *)>
68 getSweep(
const shared_ptr<FrictionCouplingKernel_single_precision> &kernel) {
69 return [kernel](IBlock *b) { kernel->run(b); };
73 const shared_ptr<FrictionCouplingKernel_single_precision> &kernel,
74 const shared_ptr<StructuredBlockStorage> &blocks,
75 const CellInterval &globalCellInterval, cell_idx_t ghostLayers = 1) {
76 return [kernel, blocks, globalCellInterval, ghostLayers](IBlock *b) {
77 kernel->runOnCellInterval(blocks, globalCellInterval, ghostLayers, b);
82 return [
this](IBlock *b) { this->
run(b); };
85 std::function<void(IBlock *)>
87 const CellInterval &globalCellInterval,
88 cell_idx_t ghostLayers = 1) {
89 return [
this, blocks, globalCellInterval, ghostLayers](IBlock *b) {
94 void configure(
const shared_ptr<StructuredBlockStorage> & ,
97 inline float getD()
const {
return D_; }
98 inline float getKt()
const {
return kT_; }
100 inline void setD(
const float value) { D_ = value; }
101 inline void setKt(
const float value) { kT_ = value; }
102 inline void setRho_lb(
const float value) { rho_lb_ = value; }
115#if (defined WALBERLA_CXX_COMPILER_IS_GNU) || \
116 (defined WALBERLA_CXX_COMPILER_IS_CLANG)
117#pragma GCC diagnostic pop
void configure(const shared_ptr< StructuredBlockStorage > &, IBlock *)
void setD(const float value)
void setKt(const float value)
void operator()(IBlock *block)
std::function< void(IBlock *)> getSweep()
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)
FrictionCouplingKernel_single_precision(BlockDataID fID_, BlockDataID jID_, float D, float kT, float rho_lb)
void runOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers, IBlock *block)
std::function< void(IBlock *)> getSweepOnCellInterval(const shared_ptr< StructuredBlockStorage > &blocks, const CellInterval &globalCellInterval, cell_idx_t ghostLayers=1)
static std::function< void(IBlock *)> getSweep(const shared_ptr< FrictionCouplingKernel_single_precision > &kernel)
void setRho_lb(const float value)
static double * block(double *p, std::size_t index, std::size_t size)
\file PackInfoPdfDoublePrecision.cpp \author pystencils