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 > | |
tmp< SurfaceField< typename innerProduct< vector, Type >::type > > | flux (const VolField< Type > &vf) |
Return the face-flux field obtained from the given volVectorField. More... | |
template<class Type > | |
tmp< SurfaceField< typename innerProduct< vector, Type >::type > > | flux (const tmp< VolField< Type >> &tvf) |
Return the face-flux field obtained from the given tmp volVectorField. More... | |
template<class Type > | |
tmp< SurfaceField< Type > > | flux (const surfaceScalarField &, const VolField< Type > &, Istream &schemeData) |
template<class Type > | |
tmp< SurfaceField< Type > > | flux (const surfaceScalarField &, const VolField< Type > &, const word &name) |
template<class Type > | |
tmp< SurfaceField< Type > > | flux (const tmp< surfaceScalarField > &, const VolField< Type > &, const word &name) |
template<class Type > | |
tmp< SurfaceField< Type > > | flux (const surfaceScalarField &, const tmp< VolField< Type >> &, const word &name) |
template<class Type > | |
tmp< SurfaceField< Type > > | flux (const tmp< surfaceScalarField > &, const tmp< VolField< Type >> &, const word &name) |
template<class Type > | |
tmp< SurfaceField< Type > > | flux (const surfaceScalarField &, const VolField< Type > &) |
template<class Type > | |
tmp< SurfaceField< Type > > | flux (const tmp< surfaceScalarField > &, const VolField< Type > &) |
template<class Type > | |
tmp< SurfaceField< Type > > | flux (const surfaceScalarField &, const tmp< VolField< Type >> &) |
template<class Type > | |
tmp< SurfaceField< Type > > | flux (const tmp< surfaceScalarField > &, const tmp< VolField< Type >> &) |
Original source file fvcFluxTemplates.C
Definition in file fvcFluxTemplates.C.