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

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.

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 [inline, virtual]

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: