Public Member Functions | List of all members
multivariateScheme< Type, Scheme >::fieldScheme Class Reference

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

Inheritance diagram for multivariateScheme< Type, Scheme >::fieldScheme:
Inheritance graph
[legend]
Collaboration diagram for multivariateScheme< Type, Scheme >::fieldScheme:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

template<class Type, class Scheme>
class Foam::multivariateScheme< Type, Scheme >::fieldScheme

surfaceInterpolationScheme sub-class returned by operator(field)

which is used as the interpolation scheme for the field

Definition at line 94 of file multivariateScheme.H.

Constructor & Destructor Documentation

◆ fieldScheme()

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

Definition at line 108 of file multivariateScheme.H.

References multivariateScheme< Type, Scheme >::fieldScheme::weights().

Referenced by multivariateScheme< Type, Scheme >::operator()().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ weights()

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

Return the interpolation weighting factors.

Definition at line 123 of file multivariateScheme.H.

Referenced by multivariateScheme< Type, Scheme >::fieldScheme::fieldScheme().

Here is the caller graph for this function:

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