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

interpolateXY.H File Reference

Interpolates y values from one curve to another with a different x distribution. More...


Detailed Description

Interpolates y values from one curve to another with a different x distribution.

InNamespace Foam

Source files

Definition in file interpolateXY.H.

#include "src/OpenFOAM/primitives/Scalar/scalar/scalar.H"
#include "src/OpenFOAM/fields/Fields/primitiveFieldsFwd.H"
Include dependency graph for interpolateXY.H:

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)