MomentumDensity.h File Reference

Detailed Description

#include "lbm/lattice_model/D3Q19.h"
#include "lbm/lattice_model/ForceModel.h"
#include "core/DataTypes.h"
#include "core/math/Vector3.h"
#include <type_traits>

Classes

struct  walberla::lbm::internal::MacroscopicForceCorrection< LatticeModel_T, Enable >
 
struct  walberla::lbm::internal::MacroscopicForceCorrection< LatticeModel_T, typename std::enable_if< LatticeModel_T::ForceModel::constant &&LatticeModel_T::ForceModel::shiftMacVel >::type >
 
struct  walberla::lbm::internal::MacroscopicForceCorrection< LatticeModel_T, typename std::enable_if< ! LatticeModel_T::ForceModel::constant &&LatticeModel_T::ForceModel::shiftMacVel >::type >
 
struct  walberla::lbm::internal::MacroscopicForceCorrection< LatticeModel_T, typename std::enable_if< ! LatticeModel_T::ForceModel::shiftMacVel >::type >
 
struct  walberla::lbm::internal::EquilibriumForceCorrection< LatticeModel_T, Enable >
 
struct  walberla::lbm::internal::EquilibriumForceCorrection< LatticeModel_T, typename std::enable_if< LatticeModel_T::ForceModel::constant &&LatticeModel_T::ForceModel::shiftEquVel >::type >
 
struct  walberla::lbm::internal::EquilibriumForceCorrection< LatticeModel_T, typename std::enable_if< ! LatticeModel_T::ForceModel::constant &&LatticeModel_T::ForceModel::shiftEquVel >::type >
 
struct  walberla::lbm::internal::EquilibriumForceCorrection< LatticeModel_T, typename std::enable_if< ! LatticeModel_T::ForceModel::shiftEquVel >::type >
 
struct  walberla::lbm::MomentumDensity< LatticeModel_T, Enable >
 
struct  walberla::lbm::MomentumDensity< LatticeModel_T, typename std::enable_if< ! std::is_same< typename LatticeModel_T::Stencil, stencil::D3Q19 >::value >::type >
 
struct  walberla::lbm::MomentumDensity< LatticeModel_T, typename std::enable_if< std::is_same< typename LatticeModel_T::Stencil, stencil::D3Q19 >::value >::type >
 

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
 
 walberla::lbm::internal
 

Functions

template<typename LatticeModel_T , typename FieldPtrOrIterator >
void walberla::lbm::internal::getMomentumDensity (Vector3< real_t > &momentumDensity, const FieldPtrOrIterator &it)
 
template<typename LatticeModel_T , typename PdfField_T >
void walberla::lbm::internal::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 walberla::lbm::internal::getMomentumDensityD3Q19 (Vector3< real_t > &momentumDensity, const FieldPtrOrIterator &it)
 
template<typename LatticeModel_T , typename PdfField_T >
void walberla::lbm::internal::getMomentumDensityD3Q19 (Vector3< real_t > &momentumDensity, const PdfField_T &pdf, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z)