Interpolation scheme class using weights looked-up from the objectRegistry. More...
#include <finiteVolume/weighted.H>
Interpolation scheme class using weights looked-up from the objectRegistry.
Definition at line 51 of file weighted.H.
Public Member Functions | |
TypeName ("weighted") | |
Runtime type information.
| |
weighted (const surfaceScalarField &weights) | |
Construct from weights.
| |
weighted (const fvMesh &mesh, Istream &is) | |
Construct from Istream.
| |
weighted (const fvMesh &mesh, const surfaceScalarField &, Istream &is) | |
Construct from faceFlux and Istream.
| |
tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the interpolation weighting factors.
|
weighted | ( | const surfaceScalarField & | weights ) | [inline]
|
Construct from weights.
Definition at line 75 of file weighted.H.
Construct from Istream.
Definition at line 82 of file weighted.H.
weighted | ( | const fvMesh & | mesh, |
const surfaceScalarField & | , | ||
Istream & | is | ||
) | [inline]
|
Construct from faceFlux and Istream.
Definition at line 94 of file weighted.H.
TypeName | ( | "weighted< 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 116 of file weighted.H.