Calculate the matrix for implicit and explicit sources. More...
Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::fam | |
Functions | |
| template<class Type > | |
| tmp< faMatrix< Type > > | Su (const GeometricField< Type, faPatchField, areaMesh > &su, const GeometricField< Type, faPatchField, areaMesh > &vf) |
| template<class Type > | |
| tmp< faMatrix< Type > > | Su (const tmp< GeometricField< Type, faPatchField, areaMesh >> &tsu, const GeometricField< Type, faPatchField, areaMesh > &vf) |
| template<class Type > | |
| tmp< faMatrix< Type > > | Sp (const areaScalarField &sp, const GeometricField< Type, faPatchField, areaMesh > &vf) |
| template<class Type > | |
| tmp< faMatrix< Type > > | Sp (const tmp< areaScalarField > &tsp, const GeometricField< Type, faPatchField, areaMesh > &vf) |
| template<class Type > | |
| tmp< faMatrix< Type > > | Sp (const dimensionedScalar &sp, const GeometricField< Type, faPatchField, areaMesh > &vf) |
| template<class Type > | |
| tmp< faMatrix< Type > > | SuSp (const areaScalarField &sp, const GeometricField< Type, faPatchField, areaMesh > &vf) |
| template<class Type > | |
| tmp< faMatrix< Type > > | SuSp (const tmp< areaScalarField > &tsp, const GeometricField< Type, faPatchField, areaMesh > &vf) |