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


Go to the source code of this file.
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.
1.8.11