FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

multivariateSurfaceInterpolationScheme< Type >::fieldScheme Class Reference

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

#include <src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateSurfaceInterpolationScheme/multivariateSurfaceInterpolationScheme.H>


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 169 of file multivariateSurfaceInterpolationScheme.H.

Inheritance diagram for multivariateSurfaceInterpolationScheme< Type >::fieldScheme:
Collaboration diagram for multivariateSurfaceInterpolationScheme< Type >::fieldScheme:

List of all members.

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.

Constructor & Destructor Documentation

fieldScheme ( const GeometricField< Type, fvPatchField, volMesh > &   field  ) [inline]

Definition at line 179 of file multivariateSurfaceInterpolationScheme.H.


Member Function Documentation

virtual tmp<surfaceScalarField> weights ( const GeometricField< Type, fvPatchField, volMesh > &   field  ) const [pure virtual]

The documentation for this class was generated from the following file: