Skew-correction vectors for the skewness-corrected interpolation scheme. More...
Public Member Functions | |
TypeName ("skewCorrectionVectors") | |
skewCorrectionVectors (const fvMesh &mesh) | |
virtual | ~skewCorrectionVectors () |
Destructor. More... | |
bool | skew () const |
Return whether mesh is skew or not. More... | |
const surfaceVectorField & | operator() () const |
Return reference to skew vectors array. More... | |
virtual bool | movePoints () |
Update the correction vectors when the mesh moves. More... | |
![]() | |
MeshObject (const fvMesh &mesh) | |
Construct on Mesh type. More... | |
virtual | ~MeshObject ()=default |
Destructor. More... | |
const fvMesh & | mesh () const |
virtual bool | writeData (Ostream &os) const |
Additional Inherited Members | |
![]() | |
static const skewCorrectionVectors & | New (const fvMesh &mesh, Args &&... args) |
Get existing or create a new MeshObject. More... | |
static bool | Delete (const fvMesh &mesh) |
Static destructor. More... | |
![]() | |
const fvMesh & | mesh_ |
Skew-correction vectors for the skewness-corrected interpolation scheme.
Definition at line 54 of file skewCorrectionVectors.H.
|
explicit |
Definition at line 42 of file skewCorrectionVectors.C.
References Foam::dimless.
|
virtual |
Destructor.
Definition at line 65 of file skewCorrectionVectors.C.
TypeName | ( | "skewCorrectionVectors" | ) |
|
inline |
Return whether mesh is skew or not.
Definition at line 87 of file skewCorrectionVectors.H.
|
inline |
Return reference to skew vectors array.
Definition at line 93 of file skewCorrectionVectors.H.
|
virtual |
Update the correction vectors when the mesh moves.
Definition at line 153 of file skewCorrectionVectors.C.