DensityAndMomentumDensity.h File Reference

Detailed Description

#include "MomentumDensity.h"
#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::DensityAndMomentumDensity< LatticeModel_T, Enable >
 
struct  walberla::lbm::DensityAndMomentumDensity< LatticeModel_T, typename std::enable_if< ! std::is_same< typename LatticeModel_T::Stencil, stencil::D3Q19 >::value >::type >
 
struct  walberla::lbm::DensityAndMomentumDensity< 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 >
real_t walberla::lbm::internal::getDensityAndMomentumDensity (Vector3< real_t > &momentumDensity, const FieldPtrOrIterator &it)
 
template<typename LatticeModel_T , typename PdfField_T >
real_t walberla::lbm::internal::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 walberla::lbm::internal::getDensityAndMomentumDensityD3Q19 (Vector3< real_t > &momentumDensity, const FieldPtrOrIterator &it)
 
template<typename LatticeModel_T , typename PdfField_T >
real_t walberla::lbm::internal::getDensityAndMomentumDensityD3Q19 (Vector3< real_t > &momentumDensity, const PdfField_T &pdf, const cell_idx_t x, const cell_idx_t y, const cell_idx_t z)