surfaceInterpolationScheme sub-class returned by operator(field) More...


Public Member Functions | |
| fieldScheme (const GeometricField< Type, fvPatchField, volMesh > &field) | |
| virtual tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &field) const =0 |
| Return the interpolation weighting factors. | |
Detailed Description
template<class Type>
class Foam::multivariateSurfaceInterpolationScheme< Type >::fieldScheme
surfaceInterpolationScheme sub-class returned by operator(field)
which is used as the interpolation scheme for the field
Definition at line 168 of file multivariateSurfaceInterpolationScheme.H.
Constructor & Destructor Documentation
| fieldScheme | ( | const GeometricField< Type, fvPatchField, volMesh > & | field | ) | [inline] |
Definition at line 178 of file multivariateSurfaceInterpolationScheme.H.
Member Function Documentation
| virtual tmp<surfaceScalarField> weights | ( | const GeometricField< Type, fvPatchField, volMesh > & | field | ) | const [pure virtual] |
Return the interpolation weighting factors.
Implements surfaceInterpolationScheme< Type >.
Implemented in multivariateScheme< Type, Scheme >::fieldScheme, multivariateSelectionScheme< Type >::fieldScheme, and multivariateUpwind< Type >::fieldScheme.
The documentation for this class was generated from the following file:
- src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H
