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


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. | |
| template<class Type> | |
| tmp< faMatrix< Type > > | Su (const dimensioned< Type > &su, const GeometricField< Type, faPatchField, areaMesh > &) |
| A uniform source (no-op for small values). | |
| 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. | |
| template<class Type> | |
| tmp< faMatrix< Type > > | Sp (const dimensionedScalar &sp, const GeometricField< Type, faPatchField, areaMesh > &) |
| A uniform source (no-op for small values). | |
| 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. | |
| template<class Type> | |
| tmp< faMatrix< Type > > | SuSp (const dimensionedScalar &susp, const GeometricField< Type, faPatchField, areaMesh > &) |
| A uniform source (no-op for small values). | |
| 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 > &) |