PSMUtility.h File Reference

Detailed Description

Namespaces

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 walberla::lbm_mesapd_coupling
 
 walberla::lbm_mesapd_coupling::psm
 

Functions

template<typename LatticeModel_T , int Weighting_T, typename ParticleAccessor_T >
Vector3< real_t > walberla::lbm_mesapd_coupling::psm::getPSMMacroscopicVelocity (const IBlock &block, lbm::PdfField< LatticeModel_T > *pdfField, GhostLayerField< std::vector< std::pair< walberla::size_t, real_t > >, 1 > *particleAndVolumeFractionField, StructuredBlockStorage &blockStorage, const Cell &cell, const ParticleAccessor_T &ac)
 Evaluates the macroscopic velocity for a given cell when using the PSM method. More...
 
template<typename LatticeModel_T , int Weighting_T, typename ParticleAccessor_T >
void walberla::lbm_mesapd_coupling::psm::initializeDomainForPSM (StructuredBlockStorage &blockStorage, const BlockDataID &pdfFieldID, const BlockDataID &particleAndVolumeFractionFieldID, const ParticleAccessor_T &ac)
 Initializes the PDF field inside the bodies according to the velocities of the bodies. More...