Calulate the matrix for the first temporal derivative. More...
Calulate the matrix for the first temporal derivative.
InNamespace Foam::fvm
Definition in file fvmDdt.H.
#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"
#include "src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H"
#include "src/OpenFOAM/fields/GeometricFields/geometricOneField/geometricOneField.H"
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) |