![]() |
|
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. |
|
Construct from weights.
Definition at line 83 of file weighted.H. References mesh, and Foam::surfaceScalarField. |
|
Construct from Istream.
Definition at line 90 of file weighted.H. |
|
Construct from faceFlux and Istream.
Definition at line 102 of file weighted.H. References Foam::surfaceScalarField. |
|
Runtime type information.
|
|
Return the interpolation weighting factors.
Implements surfaceInterpolationScheme. Definition at line 124 of file weighted.H. |