Calculate the matrix for the first temporal derivative.
More...
Go to the source code of this file.
|
class | fvMatrix< Type > |
| A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise. More...
|
|
|
| Foam |
| Namespace for OpenFOAM.
|
|
| Foam::fvm |
| Namespace of functions to calculate implicit derivatives returning a matrix.
|
|
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const GeometricField< Type, fvPatchField, volMesh > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const one &, const GeometricField< Type, fvPatchField, volMesh > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const dimensionedScalar &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const volScalarField &alpha, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const one &, const one &, const GeometricField< Type, fvPatchField, volMesh > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const one &, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
|
template<class Type > |
tmp< fvMatrix< Type > > | ddt (const volScalarField &alpha, const one &, const GeometricField< Type, fvPatchField, volMesh > &vf) |
|
Calculate the matrix for the first temporal derivative.
Original source file fvmDdt.H
InNamespace Foam::fvm
- Source files
-
Definition in file fvmDdt.H.