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

fvmDdt.C File Reference


Detailed Description

Definition in file fvmDdt.C.

#include "src/finiteVolume/fields/volFields/volFields.H"
#include "src/finiteVolume/fields/surfaceFields/surfaceFields.H"
#include "src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H"
#include "src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.H"
Include dependency graph for fvmDdt.C:

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)