FreeFOAM The Cross-Platform CFD Toolkit
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 dependency graph for interpolateXY.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 >
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)