Namespace for residual error estimate operators. More...
Namespace for residual error estimate operators.
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 > &) |
tmp< errorEstimate< Type > > div | ( | const surfaceScalarField & | flux, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 42 of file resErrorDiv.C.
References fvMesh::boundary(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), fvMesh::C(), fvMesh::Cf(), d, DimensionedField< Type, GeoMesh >::dimensions(), forAll, Foam::fvc::grad(), DimensionedField< Type, GeoMesh >::mesh(), mesh, fvMesh::neighbour(), fvMesh::owner(), patches, Foam::pos(), List< T >::size(), and fvMesh::V().
Referenced by RNGkEpsilon::correct(), realizableKE::correct(), LaunderSharmaKE::correct(), kOmegaSST::correct(), kEpsilon::correct(), oneEqEddy::correct(), lowReOneEqEddy::correct(), dynOneEqEddy::correct(), div(), LRR::divDevRhoReff(), LaunderGibsonRSTM::divDevRhoReff(), for(), gaussLaplacianScheme< Type, GType >::fvmLaplacian(), if(), Foam::MULES::implicitSolve(), and div::writeDivField().
tmp< errorEstimate< Type > > div | ( | const tmp< surfaceScalarField > & | tflux, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 144 of file resErrorDiv.C.
References tmp< T >::clear(), and div().
tmp< errorEstimate< Type > > laplacian | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 41 of file resErrorLaplacian.C.
References TimePaths::constant(), IOobject::db(), Foam::dimless, DimensionedField< Type, GeoMesh >::mesh(), IOobject::NO_READ, and IOobject::time().
Referenced by GenSGSStress::divDevBeff(), LRR::divDevReff(), LaunderGibsonRSTM::divDevReff(), LRR::divDevRhoReff(), LaunderGibsonRSTM::divDevRhoReff(), for(), if(), and laplacian().
tmp< errorEstimate< Type > > laplacian | ( | const dimensionedScalar & | gamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 65 of file resErrorLaplacian.C.
References IOobject::db(), laplacian(), DimensionedField< Type, GeoMesh >::mesh(), dimensioned< Type >::name(), IOobject::NO_READ, IOobject::time(), and Time::timeName().
tmp< errorEstimate< Type > > laplacian | ( | const volScalarField & | gamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 90 of file resErrorLaplacian.C.
References Foam::fvc::interpolate(), and laplacian().
tmp< errorEstimate< Type > > laplacian | ( | const tmp< volScalarField > & | tgamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 102 of file resErrorLaplacian.C.
References tmp< T >::clear(), and laplacian().
tmp<errorEstimate<Type> > Foam::resError::Sp | ( | const volScalarField & | sp, |
GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 41 of file resErrorSup.C.
References DimensionedField< Type, GeoMesh >::dimensions(), and GeometricField< Type, PatchField, GeoMesh >::internalField().
Referenced by if(), Foam::MULES::implicitSolve(), Foam::MULES::limiter(), Foam::fvm::Sp(), Sp(), and SuSp().
tmp<errorEstimate<Type> > Foam::resError::Sp | ( | const tmp< volScalarField > & | tsp, |
GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 61 of file resErrorSup.C.
References tmp< T >::clear(), and Sp().
tmp<errorEstimate<Type> > Foam::resError::Sp | ( | const dimensionedScalar & | sp, |
GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 75 of file resErrorSup.C.
References lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), dimensioned< Type >::dimensions(), Foam::dimVol, DimensionedField< Type, GeoMesh >::mesh(), mesh, fvMesh::V(), and dimensioned< Type >::value().
tmp<errorEstimate<Type> > Foam::resError::SuSp | ( | const volScalarField & | sp, |
GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 96 of file resErrorSup.C.
References Sp().
Referenced by if(), Foam::fvm::SuSp(), and SuSp().
tmp<errorEstimate<Type> > Foam::resError::SuSp | ( | const tmp< volScalarField > & | tsp, |
GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 107 of file resErrorSup.C.
References tmp< T >::clear(), and SuSp().
tmp<errorEstimate<Type> > Foam::resError::Sp | ( | const volScalarField & | , |
const GeometricField< Type, fvPatchField, volMesh > & | |||
) |
tmp<errorEstimate<Type> > Foam::resError::Sp | ( | const tmp< volScalarField > & | , |
const GeometricField< Type, fvPatchField, volMesh > & | |||
) |
tmp<errorEstimate<Type> > Foam::resError::Sp | ( | const dimensionedScalar & | , |
const GeometricField< Type, fvPatchField, volMesh > & | |||
) |
tmp<errorEstimate<Type> > Foam::resError::SuSp | ( | const volScalarField & | , |
const GeometricField< Type, fvPatchField, volMesh > & | |||
) |
tmp<errorEstimate<Type> > Foam::resError::SuSp | ( | const tmp< volScalarField > & | , |
const GeometricField< Type, fvPatchField, volMesh > & | |||
) |