famSup.H File Reference

Calculate the finiteArea matrix for implicit and explicit sources. More...

Include dependency graph for famSup.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::fam
 

Functions

template<class Type >
zeroField Su (const Foam::zero, const GeometricField< Type, faPatchField, areaMesh > &)
 A no-op source. More...
 
template<class Type >
tmp< faMatrix< Type > > Su (const dimensioned< Type > &su, const GeometricField< Type, faPatchField, areaMesh > &)
 A uniform source (no-op for small values) More...
 
template<class Type >
tmp< faMatrix< Type > > Su (const DimensionedField< Type, areaMesh > &su, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > Su (const tmp< DimensionedField< Type, areaMesh > > &, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > Su (const tmp< GeometricField< Type, faPatchField, areaMesh > > &, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
zeroField Sp (const Foam::zero, const GeometricField< Type, faPatchField, areaMesh > &)
 A no-op source. More...
 
template<class Type >
tmp< faMatrix< Type > > Sp (const dimensionedScalar &sp, const GeometricField< Type, faPatchField, areaMesh > &)
 A uniform source (no-op for small values) More...
 
template<class Type >
tmp< faMatrix< Type > > Sp (const DimensionedField< scalar, areaMesh > &sp, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > Sp (const tmp< DimensionedField< scalar, areaMesh > > &, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > Sp (const tmp< GeometricField< scalar, faPatchField, areaMesh > > &, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
zeroField SuSp (const Foam::zero, const GeometricField< Type, faPatchField, areaMesh > &)
 A no-op source. More...
 
template<class Type >
tmp< faMatrix< Type > > SuSp (const dimensionedScalar &susp, const GeometricField< Type, faPatchField, areaMesh > &)
 A uniform source (no-op for small values) More...
 
template<class Type >
tmp< faMatrix< Type > > SuSp (const DimensionedField< scalar, areaMesh > &susp, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > SuSp (const tmp< DimensionedField< scalar, areaMesh > > &, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > SuSp (const tmp< areaScalarField > &, const GeometricField< Type, faPatchField, areaMesh > &)
 

Detailed Description

Calculate the finiteArea matrix for implicit and explicit sources.

Original source file famSup.H

InNamespace Foam::fam

Source files

Definition in file famSup.H.