Evaluator of the velocity gradient field, given a velocity field.
#include <VelocityGradientFieldEvaluator.h>
Public Types | |
using | TensorField_T = GhostLayerField< Matrix3< real_t >, 1 > |
using | VectorField_T = GhostLayerField< Vector3< real_t >, 1 > |
using | Stencil_T = typename LatticeModel_T::Stencil |
Public Member Functions | |
VelocityGradientFieldEvaluator (const BlockDataID &velocityGradientFieldID, const ConstBlockDataID &velocityFieldID, const ConstBlockDataID &boundaryHandlingID) | |
void | operator() (IBlock *const block) |
Private Member Functions | |
void | getVelocityGradient (const Cell &cell, const VectorField_T *velocityField, const BoundaryHandling_T *boundaryHandling, Matrix3< real_t > &velocityGradient) |
Private Attributes | |
const BlockDataID | velocityGradientFieldID_ |
const ConstBlockDataID | velocityFieldID_ |
const ConstBlockDataID | boundaryHandlingID_ |
using walberla::pe_coupling::discrete_particle_methods::VelocityGradientFieldEvaluator< LatticeModel_T, BoundaryHandling_T >::Stencil_T = typename LatticeModel_T::Stencil |
using walberla::pe_coupling::discrete_particle_methods::VelocityGradientFieldEvaluator< LatticeModel_T, BoundaryHandling_T >::TensorField_T = GhostLayerField<Matrix3<real_t>, 1> |
using walberla::pe_coupling::discrete_particle_methods::VelocityGradientFieldEvaluator< LatticeModel_T, BoundaryHandling_T >::VectorField_T = GhostLayerField<Vector3<real_t>, 1> |
|
inline |
|
inlineprivate |
|
inline |
|
private |
|
private |
|
private |