template<typename MomentumDensityField_T>
class walberla::lbm::force_model::Correction< MomentumDensityField_T >
[latt2007hydrodynamic]
|
| Correction (const BlockDataID &previousRhoVelocityId) |
|
void | pack (mpi::SendBuffer &buffer) const |
|
void | unpack (mpi::RecvBuffer &buffer) |
|
void | configure (IBlock &block, StructuredBlockStorage &) |
|
const Vector3< real_t > & | forceDensity () const |
|
const Vector3< real_t > & | forceDensity (const cell_idx_t, const cell_idx_t, const cell_idx_t) const |
|
template<typename LatticeModel_T > |
Vector3< real_t > | directionIndependentTerms (const cell_idx_t x, const cell_idx_t y, const cell_idx_t z, const Vector3< real_t > &velocity, const real_t rho, const real_t omega, const real_t, const real_t) const |
|
template<typename LatticeModel_T > |
real_t | forceTerm (const cell_idx_t, const cell_idx_t, const cell_idx_t, const Vector3< real_t > &, const real_t, const Vector3< real_t > &commonTerm, const real_t w, const real_t cx, const real_t cy, const real_t cz, const real_t, const real_t, const real_t) const |
|
bool | setConstantBodyForceIfPossible (const Vector3< real_t > &, const uint_t=uint_t(0)) |
|