Skew-correction vectors for the skewness-corrected interpolation scheme. More...
#include <finiteVolume/skewCorrectionVectors.H>
Skew-correction vectors for the skewness-corrected interpolation scheme.
Definition at line 53 of file skewCorrectionVectors.H.
Public Member Functions | |
TypeName ("skewCorrectionVectors") | |
skewCorrectionVectors (const fvMesh &mesh) | |
virtual | ~skewCorrectionVectors () |
bool | skew () const |
Return whether mesh is skew or not.
| |
const surfaceVectorField & | operator() () const |
Return reference to skew vectors array.
| |
virtual bool | movePoints () |
Delete the correction vectors when the mesh moves.
|
skewCorrectionVectors | ( | const fvMesh & | mesh ) | [explicit]
|
Definition at line 40 of file skewCorrectionVectors.C.
~skewCorrectionVectors | ( | ) | [virtual]
|
Definition at line 48 of file skewCorrectionVectors.C.
References Foam::deleteDemandDrivenData().
TypeName | ( | "skewCorrectionVectors" | ) |
bool skew | ( | ) | const |
Return whether mesh is skew or not.
Definition at line 169 of file skewCorrectionVectors.C.
const Foam::surfaceVectorField & operator() | ( | ) | const |
Return reference to skew vectors array.
Definition at line 180 of file skewCorrectionVectors.C.
References Foam::abort(), Foam::FatalError, FatalErrorIn, and Foam::skew().
bool movePoints | ( | ) | [virtual]
|
Delete the correction vectors when the mesh moves.
Definition at line 194 of file skewCorrectionVectors.C.
References Foam::deleteDemandDrivenData().