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

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


Detailed Description

Calculate the matrix for the second-order temporal derivative.

InNamespace Foam::fvm

Source files

Definition in file fvmD2dt2.H.

+ Include dependency graph for fvmD2dt2.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 > > d2dt2 (const dimensionedScalar &rho, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< fvMatrix< Type > > d2dt2 (GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< fvMatrix< Type > > d2dt2 (const volScalarField &rho, GeometricField< Type, fvPatchField, volMesh > &vf)