OpenFOAM logo
Open Source CFD Toolkit

surfaceInterpolation Class Reference

Inheritance diagram for surfaceInterpolation:

Inheritance graph
[legend]
Collaboration diagram for surfaceInterpolation:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ClassName ("surfaceInterpolation")
 surfaceInterpolation (const fvMesh &)
 Construct given an fvMesh.
 ~surfaceInterpolation ()
const surfaceScalarFieldweights () const
 Return reference to weighting factors array.
const surfaceScalarFielddeltaCoeffs () const
 Return reference to difference factors array.
bool orthogonal () const
 Return whether mesh is orthogonal or not.
const surfaceVectorFieldcorrectionVectors () const
 Return reference to non-orthogonality correction vectors array.
bool movePoints ()
 Do what is neccessary if the mesh has moved.

Protected Member Functions

void clearOut ()
 Clear all geometry and addressing.

Constructor & Destructor Documentation

surfaceInterpolation const fvMesh  )  [explicit]
 

Construct given an fvMesh.

~surfaceInterpolation  ) 
 


Member Function Documentation

ClassName "surfaceInterpolation"   ) 
 

void clearOut  )  [protected]
 

Clear all geometry and addressing.

const surfaceVectorField& correctionVectors  )  const
 

Return reference to non-orthogonality correction vectors array.

const surfaceScalarField& deltaCoeffs  )  const
 

Return reference to difference factors array.

bool movePoints  ) 
 

Do what is neccessary if the mesh has moved.

bool orthogonal  )  const
 

Return whether mesh is orthogonal or not.

Referenced by limitedSnGrad::deltaCoeffs(), correctedSnGrad::deltaCoeffs(), and correctedLnGrad::deltaCoeffs().

const surfaceScalarField& weights  )  const
 

Return reference to weighting factors array.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org