Calculate the matrix for the second-order temporal derivative. More...


Go to the source code of this file.
Classes | |
| 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... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::fvm | |
| Namespace of functions to calculate implicit derivatives returning a matrix. | |
Functions | |
| template<class Type > | |
| tmp< fvMatrix< Type > > | d2dt2 (const dimensionedScalar &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | d2dt2 (const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type > | |
| tmp< fvMatrix< Type > > | d2dt2 (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
Calculate the matrix for the second-order temporal derivative.
Original source file fvmD2dt2.H
InNamespace Foam::fvm
Definition in file fvmD2dt2.H.