![]() |
|
Functions | |
template<class Type> | |
tmp< edgeInterpolationScheme< Type > > | scheme (const edgeScalarField &faceFlux, Istream &schemeData) |
Return weighting factors for scheme given from Istream. | |
template<class Type> | |
tmp< edgeInterpolationScheme< Type > > | scheme (const edgeScalarField &faceFlux, const word &name) |
Return weighting factors for scheme given by name in dictionary. | |
template<class Type> | |
tmp< edgeInterpolationScheme< Type > > | scheme (const faMesh &mesh, Istream &schemeData) |
Return weighting factors for scheme given from Istream. | |
template<class Type> | |
tmp< edgeInterpolationScheme< Type > > | scheme (const faMesh &mesh, const word &name) |
Return weighting factors for scheme given by name in dictionary. | |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, 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> | |
tmp< GeometricField< Type, faPatchField, 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> | |
tmp< GeometricField< Type, faPatchField, 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> | |
tmp< GeometricField< Type, faPatchField, 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> | |
tmp< GeometricField< Type, faPatchField, 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> | |
tmp< GeometricField< Type, faPatchField, edgeMesh > > | interpolate (const GeometricField< Type, faPatchField, areaMesh > &tvf, Istream &schemeData) |
Interpolate field onto faces using scheme given by Istream. | |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, 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> | |
tmp< GeometricField< Type, faPatchField, 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> | |
tmp< GeometricField< Type, faPatchField, edgeMesh > > | interpolate (const tmp< GeometricField< Type, faPatchField, areaMesh > > &tvf) |
Interpolate tmp field onto faces using central differencing. | |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, edgeMesh > > | interpolate (const GeometricField< Type, faPatchField, areaMesh > &tvf) |
Interpolate field onto faces using central differencing. | |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | div (const GeometricField< Type, faPatchField, edgeMesh > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | div (const tmp< GeometricField< Type, faPatchField, edgeMesh > > &) |
template<class Type> | |
tmp< GeometricField< typename innerProduct< vector, Type >::type, faPatchField, areaMesh > > | div (const GeometricField< Type, faPatchField, areaMesh > &, const word &name) |
template<class Type> | |
tmp< GeometricField< typename innerProduct< vector, Type >::type, faPatchField, areaMesh > > | div (const tmp< GeometricField< Type, faPatchField, areaMesh > > &, const word &name) |
template<class Type> | |
tmp< GeometricField< typename innerProduct< vector, Type >::type, faPatchField, areaMesh > > | div (const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type> | |
tmp< GeometricField< typename innerProduct< vector, Type >::type, faPatchField, areaMesh > > | div (const tmp< GeometricField< Type, faPatchField, areaMesh > > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | div (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &, const word &name) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | div (const tmp< edgeScalarField > &, const GeometricField< Type, faPatchField, areaMesh > &, const word &name) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | div (const edgeScalarField &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &, const word &name) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | div (const tmp< edgeScalarField > &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &, const word &name) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | div (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | div (const tmp< edgeScalarField > &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | div (const edgeScalarField &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | div (const tmp< edgeScalarField > &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | edgeIntegrate (const GeometricField< Type, faPatchField, edgeMesh > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | edgeIntegrate (const tmp< GeometricField< Type, faPatchField, edgeMesh > > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | edgeSum (const GeometricField< Type, faPatchField, edgeMesh > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | edgeSum (const tmp< GeometricField< Type, faPatchField, edgeMesh > > &) |
template<class Type> | |
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > | grad (const GeometricField< Type, faPatchField, edgeMesh > &) |
template<class Type> | |
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > | grad (const tmp< GeometricField< Type, faPatchField, edgeMesh > > &) |
template<class Type> | |
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > | grad (const GeometricField< Type, faPatchField, areaMesh > &, const word &name) |
template<class Type> | |
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > | grad (const tmp< GeometricField< Type, faPatchField, areaMesh > > &, const word &name) |
template<class Type> | |
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > | grad (const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type> | |
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > | grad (const tmp< GeometricField< Type, faPatchField, areaMesh > > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const GeometricField< Type, faPatchField, areaMesh > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const tmp< GeometricField< Type, faPatchField, areaMesh > > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const tmp< GeometricField< Type, faPatchField, areaMesh > > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const dimensionedScalar &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const dimensionedScalar &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const tmp< areaScalarField > &, const GeometricField< Type, faPatchField, areaMesh > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const areaScalarField &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const tmp< areaScalarField > &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const tmp< areaScalarField > &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const areaScalarField &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const tmp< areaScalarField > &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const tmp< edgeScalarField > &, const GeometricField< Type, faPatchField, areaMesh > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const edgeScalarField &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const tmp< edgeScalarField > &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &, const word &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const tmp< edgeScalarField > &, const GeometricField< Type, faPatchField, areaMesh > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const edgeScalarField &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &) |
template<class Type> | |
tmp< GeometricField< Type, faPatchField, areaMesh > > | laplacian (const tmp< edgeScalarField > &, const tmp< GeometricField< Type, faPatchField, areaMesh > > &) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Interpolate field onto faces using central differencing.
Referenced by interpolationCellPoint::interpolate(). |
|
Interpolate tmp field onto faces using central differencing.
|
|
Interpolate field onto faces using scheme given by name in faSchemes.
|
|
Interpolate field onto faces using scheme given by name in faSchemes.
|
|
Interpolate field onto faces using scheme given by Istream.
|
|
Interpolate field onto faces using scheme given by name in faSchemes.
|
|
Interpolate field onto faces using scheme given by name in faSchemes.
|
|
Interpolate field onto faces using scheme given by name in faSchemes.
|
|
Interpolate field onto faces using scheme given by name in faSchemes.
|
|
Interpolate field onto faces using scheme given by Istream.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return weighting factors for scheme given by name in dictionary.
|
|
Return weighting factors for scheme given from Istream.
|
|
Return weighting factors for scheme given by name in dictionary.
|
|
Return weighting factors for scheme given from Istream.
|