Interpolates (averages) the vertex values to the cell center. More...
Interpolates (averages) the vertex values to the cell center.
Definition in file interpolatePointToCell.H.
#include "src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H"
#include "src/OpenFOAM/meshes/pointMesh/pointMesh.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.
|