![]() |
|
Public Member Functions | |
TypeName ("surfaceInterpolationScheme") | |
Runtime type information. | |
declareRunTimeSelectionTable (tmp, surfaceInterpolationScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
declareRunTimeSelectionTable (tmp, surfaceInterpolationScheme, MeshFlux,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
surfaceInterpolationScheme (const fvMesh &mesh) | |
Construct from mesh. | |
virtual | ~surfaceInterpolationScheme () |
const fvMesh & | mesh () const |
Return mesh reference. | |
virtual tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) 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, fvPatchField, surfaceMesh > > | correction (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the explicit correction to the face-interpolate. | |
virtual tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the face-interpolate of the given cell field. | |
tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh > > &) const |
Return the face-interpolate of the given tmp cell field. | |
Static Public Member Functions | |
tmp< surfaceInterpolationScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
Return new tmp interpolation scheme. | |
tmp< surfaceInterpolationScheme< Type > > | New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) |
Return new tmp interpolation scheme. | |
tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &, const tmp< surfaceScalarField > &) |
Return the face-interpolate of the given cell field. | |
tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &) |
Return the face-interpolate of the given cell field. |
|
Construct from mesh.
Definition at line 120 of file surfaceInterpolationScheme.H. |
|
|
|
Return true if this scheme uses an explicit correction.
Reimplemented in linearUpwind, linearUpwindV, cubic, skewLinear, and skewLinear. Definition at line 189 of file surfaceInterpolationScheme.H. |
|
Return the explicit correction to the face-interpolate. for the given field Reimplemented in linearUpwind, linearUpwindV, cubic, skewLinear, and skewLinear. Definition at line 199 of file surfaceInterpolationScheme.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 Reimplemented in harmonic, localBlended, localMax, and localMin. |
|
Return the face-interpolate of the given cell field. with the given weighting factors |
|
Return the face-interpolate of the given cell field. with the given owner and neighbour weigting factors |
|
Return mesh reference.
Definition at line 152 of file surfaceInterpolationScheme.H. Referenced by linear::weights(). |
|
Return new tmp interpolation scheme.
Reimplemented in limitedSurfaceInterpolationScheme, and limitedSurfaceInterpolationScheme< vector >. |
|
Return new tmp interpolation scheme.
Reimplemented in limitedSurfaceInterpolationScheme, and limitedSurfaceInterpolationScheme< vector >. |
|
Runtime type information.
|
|
Return the interpolation weighting factors for the given field.
Implemented in blended, limitedSurfaceInterpolationScheme, upwind, multivariateScheme::fieldScheme, multivariateSelectionScheme::fieldScheme, multivariateSurfaceInterpolationScheme::fieldScheme, multivariateUpwind::fieldScheme, downwind, harmonic, linear, localBlended, localMax, localMin, midPoint, reverseLinear, weighted, and limitedSurfaceInterpolationScheme< vector >. |