interpolateSplineXY.H File Reference

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

Include dependency graph for interpolateSplineXY.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 > interpolateSplineXY (const scalarField &xNew, const scalarField &xOld, const Field< Type > &yOld)
 
template<class Type >
Type interpolateSplineXY (const scalar x, const scalarField &xOld, const Field< Type > &yOld)
 

Detailed Description

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

Original source file interpolateSplineXY.H

InNamespace Foam

Uses Catmull-Rom spline interpolation between points.

Source files

Definition in file interpolateSplineXY.H.