FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

fvmDdt.H File Reference

Calulate the matrix for the first temporal derivative. More...


Detailed Description

Calulate the matrix for the first temporal derivative.

InNamespace Foam::fvm

Source files

Definition in file fvmDdt.H.

#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"
#include "src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H"
#include "src/OpenFOAM/fields/GeometricFields/geometricOneField/geometricOneField.H"
Include dependency graph for fvmDdt.H:

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 > >  ddt (GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< fvMatrix< Type > >  ddt (const geometricOneField &, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< fvMatrix< Type > >  ddt (const dimensionedScalar &rho, GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< fvMatrix< Type > >  ddt (const volScalarField &rho, GeometricField< Type, fvPatchField, volMesh > &vf)