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

interpolateXY.C File Reference


Detailed Description

Definition in file interpolateXY.C.

#include "src/OpenFOAM/interpolations/interpolateXY/interpolateXY.H"
#include "src/OpenFOAM/fields/Fields/primitiveFields.H"
Include dependency graph for interpolateXY.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

template<class Type >
Field< Type >  interpolateXY (const scalarField &xNew, const scalarField &xOld, const Field< Type > &yOld)
template<class Type >
Type  interpolateXY (const scalar x, const scalarField &xOld, const Field< Type > &yOld)