FreeFOAM The Cross-Platform CFD Toolkit
fvmDdt.H File Reference

Calulate the matrix for the first temporal derivative. More...


Detailed Description

Calulate the matrix for the first temporal derivative.

InNamespace Foam::fvm

Source files

Definition in file fvmDdt.H.

+ Include dependency graph for fvmDdt.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
namespace  Foam::fvm
 Namespace of functions to calculate implicit derivatives returning a matrix.

Functions

template<class Type >
tmp< fvMatrix< Type > > ddt (GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< fvMatrix< Type > > ddt (const geometricOneField &, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< fvMatrix< Type > > ddt (const dimensionedScalar &rho, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< fvMatrix< Type > > ddt (const volScalarField &rho, GeometricField< Type, fvPatchField, volMesh > &vf)