fvcFlux.H File Reference

Calculate the face-flux of the given field. More...

Include dependency graph for fvcFlux.H:
This graph shows which files directly or indirectly include this file:

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 tmp< VolField< Type >> &)
 
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 tmp< surfaceScalarField > &, const tmp< VolField< Type >> &)
 

Detailed Description

Calculate the face-flux of the given field.

Original source file fvcFlux.H

InNamespace Foam::fvc

Source files

Definition in file fvcFlux.H.