![]() |
|
Public Member Functions | |
TypeName ("upwind") | |
Runtime type information. | |
upwindEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux) | |
Construct from faceFlux. | |
upwindEdgeInterpolation (const faMesh &mesh, Istream &is) | |
Construct from Istream. | |
upwindEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &) | |
Construct from faceFlux and Istream. | |
virtual tmp< edgeScalarField > | weights (const GeometricField< Type, faPatchField, areaMesh > &) const |
Return the interpolation weighting factors. |
|
Construct from faceFlux.
Definition at line 85 of file upwindEdgeInterpolation.H. |
|
Construct from Istream. The name of the flux field is read from the Istream and looked-up from the database Definition at line 100 of file upwindEdgeInterpolation.H. |
|
Construct from faceFlux and Istream.
Definition at line 117 of file upwindEdgeInterpolation.H. References Foam::pos(). |
Here is the call graph for this function:
|
Runtime type information.
|
|
Return the interpolation weighting factors.
Implements edgeInterpolationScheme. Reimplemented in blendedEdgeInterpolation. Definition at line 132 of file upwindEdgeInterpolation.H. |