Surface Interpolation. More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::fvc | |
| Namespace of functions to calculate explicit derivatives. | |
Functions | |
| template<class Type > | |
| static tmp< surfaceInterpolationScheme< Type > > | scheme (const surfaceScalarField &faceFlux, Istream &schemeData) |
| Return weighting factors for scheme given from Istream. More... | |
| template<class Type > | |
| static tmp< surfaceInterpolationScheme< Type > > | scheme (const surfaceScalarField &faceFlux, const word &name) |
| Return weighting factors for scheme given by name in dictionary. More... | |
| template<class Type > | |
| static tmp< surfaceInterpolationScheme< Type > > | scheme (const fvMesh &mesh, Istream &schemeData) |
| Return weighting factors for scheme given from Istream. More... | |
| template<class Type > | |
| static tmp< surfaceInterpolationScheme< Type > > | scheme (const fvMesh &mesh, const word &name) |
| Return weighting factors for scheme given by name in dictionary. More... | |
| template<class Type > | |
| static tmp< SurfaceField< Type > > | interpolate (const VolField< Type > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData) |
| Interpolate field onto faces using scheme given by Istream. More... | |
| template<class Type > | |
| static tmp< SurfaceField< Type > > | interpolate (const VolField< Type > &tvf, const surfaceScalarField &faceFlux, const word &name) |
| Interpolate field onto faces using scheme given by name in fvSchemes. More... | |
| template<class Type > | |
| static tmp< SurfaceField< Type > > | interpolate (const tmp< VolField< Type >> &tvf, const surfaceScalarField &faceFlux, const word &name) |
| Interpolate field onto faces using scheme given by name in fvSchemes. More... | |
| template<class Type > | |
| static tmp< SurfaceField< Type > > | interpolate (const VolField< Type > &tvf, const tmp< surfaceScalarField > &faceFlux, const word &name) |
| Interpolate field onto faces using scheme given by name in fvSchemes. More... | |
| template<class Type > | |
| static tmp< SurfaceField< Type > > | interpolate (const tmp< VolField< Type >> &tvf, const tmp< surfaceScalarField > &faceFlux, const word &name) |
| Interpolate field onto faces using scheme given by name in fvSchemes. More... | |
| template<class Type > | |
| static tmp< SurfaceField< Type > > | interpolate (const VolField< Type > &tvf, Istream &schemeData) |
| Interpolate field onto faces using scheme given by Istream. More... | |
| template<class Type > | |
| static tmp< SurfaceField< Type > > | interpolate (const VolField< Type > &tvf, const word &name) |
| Interpolate field onto faces using scheme given by name in fvSchemes. More... | |
| template<class Type > | |
| static tmp< SurfaceField< Type > > | interpolate (const tmp< VolField< Type >> &tvf, const word &name) |
| Interpolate field onto faces using scheme given by name in fvSchemes. More... | |
| template<class Type > | |
| static tmp< SurfaceField< Type > > | interpolate (const VolField< Type > &tvf) |
| Interpolate field onto faces using 'interpolate(<name>)'. More... | |
| template<class Type > | |
| static tmp< SurfaceField< Type > > | interpolate (const tmp< VolField< Type >> &tvf) |
| Interpolate tmp field onto faces using 'interpolate(<name>)'. More... | |
| template<class Type > | |
| static tmp< FieldField< surfaceMesh::PatchField, Type > > | interpolate (const FieldField< volMesh::PatchField, Type > &fvpff) |
| Interpolate boundary field onto faces (simply a type conversion) More... | |
| template<class Type > | |
| static tmp< FieldField< surfaceMesh::PatchField, Type > > | interpolate (const tmp< FieldField< volMesh::PatchField, Type >> &tfvpff) |
| Interpolate boundary field onto faces (simply a type conversion) More... | |
| one | interpolate (const one &) |
| Interpolate 'one' returning 'one'. More... | |
| template<class Type > | |
| static tmp< SurfaceField< typename innerProduct< vector, Type >::type > > | dotInterpolate (const surfaceVectorField &Sf, const VolField< Type > &tvf) |
| Interpolate field onto faces. More... | |
| template<class Type > | |
| static tmp< SurfaceField< typename innerProduct< vector, Type >::type > > | dotInterpolate (const surfaceVectorField &Sf, const tmp< VolField< Type >> &tvf) |
| Interpolate tmp field onto faces. More... | |
Surface Interpolation.
Original source file surfaceInterpolate.H
InNamespace Foam::fvc
Definition in file surfaceInterpolate.H.