fvcLaplacian.H File Reference

Calculate the laplacian of the given field. More...

Include dependency graph for fvcLaplacian.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< VolField< Type > > laplacian (const VolField< Type > &vf, const word &name)
 
template<class Type >
tmp< VolField< Type > > laplacian (const tmp< VolField< Type >> &tvf, const word &name)
 
template<class Type >
tmp< VolField< Type > > laplacian (const VolField< Type > &vf)
 
template<class Type >
tmp< VolField< Type > > laplacian (const tmp< VolField< Type >> &tvf)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const dimensioned< GType > &gamma, const VolField< Type > &vf, const word &name)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const dimensioned< GType > &gamma, const tmp< VolField< Type >> &tvf, const word &name)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const dimensioned< GType > &gamma, const VolField< Type > &vf)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const dimensioned< GType > &gamma, const tmp< VolField< Type >> &tvf)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const VolField< GType > &gamma, const VolField< Type > &vf, const word &name)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const tmp< VolField< GType >> &tgamma, const VolField< Type > &vf, const word &name)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const VolField< GType > &gamma, const tmp< VolField< Type >> &tvf, const word &name)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const tmp< VolField< GType >> &tgamma, const tmp< VolField< Type >> &tvf, const word &name)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const VolField< GType > &gamma, const VolField< Type > &vf)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const tmp< VolField< GType >> &tgamma, const VolField< Type > &vf)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const VolField< GType > &gamma, const tmp< VolField< Type >> &tvf)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const tmp< VolField< GType >> &tgamma, const tmp< VolField< Type >> &tvf)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const SurfaceField< GType > &gamma, const VolField< Type > &vf, const word &name)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const tmp< SurfaceField< GType >> &tgamma, const VolField< Type > &vf, const word &name)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const SurfaceField< GType > &gamma, const tmp< VolField< Type >> &tvf, const word &name)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const tmp< SurfaceField< GType >> &tgamma, const tmp< VolField< Type >> &tvf, const word &name)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const SurfaceField< GType > &gamma, const VolField< Type > &vf)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const tmp< SurfaceField< GType >> &tgamma, const VolField< Type > &vf)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const SurfaceField< GType > &gamma, const tmp< VolField< Type >> &tvf)
 
template<class Type , class GType >
tmp< VolField< Type > > laplacian (const tmp< SurfaceField< GType >> &tgamma, const tmp< VolField< Type >> &tvf)
 

Detailed Description

Calculate the laplacian of the given field.

Original source file fvcLaplacian.H

InNamespace Foam::fvc

Source files

Definition in file fvcLaplacian.H.