Central-differencing interpolation scheme class. More...
#include <finiteVolume/linear.H>
Central-differencing interpolation scheme class.
Definition at line 51 of file linear.H.
Public Member Functions | |
TypeName ("linear") | |
Runtime type information.
| |
linear (const fvMesh &mesh) | |
Construct from mesh.
| |
linear (const fvMesh &mesh, Istream &) | |
Construct from Istream.
| |
linear (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.
|
linear | ( | const fvMesh & | mesh, |
const surfaceScalarField & | , | ||
Istream & | |||
) | [inline]
|
TypeName | ( | "linear< 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 97 of file linear.H.
References surfaceInterpolationScheme< Type >::mesh().