FreeFOAM The Cross-Platform CFD Toolkit
interpolatePointToCell.H File Reference

Interpolates (averages) the vertex values to the cell center. More...


Detailed Description

+ Include dependency graph for interpolatePointToCell.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class Type >
Type interpolatePointToCell (const GeometricField< Type, pointPatchField, pointMesh > &ptf, const label celli)
 Interpolate field to cell center.