Go to the documentation of this file.
35 #ifndef skewCorrectionVectors_H
36 #define skewCorrectionVectors_H
55 public MeshObject<fvMesh, MoveableMeshObject, skewCorrectionVectors>
bool skew() const
Return whether mesh is skew or not.
virtual ~skewCorrectionVectors()
Destructor.
const surfaceVectorField & operator()() const
Return reference to skew vectors array.
void calcSkewCorrectionVectors()
Calculate skewness correction vectors.
skewCorrectionVectors(const fvMesh &mesh)
const fvMesh & mesh() const
Mesh data needed to do the Finite Volume discretisation.
Skew-correction vectors for the skewness-corrected interpolation scheme.
surfaceVectorField skewCorrectionVectors_
Skew correction vectors.
virtual bool movePoints()
Update the correction vectors when the mesh moves.
TypeName("skewCorrectionVectors")
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
Generic GeometricField class.