Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
| Foam::fvc |
| Namespace of functions to calculate explicit derivatives.
|
|
|
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) |
|
Original source file fvcSup.C
Definition in file fvcSup.C.