fvmLaplacian.H File Reference

Calculate the matrix for the laplacian of the field. More...

Include dependency graph for fvmLaplacian.H:

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 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, const word &name)
 
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

Calculate the matrix for the laplacian of the field.

Original source file fvmLaplacian.H

InNamespace Foam::fvm

Source files

Definition in file fvmLaplacian.H.