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


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::fvm | |
| Namespace of functions to calculate implicit derivatives returning a matrix. | |
Functions | |
| template<class Type > | |
| tmp< fvMatrix< Type > > | Su (const DimensionedField< Type, volMesh > &, const VolField< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | Su (const tmp< DimensionedField< Type, volMesh >> &, const VolField< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | Su (const tmp< VolField< Type >> &, const VolField< Type > &) |
| template<class Type > | |
| zeroField | Su (const zero &, const VolField< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | Sp (const volScalarField::Internal &, const VolField< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | Sp (const tmp< volScalarField::Internal > &, const VolField< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | Sp (const tmp< volScalarField > &, const VolField< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | Sp (const dimensionedScalar &, const VolField< Type > &) |
| template<class Type > | |
| zeroField | Sp (const zero &, const VolField< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | SuSp (const volScalarField::Internal &, const VolField< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | SuSp (const tmp< volScalarField::Internal > &, const VolField< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | SuSp (const tmp< volScalarField > &, const VolField< Type > &) |
| template<class Type > | |
| zeroField | SuSp (const zero &, const VolField< Type > &) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | S (const Pair< tmp< volScalarField::Internal >> &, const VolField< Type > &) |