Definition in file fvcVolumeIntegrate.C.
#include "src/finiteVolume/finiteVolume/fvc/fvcVolumeIntegrate.H"#include "src/finiteVolume/fvMesh/fvMesh.H"#include "src/OpenFOAM/fields/Fields/Field/Field.H" Include dependency graph for fvcVolumeIntegrate.C:
 Include dependency graph for fvcVolumeIntegrate.C:Go to the source code of this file.
| Namespaces | |
| namespace | Foam | 
| Namespace for OpenFOAM. | |
| namespace | Foam::fvc | 
| Namespace of functions to calculate explicit derivatives. | |
| Functions | |
| template<class Type > | |
| tmp< Field< Type > > | volumeIntegrate (const GeometricField< Type, fvPatchField, volMesh > &vf) | 
| template<class Type > | |
| tmp< Field< Type > > | volumeIntegrate (const tmp< GeometricField< Type, fvPatchField, volMesh > > &tvf) | 
| template<class Type > | |
| dimensioned< Type > | domainIntegrate (const GeometricField< Type, fvPatchField, volMesh > &vf) | 
| template<class Type > | |
| dimensioned< Type > | domainIntegrate (const tmp< GeometricField< Type, fvPatchField, volMesh > > &tvf) |