|
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, ParticleAndVolumeFractionField_T *particleAndVolumeFractionField, StructuredBlockStorage &blockStorage, const Cell &cell, const ParticleAccessor_T &ac) |
| Evaluates the macroscopic velocity for a given cell when using the PSM method.
|
|
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 particles according to the velocities of the particles.
|
|