|
template<typename LatticeModel_T , typename FieldPtrOrIterator > |
real_t | getDensityAndMomentumDensity (Vector3< real_t > &momentumDensity, const FieldPtrOrIterator &it) |
|
template<typename LatticeModel_T , typename PdfField_T > |
real_t | getDensityAndMomentumDensity (Vector3< real_t > &momentumDensity, const PdfField_T &pdf, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z) |
|
template<typename LatticeModel_T , typename FieldPtrOrIterator > |
real_t | getDensityAndMomentumDensityD3Q19 (Vector3< real_t > &momentumDensity, const FieldPtrOrIterator &it) |
|
template<typename LatticeModel_T , typename PdfField_T > |
real_t | getDensityAndMomentumDensityD3Q19 (Vector3< real_t > &momentumDensity, const PdfField_T &pdf, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z) |
|
template<typename LatticeModel_T , typename FieldPtrOrIterator > |
void | getMomentumDensity (Vector3< real_t > &momentumDensity, const FieldPtrOrIterator &it) |
|
template<typename LatticeModel_T , typename PdfField_T > |
void | getMomentumDensity (Vector3< real_t > &momentumDensity, const PdfField_T &pdf, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z) |
|
template<typename LatticeModel_T , typename FieldPtrOrIterator > |
void | getMomentumDensityD3Q19 (Vector3< real_t > &momentumDensity, const FieldPtrOrIterator &it) |
|
template<typename LatticeModel_T , typename PdfField_T > |
void | getMomentumDensityD3Q19 (Vector3< real_t > &momentumDensity, const PdfField_T &pdf, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z) |
|
template<typename LatticeModel_T , typename FieldPtrOrIterator > |
void | getPressureTensor (Matrix3< real_t > &pressureTensor, const LatticeModel_T &latticeModel, const FieldPtrOrIterator &it) |
|
template<typename LatticeModel_T , typename PdfField_T > |
void | getPressureTensor (Matrix3< real_t > &pressureTensor, const LatticeModel_T &latticeModel, const PdfField_T &pdf, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z) |
|
real_t | multiplyVelocityDirection (const real_t cx, const real_t cy, const real_t cz, const Vector3< real_t > &velocity) |
|
real_t | multiplyVelocityDirection (const stencil::Direction &direction, const Vector3< real_t > &velocity) |
|
Vector3< real_t > | massEvaluationDomain (const shared_ptr< StructuredBlockStorage > &blocks, const uint_t level) |
|