FreeFOAM The Cross-Platform CFD Toolkit
resErrorLaplacian.H File Reference

Residual error estimate for the fv laplacian operators. More...


Detailed Description

Residual error estimate for the fv laplacian operators.

InNamespace Foam::resError

Source files

Definition in file resErrorLaplacian.H.

+ Include dependency graph for resErrorLaplacian.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
namespace  Foam::resError
 Namespace for residual error estimate operators.

Functions

template<class Type >
tmp< errorEstimate< Type > > laplacian (const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< errorEstimate< Type > > laplacian (const dimensionedScalar &gamma, const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< errorEstimate< Type > > laplacian (const volScalarField &gamma, const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< errorEstimate< Type > > laplacian (const tmp< volScalarField > &tgamma, const GeometricField< Type, fvPatchField, volMesh > &vf)