Inversed weight central-differencing interpolation scheme class. More...
#include <finiteVolume/reverseLinear.H>
Inversed weight central-differencing interpolation scheme class.
Useful for inverse weighted and harmonic interpolations.
Definition at line 53 of file reverseLinear.H.
Public Member Functions | |
TypeName ("reverseLinear") | |
Runtime type information.
| |
reverseLinear (const fvMesh &mesh) | |
Construct from mesh.
| |
reverseLinear (const fvMesh &mesh, Istream &) | |
Construct from Istream.
| |
reverseLinear (const fvMesh &mesh, const surfaceScalarField &, Istream &) | |
Construct from faceFlux and Istream.
| |
tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the interpolation weighting factors.
|
reverseLinear | ( | const fvMesh & | mesh ) | [inline]
|
Construct from mesh.
Definition at line 72 of file reverseLinear.H.
reverseLinear | ( | const fvMesh & | mesh, |
Istream & | |||
) | [inline]
|
Construct from Istream.
Definition at line 78 of file reverseLinear.H.
reverseLinear | ( | const fvMesh & | mesh, |
const surfaceScalarField & | , | ||
Istream & | |||
) | [inline]
|
Construct from faceFlux and Istream.
Definition at line 85 of file reverseLinear.H.
TypeName | ( | "reverseLinear< Type >" | ) |
Runtime type information.
tmp<surfaceScalarField> weights | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | const [inline, virtual]
|
Return the interpolation weighting factors.
Implements surfaceInterpolationScheme< Type >.
Definition at line 99 of file reverseLinear.H.
References fvMesh::boundary(), Foam::dimless, forAll, surfaceInterpolationScheme< Type >::mesh(), fvMesh::time(), and Time::timeName().