Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
| Foam::fvm |
| Namespace of functions to calculate implicit derivatives returning a matrix.
|
|
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const VolField< Type > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const dimensionedScalar &rho, const VolField< Type > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const volScalarField &rho, const VolField< Type > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const one &, const VolField< Type > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const one &, const one &, const VolField< Type > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const one &, const volScalarField &rho, const VolField< Type > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const volScalarField &alpha, const one &, const VolField< Type > &vf) |
|
Original source file fvmDdt.C
Definition in file fvmDdt.C.