![]() |
|
Public Member Functions | |
TypeName ("blended") | |
Runtime type information. | |
blendedEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, const scalar blendingFactor) | |
Construct from mesh, faceFlux and blendingFactor. | |
blendedEdgeInterpolation (const faMesh &mesh, Istream &is) | |
Construct from mesh and Istream. | |
blendedEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &is) | |
Construct from mesh, faceFlux and Istream. | |
virtual tmp< edgeScalarField > | weights (const GeometricField< Type, faPatchField, areaMesh > &vf) const |
Return the interpolation weighting factors. |
|
Construct from mesh, faceFlux and blendingFactor.
Definition at line 89 of file blendedEdgeInterpolation.H. |
|
Construct from mesh and Istream. The name of the flux field is read from the Istream and looked-up from the database Definition at line 107 of file blendedEdgeInterpolation.H. References Foam::edgeScalarField, and mesh. |
|
Construct from mesh, faceFlux and Istream.
Definition at line 127 of file blendedEdgeInterpolation.H. |
|
Runtime type information.
|
|
Return the interpolation weighting factors.
Reimplemented from linearEdgeInterpolation. Definition at line 144 of file blendedEdgeInterpolation.H. |