Namespaces | Functions
fvmD2dt2.H File Reference

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

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

 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)
 

Detailed Description

Calculate the matrix for the second-order temporal derivative.

Original source file fvmD2dt2.H

InNamespace Foam::fvm

Source files

Definition in file fvmD2dt2.H.