![]() |
|
Public Member Functions | |
TypeName ("localBlended") | |
Runtime type information. | |
localBlended (const fvMesh &mesh, Istream &is) | |
Construct from mesh and Istream. | |
localBlended (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is) | |
Construct from mesh, faceFlux and Istream. | |
tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &vf) const |
Return the interpolation weighting factors. | |
tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &vf) const |
Return the face-interpolate of the given cell field. |
|
Construct from mesh and Istream. The name of the flux field is read from the Istream and looked-up from the mesh objectRegistry Definition at line 92 of file localBlended.H. |
|
Construct from mesh, faceFlux and Istream.
Definition at line 110 of file localBlended.H. |
|
Return the face-interpolate of the given cell field. with explicit correction Reimplemented from surfaceInterpolationScheme. Definition at line 153 of file localBlended.H. |
|
Runtime type information.
|
|
Return the interpolation weighting factors.
Implements surfaceInterpolationScheme. Definition at line 132 of file localBlended.H. |