Namespaces | Functions
interpolateXY.H File Reference

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

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

 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)
 

Detailed Description

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

Original source file interpolateXY.H

InNamespace Foam

Source files

Definition in file interpolateXY.H.