![]() |
|
Public Member Functions | |
declareRunTimeSelectionTable (tmp, edgeInterpolationScheme, Mesh,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
declareRunTimeSelectionTable (tmp, edgeInterpolationScheme, MeshFlux,(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
edgeInterpolationScheme (const faMesh &mesh) | |
Construct from mesh. | |
virtual | ~edgeInterpolationScheme () |
const faMesh & | mesh () const |
Return mesh reference. | |
virtual tmp< edgeScalarField > | weights (const GeometricField< Type, faPatchField, areaMesh > &) const =0 |
Return the interpolation weighting factors for the given field. | |
virtual bool | corrected () const |
Return true if this scheme uses an explicit correction. | |
virtual tmp< GeometricField< Type, faPatchField, edgeMesh > > | correction (const GeometricField< Type, faPatchField, areaMesh > &) const |
Return the explicit correction to the face-interpolate. | |
virtual tmp< GeometricField< Type, faPatchField, edgeMesh > > | interpolate (const GeometricField< Type, faPatchField, areaMesh > &) const |
Return the face-interpolate of the given cell field. | |
tmp< GeometricField< Type, faPatchField, edgeMesh > > | interpolate (const tmp< GeometricField< Type, faPatchField, areaMesh > > &) const |
Return the face-interpolate of the given tmp cell field. | |
Static Public Member Functions | |
tmp< edgeInterpolationScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
Return new tmp interpolation scheme. | |
tmp< edgeInterpolationScheme< Type > > | New (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData) |
Return new tmp interpolation scheme. | |
tmp< GeometricField< Type, faPatchField, edgeMesh > > | interpolate (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< edgeScalarField > &, const tmp< edgeScalarField > &) |
Return the face-interpolate of the given cell field. | |
tmp< GeometricField< Type, faPatchField, edgeMesh > > | interpolate (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< edgeScalarField > &) |
Return the face-interpolate of the given cell field. |
|
Construct from mesh.
Definition at line 113 of file edgeInterpolationScheme.H. |
|
|
|
Return true if this scheme uses an explicit correction.
Reimplemented in skewLinearEdgeInterpolation. Definition at line 182 of file edgeInterpolationScheme.H. |
|
Return the explicit correction to the face-interpolate. for the given field Reimplemented in skewLinearEdgeInterpolation. Definition at line 192 of file edgeInterpolationScheme.H. |
|
|
|
|
|
Return the face-interpolate of the given tmp cell field. with explicit correction |
|
Return the face-interpolate of the given cell field. with explicit correction |
|
Return the face-interpolate of the given cell field. with the given weigting factors |
|
Return the face-interpolate of the given cell field. with the given owner and neighbour weigting factors |
|
Return mesh reference.
Definition at line 145 of file edgeInterpolationScheme.H. Referenced by linearEdgeInterpolation::weights(). |
|
Return new tmp interpolation scheme.
|
|
Return new tmp interpolation scheme.
|
|
Return the interpolation weighting factors for the given field.
Implemented in blendedEdgeInterpolation, linearEdgeInterpolation, faNVDscheme, and upwindEdgeInterpolation. |