![]() |
|
Public Member Functions | |
ClassName ("surfaceInterpolation") | |
surfaceInterpolation (const fvMesh &) | |
Construct given an fvMesh. | |
~surfaceInterpolation () | |
const surfaceScalarField & | weights () const |
Return reference to weighting factors array. | |
const surfaceScalarField & | deltaCoeffs () const |
Return reference to difference factors array. | |
bool | orthogonal () const |
Return whether mesh is orthogonal or not. | |
const surfaceVectorField & | correctionVectors () 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. |
|
Construct given an fvMesh.
|
|
|
|
|
|
Clear all geometry and addressing.
|
|
Return reference to non-orthogonality correction vectors array.
|
|
Return reference to difference factors array.
|
|
Do what is neccessary if the mesh has moved.
|
|
Return whether mesh is orthogonal or not.
Referenced by limitedSnGrad::deltaCoeffs(), correctedSnGrad::deltaCoeffs(), and correctedLnGrad::deltaCoeffs(). |
|
Return reference to weighting factors array.
|