FreeFOAM The Cross-Platform CFD Toolkit
interpolationCellPointFace< Type > Class Template Reference

Foam::interpolationCellPointFace. More...

#include <finiteVolume/interpolationCellPointFace.H>


Detailed Description

template<class Type>
class Foam::interpolationCellPointFace< Type >

Foam::interpolationCellPointFace.

Definition at line 47 of file interpolationCellPointFace.H.

+ Inheritance diagram for interpolationCellPointFace< Type >:
+ Collaboration diagram for interpolationCellPointFace< Type >:

List of all members.

Public Member Functions

 TypeName ("cellPointFace")
 Runtime type information.
 interpolationCellPointFace (const GeometricField< Type, fvPatchField, volMesh > &psi)
 Construct from components.
Type interpolate (const vector &position, const label nCell, const label facei=-1) const
 Interpolate field to the given point in the given cell.
- Public Member Functions inherited from interpolation< Type >
virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, interpolation, dictionary,(const GeometricField< Type, fvPatchField, volMesh > &psi),(psi))
 interpolation (const GeometricField< Type, fvPatchField, volMesh > &psi)
 Construct from components.
virtual ~interpolation ()
const GeometricField< Type,
fvPatchField, volMesh > & 
psi () const
 Return the field to be interpolated.

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)
 Return a reference to the specified interpolation scheme.
static autoPtr< interpolation
< Type > > 
New (const dictionary &interpolationSchemes, const GeometricField< Type, fvPatchField, volMesh > &psi)
 Return a reference to the selected interpolation scheme.
- Protected Attributes inherited from interpolation< Type >
const GeometricField< Type,
fvPatchField, volMesh > & 
psi_
const polyMeshpMesh_
const vectorFieldpMeshPoints_
const faceListpMeshFaces_
const vectorFieldpMeshFaceCentres_
const vectorFieldpMeshFaceAreas_

Constructor & Destructor Documentation

Construct from components.

Definition at line 45 of file interpolationCellPointFace.C.


Member Function Documentation

TypeName ( "cellPointFace"  )

Runtime type information.

Type interpolate ( const vector position,
const label  nCell,
const label  facei = -1 
) const
virtual

Interpolate field to the given point in the given cell.

Implements interpolation< Type >.

Definition at line 59 of file interpolationCellPointFace.C.

References dist, e, Foam::endl(), forAll, Foam::Info, Foam::mag(), Foam::max(), Foam::min(), patchi, phi, List< T >::size(), and Foam::tab.


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