FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

fvcVolumeIntegrate.H File Reference

Volume integrate volField creating a volField. More...


Detailed Description

Volume integrate volField creating a volField.

InNamespace Foam::fvc

Volume integrate volField over the whole domain creating a dimensioned<Type>

Source files

Definition in file fvcVolumeIntegrate.H.

#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"
#include "src/OpenFOAM/fields/Fields/primitiveFieldsFwd.H"
#include "src/OpenFOAM/dimensionedTypes/dimensionedTypes.H"
Include dependency graph for fvcVolumeIntegrate.H:

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)