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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::fvm
 Namespace of functions to calculate implicit derivatives returning a matrix.
 

Functions

template<class Type >
tmp< fvMatrix< Type > > laplacian (const VolField< Type > &vf, const word &name)
 
template<class Type >
tmp< fvMatrix< Type > > laplacian (const VolField< Type > &vf)
 
template<class Type >
tmp< fvMatrix< Type > > laplacian (const zero &, const VolField< Type > &vf, const word &name)
 
template<class Type >
tmp< fvMatrix< Type > > laplacian (const zero &, const VolField< Type > &vf)
 
template<class Type >
tmp< fvMatrix< Type > > laplacian (const one &, const VolField< Type > &vf, const word &name)
 
template<class Type >
tmp< fvMatrix< Type > > laplacian (const one &, const VolField< Type > &vf)
 
template<class Type , class GType >
tmp< fvMatrix< Type > > laplacian (const dimensioned< GType > &gamma, const VolField< Type > &vf, const word &name)
 
template<class Type , class GType >
tmp< fvMatrix< Type > > laplacian (const dimensioned< GType > &gamma, const VolField< Type > &vf)
 
template<class Type , class GType >
tmp< fvMatrix< Type > > laplacian (const VolField< GType > &gamma, const VolField< Type > &vf, const word &name)
 
template<class Type , class GType >
tmp< fvMatrix< Type > > laplacian (const tmp< VolField< GType >> &tgamma, const VolField< Type > &vf, const word &name)
 
template<class Type , class GType >
tmp< fvMatrix< Type > > laplacian (const VolField< GType > &gamma, const VolField< Type > &vf)
 
template<class Type , class GType >
tmp< fvMatrix< Type > > laplacian (const tmp< VolField< GType >> &tgamma, const VolField< Type > &vf)
 
template<class Type , class GType >
tmp< fvMatrix< Type > > laplacian (const SurfaceField< GType > &gamma, const VolField< Type > &vf, const word &name)
 
template<class Type , class GType >
tmp< fvMatrix< Type > > laplacian (const tmp< SurfaceField< GType >> &tgamma, const VolField< Type > &vf, const word &name)
 
template<class Type , class GType >
tmp< fvMatrix< Type > > laplacian (const SurfaceField< GType > &gamma, const VolField< Type > &vf)
 
template<class Type , class GType >
tmp< fvMatrix< Type > > laplacian (const tmp< SurfaceField< GType >> &tGamma, const VolField< Type > &vf)
 
template<class Type >
tmp< fvMatrix< Type > > laplacianCorrection (const VolField< scalar > &gamma, const VolField< Type > &vf)
 
template<class Type >
tmp< fvMatrix< Type > > laplacianCorrection (const tmp< VolField< scalar >> &tgamma, const VolField< Type > &vf)
 
template<class Type >
tmp< fvMatrix< Type > > laplacianCorrection (const SurfaceField< scalar > &gamma, const VolField< Type > &vf)
 
template<class Type >
tmp< fvMatrix< Type > > laplacianCorrection (const tmp< SurfaceField< scalar >> &tGamma, const VolField< Type > &vf)
 

Detailed Description

Original source file fvmLaplacian.C

Definition in file fvmLaplacian.C.