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

Same as interpolationCellPoint, but if interpolating a wall face, uses cell centre value instead. More...

#include <finiteVolume/interpolationCellPointWallModified.H>


Detailed Description

template<class Type>
class Foam::interpolationCellPointWallModified< Type >

Same as interpolationCellPoint, but if interpolating a wall face, uses cell centre value instead.

Definition at line 49 of file interpolationCellPointWallModified.H.

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

List of all members.

Public Member Functions

 TypeName ("cellPointWallModified")
 Runtime type information.
 interpolationCellPointWallModified (const GeometricField< Type, fvPatchField, volMesh > &psi)
 Construct from components.
Type interpolate (const cellPointWeightWallModified &cpw) const
 Interpolate field for the given cellPointWeight.
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 interpolationCellPoint< Type >
 TypeName ("cellPoint")
 Runtime type information.
 interpolationCellPoint (const GeometricField< Type, fvPatchField, volMesh > &psi)
 Construct from components.
Type interpolate (const cellPointWeight &cpw) const
 Interpolate field for the given cellPointWeight.
- 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

- Protected Attributes inherited from interpolationCellPoint< Type >
const GeometricField< Type,
pointPatchField, pointMesh
psip_
 Interpolated volfield.
- 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 33 of file interpolationCellPointWallModified.C.


Member Function Documentation

TypeName ( "cellPointWallModified"  )

Runtime type information.

Type interpolate ( const cellPointWeightWallModified cpw) const
inline
Type interpolate ( const vector position,
const label  nCell,
const label  facei = -1 
) const
inlinevirtual

Interpolate field to the given point in the given cell.

Reimplemented from interpolationCellPoint< Type >.

Definition at line 48 of file interpolationCellPointWallModifiedI.H.

References Foam::fvc::interpolate().


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