Surface Interpolation. More...
Go to the source code of this file.
Namespaces | |
Foam | |
Foam::fvc | |
Namespace of functions to calculate explicit derivatives. | |
Functions | |
template<class Type > | |
static tmp< surfaceInterpolationScheme< Type > > | scheme (const surfaceScalarField &faceFlux, Istream &schemeData) |
template<class Type > | |
static tmp< surfaceInterpolationScheme< Type > > | scheme (const surfaceScalarField &faceFlux, const word &name) |
template<class Type > | |
static tmp< surfaceInterpolationScheme< Type > > | scheme (const fvMesh &mesh, Istream &schemeData) |
template<class Type > | |
static tmp< surfaceInterpolationScheme< Type > > | scheme (const fvMesh &mesh, const word &name) |
template<class Type > | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData) |
template<class Type > | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, const word &name) |
template<class Type > | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh >> &tvf, const surfaceScalarField &faceFlux, const word &name) |
template<class Type > | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &tvf, const tmp< surfaceScalarField > &faceFlux, const word &name) |
template<class Type > | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh >> &tvf, const tmp< surfaceScalarField > &faceFlux, const word &name) |
template<class Type > | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &tvf, Istream &schemeData) |
template<class Type > | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &tvf, const word &name) |
template<class Type > | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh >> &tvf, const word &name) |
template<class Type > | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &tvf) |
template<class Type > | |
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh >> &tvf) |
template<class Type > | |
static tmp< FieldField< fvsPatchField, Type > > | interpolate (const FieldField< fvPatchField, Type > &fvpff) |
template<class Type > | |
static tmp< FieldField< fvsPatchField, Type > > | interpolate (const tmp< FieldField< fvPatchField, Type >> &tfvpff) |
Foam::one | interpolate (const Foam::one &) |
template<class Type > | |
static tmp< GeometricField< typename innerProduct< vector, Type >::type, fvsPatchField, surfaceMesh > > | dotInterpolate (const surfaceVectorField &Sf, const GeometricField< Type, fvPatchField, volMesh > &tvf) |
template<class Type > | |
static tmp< GeometricField< typename innerProduct< vector, Type >::type, fvsPatchField, surfaceMesh > > | dotInterpolate (const surfaceVectorField &Sf, const tmp< GeometricField< Type, fvPatchField, volMesh >> &tvf) |
Surface Interpolation.
Original source file surfaceInterpolate.H
InNamespace Foam::fvc
Definition in file surfaceInterpolate.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.