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

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


Detailed Description

Residual error estimate for the fv source operators.

InNamespace Foam::resError

Source files

Definition in file resErrorSup.H.

+ Include dependency graph for resErrorSup.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 > > Sp (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< errorEstimate< Type > > Sp (const tmp< volScalarField > &, const GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< errorEstimate< Type > > Sp (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< errorEstimate< Type > > SuSp (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)
template<class Type >
tmp< errorEstimate< Type > > SuSp (const tmp< volScalarField > &, const GeometricField< Type, fvPatchField, volMesh > &)