fvcDiv.H File Reference

Calculate the divergence of the given field. More...

Include dependency graph for fvcDiv.H:

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< VolField< Type > > div (const SurfaceField< Type > &ssf)
 
template<class Type >
tmp< VolField< Type > > div (const tmp< SurfaceField< Type >> &tssf)
 
template<class Type >
tmp< VolField< typename innerProduct< vector, Type >::type > > div (const VolField< Type > &vf, const word &name)
 
template<class Type >
tmp< VolField< typename innerProduct< vector, Type >::type > > div (const tmp< VolField< Type >> &tvvf, const word &name)
 
template<class Type >
tmp< VolField< typename innerProduct< vector, Type >::type > > div (const VolField< Type > &vf)
 
template<class Type >
tmp< VolField< typename innerProduct< vector, Type >::type > > div (const tmp< VolField< Type >> &tvvf)
 
template<class Type >
tmp< VolField< Type > > div (const surfaceScalarField &flux, const VolField< Type > &vf, const word &name)
 
template<class Type >
tmp< VolField< Type > > div (const tmp< surfaceScalarField > &tflux, const VolField< Type > &vf, const word &name)
 
template<class Type >
tmp< VolField< Type > > div (const surfaceScalarField &flux, const tmp< VolField< Type >> &tvf, const word &name)
 
template<class Type >
tmp< VolField< Type > > div (const tmp< surfaceScalarField > &tflux, const tmp< VolField< Type >> &tvf, const word &name)
 
template<class Type >
tmp< VolField< Type > > div (const surfaceScalarField &flux, const VolField< Type > &vf)
 
template<class Type >
tmp< VolField< Type > > div (const tmp< surfaceScalarField > &tflux, const VolField< Type > &vf)
 
template<class Type >
tmp< VolField< Type > > div (const surfaceScalarField &flux, const tmp< VolField< Type >> &tvf)
 
template<class Type >
tmp< VolField< Type > > div (const tmp< surfaceScalarField > &tflux, const tmp< VolField< Type >> &tvf)
 

Detailed Description

Calculate the divergence of the given field.

Original source file fvcDiv.H

InNamespace Foam::fvc

Source files

Definition in file fvcDiv.H.