Public Member Functions | Protected Attributes | List of all members
interpolationPointMVC< Type > Class Template Reference

Given cell centre values interpolates to vertices and uses these to do a Mean Value Coordinates interpolation. More...

Inheritance diagram for interpolationPointMVC< Type >:
Inheritance graph
[legend]
Collaboration diagram for interpolationPointMVC< Type >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("pointMVC")
 
 interpolationPointMVC (const GeometricField< Type, fvPatchField, volMesh > &psi)
 
Type interpolate (const pointMVCWeight &cpw) const
 
Type interpolate (const vector &position, const label celli, const label facei=-1) const
 
- Public Member Functions inherited from interpolation< Type >
virtual const wordtype () const=0
 
 declareRunTimeSelectionTable (autoPtr, interpolation, dictionary,(const GeometricField< Type, fvPatchField, volMesh > &psi),(psi))
 
 interpolation (const GeometricField< Type, fvPatchField, volMesh > &psi)
 
virtual ~interpolation ()=default
 
const GeometricField< Type, fvPatchField, volMesh > & psi () const
 
virtual Type interpolate (const barycentric &coordinates, const tetIndices &tetIs, const label facei=-1) const
 

Protected Attributes

const GeometricField< Type, pointPatchField, pointMeshpsip_
 
- Protected Attributes inherited from interpolation< Type >
const GeometricField< Type, fvPatchField, volMesh > & psi_
 
const polyMeshpMesh_
 
const vectorFieldpMeshPoints_
 
const faceListpMeshFaces_
 
const vectorFieldpMeshFaceCentres_
 
const vectorFieldpMeshFaceAreas_
 

Additional Inherited Members

- Static Public Member Functions inherited from interpolation< Type >
static autoPtr< interpolation< Type > > New (const word &interpolationType, const GeometricField< Type, fvPatchField, volMesh > &psi)
 
static autoPtr< interpolation< Type > > New (const dictionary &interpolationSchemes, const GeometricField< Type, fvPatchField, volMesh > &psi)
 

Detailed Description

template<class Type>
class Foam::interpolationPointMVC< Type >

Given cell centre values interpolates to vertices and uses these to do a Mean Value Coordinates interpolation.

Definition at line 44 of file interpolationPointMVC.H.

Constructor & Destructor Documentation

◆ interpolationPointMVC()

Definition at line 28 of file interpolationPointMVC.C.

Member Function Documentation

◆ TypeName()

TypeName ( "pointMVC"  )

◆ interpolate() [1/2]

Type interpolate ( const pointMVCWeight cpw) const
inline

Definition at line 25 of file interpolationPointMVCI.H.

References pointMVCWeight::interpolate().

Here is the call graph for this function:

◆ interpolate() [2/2]

Type interpolate ( const vector position,
const label  celli,
const label  facei = -1 
) const
inlinevirtual

Implements interpolation< Type >.

Definition at line 35 of file interpolationPointMVCI.H.

References Foam::fac::interpolate().

Here is the call graph for this function:

Member Data Documentation

◆ psip_

const GeometricField<Type, pointPatchField, pointMesh> psip_
protected

Definition at line 53 of file interpolationPointMVC.H.


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