Interpolates y values from one curve to another with a different x distribution. More...
Interpolates y values from one curve to another with a different x distribution.
InNamespace Foam
Definition in file interpolateXY.H.
#include "src/OpenFOAM/primitives/Scalar/scalar/scalar.H"
#include "src/OpenFOAM/fields/Fields/primitiveFieldsFwd.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) |