surfaceInterpolationScheme sub-class returned by operator(field) More...
surfaceInterpolationScheme sub-class returned by operator(field)
which is used as the interpolation scheme for the field
Definition at line 169 of file multivariateSurfaceInterpolationScheme.H.
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.
|
fieldScheme | ( | const GeometricField< Type, fvPatchField, volMesh > & | field ) | [inline]
|
Definition at line 179 of file multivariateSurfaceInterpolationScheme.H.
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.