FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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 "src/errorEstimation/errorEstimate/errorEstimate.H"
Include dependency graph for resErrorSup.H:

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 > &)