skewCorrectionVectors Class Reference

Skew-correction vectors for the skewness-corrected interpolation scheme. More...

Inheritance diagram for skewCorrectionVectors:
[legend]
Collaboration diagram for skewCorrectionVectors:
[legend]

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 surfaceVectorFieldoperator() () const
 Return reference to skew vectors array. More...
 
virtual bool movePoints ()
 Update the correction vectors when the mesh moves. More...
 
- Public Member Functions inherited from MeshObject< fvMesh, MoveableMeshObject, skewCorrectionVectors >
 MeshObject (const fvMesh &mesh)
 Construct on Mesh type. More...
 
virtual ~MeshObject ()=default
 Destructor. More...
 
const fvMeshmesh () const
 
virtual bool writeData (Ostream &os) const
 

Additional Inherited Members

- Static Public Member Functions inherited from MeshObject< fvMesh, MoveableMeshObject, skewCorrectionVectors >
static const skewCorrectionVectorsNew (const fvMesh &mesh, Args &&... args)
 Get existing or create a new MeshObject. More...
 
static bool Delete (const fvMesh &mesh)
 Static destructor. More...
 
- Protected Attributes inherited from MeshObject< fvMesh, MoveableMeshObject, skewCorrectionVectors >
const fvMeshmesh_
 

Detailed Description

Skew-correction vectors for the skewness-corrected interpolation scheme.

Source files

Definition at line 54 of file skewCorrectionVectors.H.

Constructor & Destructor Documentation

◆ skewCorrectionVectors()

skewCorrectionVectors ( const fvMesh mesh)
explicit

Definition at line 42 of file skewCorrectionVectors.C.

References Foam::dimless.

◆ ~skewCorrectionVectors()

~skewCorrectionVectors ( )
virtual

Destructor.

Definition at line 65 of file skewCorrectionVectors.C.

Member Function Documentation

◆ TypeName()

TypeName ( "skewCorrectionVectors"  )

◆ skew()

bool skew ( ) const
inline

Return whether mesh is skew or not.

Definition at line 87 of file skewCorrectionVectors.H.

◆ operator()()

const surfaceVectorField & operator() ( ) const
inline

Return reference to skew vectors array.

Definition at line 93 of file skewCorrectionVectors.H.

◆ movePoints()

bool movePoints ( )
virtual

Update the correction vectors when the mesh moves.

Definition at line 153 of file skewCorrectionVectors.C.


The documentation for this class was generated from the following files: