Loading...
Searching...
No Matches
edgeInterpolate.H File Reference
Include dependency graph for edgeInterpolate.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.
namespace  Foam::fac

Functions

template<class Type>
static tmp< edgeInterpolationScheme< Type > > scheme (const edgeScalarField &faceFlux, Istream &schemeData)
 Return weighting factors for scheme given from Istream.
template<class Type>
static tmp< edgeInterpolationScheme< Type > > scheme (const edgeScalarField &faceFlux, const word &name)
 Return weighting factors for scheme given by name in dictionary.
template<class Type>
static tmp< edgeInterpolationScheme< Type > > scheme (const faMesh &mesh, Istream &schemeData)
 Return weighting factors for scheme given from Istream.
template<class Type>
static tmp< edgeInterpolationScheme< Type > > scheme (const faMesh &mesh, const word &name)
 Return weighting factors for scheme given by name in dictionary.
template<class Type>
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const GeometricField< Type, faPatchField, areaMesh > &tvf, const edgeScalarField &faceFlux, Istream &schemeData)
 Interpolate field onto faces using scheme given by Istream.
template<class Type>
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const GeometricField< Type, faPatchField, areaMesh > &tvf, const edgeScalarField &faceFlux, const word &name)
 Interpolate field onto faces using scheme given by name in faSchemes.
template<class Type>
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const tmp< GeometricField< Type, faPatchField, areaMesh > > &tvf, const edgeScalarField &faceFlux, const word &name)
 Interpolate field onto faces using scheme given by name in faSchemes.
template<class Type>
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const GeometricField< Type, faPatchField, areaMesh > &tvf, const tmp< edgeScalarField > &faceFlux, const word &name)
 Interpolate field onto faces using scheme given by name in faSchemes.
template<class Type>
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const tmp< GeometricField< Type, faPatchField, areaMesh > > &tvf, const tmp< edgeScalarField > &faceFlux, const word &name)
 Interpolate field onto faces using scheme given by name in faSchemes.
template<class Type>
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const GeometricField< Type, faPatchField, areaMesh > &tvf, Istream &schemeData)
 Interpolate field onto faces using scheme given by Istream.
template<class Type>
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const GeometricField< Type, faPatchField, areaMesh > &tvf, const word &name)
 Interpolate field onto faces using scheme given by name in faSchemes.
template<class Type>
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const tmp< GeometricField< Type, faPatchField, areaMesh > > &tvf, const word &name)
 Interpolate field onto faces using scheme given by name in faSchemes.
template<class Type>
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const tmp< GeometricField< Type, faPatchField, areaMesh > > &tvf)
 Interpolate tmp field onto faces using central differencing.
template<class Type>
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate (const GeometricField< Type, faPatchField, areaMesh > &tvf)
 Interpolate field onto faces using central differencing.

Detailed Description

Original source file edgeInterpolate.H

InNamespace Foam::fac

Source files

Definition in file edgeInterpolate.H.