Calculate the field for explicit evaluation of implicit and explicit sources. More...
Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Foam::fvc | |
Namespace of functions to calculate explicit derivatives. | |
Functions | |
template<class Type > | |
tmp< VolField< Type > > | Su (const VolField< Type > &su, const VolField< Type > &vf) |
template<class Type > | |
tmp< VolField< Type > > | Su (const tmp< VolField< Type >> &tsu, const VolField< Type > &vf) |
template<class Type > | |
tmp< VolField< Type > > | Sp (const volScalarField &sp, const VolField< Type > &vf) |
template<class Type > | |
tmp< VolField< Type > > | Sp (const tmp< volScalarField > &tsp, const VolField< Type > &vf) |
template<class Type > | |
tmp< VolField< Type > > | Sp (const dimensionedScalar &sp, const VolField< Type > &vf) |
template<class Type > | |
tmp< VolField< Type > > | SuSp (const volScalarField &sp, const VolField< Type > &vf) |
template<class Type > | |
tmp< VolField< Type > > | SuSp (const tmp< volScalarField > &tsp, const VolField< Type > &vf) |