Evaluates the pressure field based on the given (GNS) LBM field.
#include <GNSPressureFieldEvaluator.h>
Public Types | |
using | PdfField_T = lbm::PdfField< LatticeModel_T > |
using | ScalarField_T = GhostLayerField< real_t, 1 > |
Public Member Functions | |
GNSPressureFieldEvaluator (const BlockDataID &pressureFieldID, const ConstBlockDataID &pdfFieldID, const ConstBlockDataID &solidVolumeFractionFieldID, const ConstBlockDataID &boundaryHandlingID) | |
void | operator() (IBlock *const block) |
Private Attributes | |
const BlockDataID | pressureFieldID_ |
const ConstBlockDataID | pdfFieldID_ |
const ConstBlockDataID | solidVolumeFractionFieldID_ |
const ConstBlockDataID | boundaryHandlingID_ |
using walberla::pe_coupling::discrete_particle_methods::GNSPressureFieldEvaluator< LatticeModel_T, BoundaryHandling_T >::PdfField_T = lbm::PdfField<LatticeModel_T> |
using walberla::pe_coupling::discrete_particle_methods::GNSPressureFieldEvaluator< LatticeModel_T, BoundaryHandling_T >::ScalarField_T = GhostLayerField<real_t, 1> |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |