Evaluator of the pressure gradient field, given a pressure field.
#include <PressureGradientFieldEvaluator.h>
Public Types | |
using | VectorField_T = GhostLayerField< Vector3< real_t >, 1 > |
using | ScalarField_T = GhostLayerField< real_t, 1 > |
using | Stencil_T = typename LatticeModel_T::Stencil |
Public Member Functions | |
PressureGradientFieldEvaluator (const BlockDataID &pressureGradientFieldID, const ConstBlockDataID &pressureFieldID, const ConstBlockDataID &boundaryHandlingID) | |
void | operator() (IBlock *const block) |
Private Member Functions | |
Vector3< real_t > | getPressureGradient (const Cell &cell, const ScalarField_T *pressureField, const BoundaryHandling_T *boundaryHandling) |
Private Attributes | |
const BlockDataID | pressureGradientFieldID_ |
const ConstBlockDataID | pressureFieldID_ |
const ConstBlockDataID | boundaryHandlingID_ |
using walberla::pe_coupling::discrete_particle_methods::PressureGradientFieldEvaluator< LatticeModel_T, BoundaryHandling_T >::ScalarField_T = GhostLayerField<real_t, 1> |
using walberla::pe_coupling::discrete_particle_methods::PressureGradientFieldEvaluator< LatticeModel_T, BoundaryHandling_T >::Stencil_T = typename LatticeModel_T::Stencil |
using walberla::pe_coupling::discrete_particle_methods::PressureGradientFieldEvaluator< LatticeModel_T, BoundaryHandling_T >::VectorField_T = GhostLayerField<Vector3<real_t>, 1> |
|
inline |
|
inlineprivate |
|
inline |
|
private |
|
private |
|
private |