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 > > | div (const SurfaceField< Type > &ssf) |
|
template<class Type > |
tmp< VolField< Type > > | div (const tmp< SurfaceField< Type >> &tssf) |
|
template<class Type > |
tmp< VolField< typename innerProduct< vector, Type >::type > > | div (const VolField< Type > &vf, const word &name) |
|
template<class Type > |
tmp< VolField< typename innerProduct< vector, Type >::type > > | div (const tmp< VolField< Type >> &tvvf, const word &name) |
|
template<class Type > |
tmp< VolField< typename innerProduct< vector, Type >::type > > | div (const VolField< Type > &vf) |
|
template<class Type > |
tmp< VolField< typename innerProduct< vector, Type >::type > > | div (const tmp< VolField< Type >> &tvvf) |
|
template<class Type > |
tmp< VolField< Type > > | div (const surfaceScalarField &flux, const VolField< Type > &vf, const word &name) |
|
template<class Type > |
tmp< VolField< Type > > | div (const tmp< surfaceScalarField > &tflux, const VolField< Type > &vf, const word &name) |
|
template<class Type > |
tmp< VolField< Type > > | div (const surfaceScalarField &flux, const tmp< VolField< Type >> &tvf, const word &name) |
|
template<class Type > |
tmp< VolField< Type > > | div (const tmp< surfaceScalarField > &tflux, const tmp< VolField< Type >> &tvf, const word &name) |
|
template<class Type > |
tmp< VolField< Type > > | div (const surfaceScalarField &flux, const VolField< Type > &vf) |
|
template<class Type > |
tmp< VolField< Type > > | div (const tmp< surfaceScalarField > &tflux, const VolField< Type > &vf) |
|
template<class Type > |
tmp< VolField< Type > > | div (const surfaceScalarField &flux, const tmp< VolField< Type >> &tvf) |
|
template<class Type > |
tmp< VolField< Type > > | div (const tmp< surfaceScalarField > &tflux, const tmp< VolField< Type >> &tvf) |
|
Original source file fvcDiv.C
Definition in file fvcDiv.C.