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

multivariateSelectionScheme< Type >::fieldScheme Class Reference

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

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


Detailed Description

template<class Type>
class Foam::multivariateSelectionScheme< Type >::fieldScheme

surfaceInterpolationScheme sub-class returned by operator(field)

which is used as the interpolation scheme for the field

Definition at line 95 of file multivariateSelectionScheme.H.

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

List of all members.

Public Member Functions

 fieldScheme (const GeometricField< Type, fvPatchField, volMesh > &field, const surfaceScalarField &weights)
tmp< surfaceScalarField >  weights (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the interpolation weighting factors.

Constructor & Destructor Documentation

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

Definition at line 108 of file multivariateSelectionScheme.H.


Member Function Documentation

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

Return the interpolation weighting factors.

Implements multivariateSurfaceInterpolationScheme< Type >::fieldScheme.

Definition at line 123 of file multivariateSelectionScheme.H.


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