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

interpolatePointToCell.H File Reference

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


Detailed Description

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

Source files

Definition in file interpolatePointToCell.H.

#include "src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H"
#include "src/OpenFOAM/meshes/pointMesh/pointMesh.H"
Include dependency graph for interpolatePointToCell.H:

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.