FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

skewCorrectionVectors Class Reference

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

#include <finiteVolume/skewCorrectionVectors.H>


Detailed Description

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

Source files

Definition at line 53 of file skewCorrectionVectors.H.

Inheritance diagram for skewCorrectionVectors:
Collaboration diagram for skewCorrectionVectors:

List of all members.

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.

Constructor & Destructor Documentation

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().


Member Function Documentation

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().


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