OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

Foam::resError Namespace Reference

Namespace for residual error estimate operators. More...


Functions

template<class Type >
tmp< errorEstimate< Type > > div (const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< errorEstimate< Type > > div (const tmp< surfaceScalarField > &tflux, const GeometricField< Type, fvPatchField, volMesh > &vf)
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)
template<class Type >
tmp< errorEstimate< Type > > Sp (const volScalarField &sp, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< errorEstimate< Type > > Sp (const tmp< volScalarField > &tsp, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< errorEstimate< Type > > Sp (const dimensionedScalar &sp, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< errorEstimate< Type > > SuSp (const volScalarField &sp, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< errorEstimate< Type > > SuSp (const tmp< volScalarField > &tsp, GeometricField< Type, fvPatchField, volMesh > &vf)
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 > &)

Detailed Description

Namespace for residual error estimate operators.


Function Documentation

tmp< errorEstimate< Type > > div ( const surfaceScalarField &  flux,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline]

tmp< errorEstimate< Type > > div ( const tmp< surfaceScalarField > &  tflux,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline]

Definition at line 136 of file resErrorDiv.C.

tmp< errorEstimate< Type > > laplacian ( const GeometricField< Type, fvPatchField, volMesh > &  vf  )  [inline]

Definition at line 33 of file resErrorLaplacian.C.

References TimePaths::constant(), IOobject::db(), Foam::dimless, DimensionedField< Type, GeoMesh >::mesh(), IOobject::NO_READ, and IOobject::time().

Referenced by for(), if(), and laplacian().

Here is the call graph for this function:

Here is the caller graph for this function:

tmp< errorEstimate< Type > > laplacian ( const dimensionedScalar &  gamma,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline]

Definition at line 57 of file resErrorLaplacian.C.

tmp< errorEstimate< Type > > laplacian ( const volScalarField &  gamma,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline]

Definition at line 82 of file resErrorLaplacian.C.

tmp< errorEstimate< Type > > laplacian ( const tmp< volScalarField > &  tgamma,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline]

Definition at line 94 of file resErrorLaplacian.C.

References Foam::fvc::interpolate(), and laplacian().

Here is the call graph for this function:

tmp<errorEstimate<Type> > Foam::resError::Sp ( const volScalarField &  sp,
GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline]

Definition at line 33 of file resErrorSup.C.

References DimensionedField< Type, GeoMesh >::dimensions().

Referenced by if(), and SuSp().

Here is the call graph for this function:

Here is the caller graph for this function:

tmp<errorEstimate<Type> > Foam::resError::Sp ( const tmp< volScalarField > &  tsp,
GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline]

Definition at line 53 of file resErrorSup.C.

tmp<errorEstimate<Type> > Foam::resError::Sp ( const dimensionedScalar &  sp,
GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline]

Definition at line 67 of file resErrorSup.C.

tmp<errorEstimate<Type> > Foam::resError::SuSp ( const volScalarField &  sp,
GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline]

Definition at line 88 of file resErrorSup.C.

Referenced by if().

Here is the caller graph for this function:

tmp<errorEstimate<Type> > Foam::resError::SuSp ( const tmp< volScalarField > &  tsp,
GeometricField< Type, fvPatchField, volMesh > &  vf 
) [inline]

Definition at line 99 of file resErrorSup.C.

References Sp().

Here is the call graph for this function:

tmp<errorEstimate<Type> > Foam::resError::Sp ( const volScalarField &  ,
const GeometricField< Type, fvPatchField, volMesh > &   
) [inline]

tmp<errorEstimate<Type> > Foam::resError::Sp ( const tmp< volScalarField > &  ,
const GeometricField< Type, fvPatchField, volMesh > &   
) [inline]

tmp<errorEstimate<Type> > Foam::resError::Sp ( const dimensionedScalar &  ,
const GeometricField< Type, fvPatchField, volMesh > &   
) [inline]

tmp<errorEstimate<Type> > Foam::resError::SuSp ( const volScalarField &  ,
const GeometricField< Type, fvPatchField, volMesh > &   
) [inline]

tmp<errorEstimate<Type> > Foam::resError::SuSp ( const tmp< volScalarField > &  ,
const GeometricField< Type, fvPatchField, volMesh > &   
) [inline]

Copyright © 2000-2009 OpenCFD Ltd