fvcVolumeIntegrate.C File Reference
Include dependency graph for fvcVolumeIntegrate.C:

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< Field< Type > > volumeIntegrate (const VolField< Type > &vf)
 
template<class Type >
tmp< Field< Type > > volumeIntegrate (const tmp< VolField< Type >> &tvf)
 
template<class Type >
tmp< Field< Type > > volumeIntegrate (const DimensionedField< Type, volMesh > &df)
 
template<class Type >
tmp< Field< Type > > volumeIntegrate (const tmp< DimensionedField< Type, volMesh >> &tdf)
 
template<class Type >
dimensioned< Type > domainIntegrate (const VolField< Type > &vf)
 
template<class Type >
dimensioned< Type > domainIntegrate (const tmp< VolField< Type >> &tvf)
 
template<class Type >
dimensioned< Type > domainIntegrate (const DimensionedField< Type, volMesh > &df)
 
template<class Type >
dimensioned< Type > domainIntegrate (const tmp< DimensionedField< Type, volMesh >> &tdf)
 

Detailed Description

Original source file fvcVolumeIntegrate.C

Definition in file fvcVolumeIntegrate.C.