Loading...
Searching...
No Matches
fvmDdt.C File Reference
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 (const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type>
tmp< fvMatrix< Type > > ddt (const Foam::one, const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type>
tmp< fvMatrix< Type > > ddt (const dimensionedScalar &rho, const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type>
tmp< fvMatrix< Type > > ddt (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type>
tmp< fvMatrix< Type > > ddt (const volScalarField &alpha, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type>
tmp< fvMatrix< Type > > ddt (const Foam::one, const Foam::one, const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type>
tmp< fvMatrix< Type > > ddt (const Foam::one, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type>
tmp< fvMatrix< Type > > ddt (const volScalarField &alpha, const Foam::one, const GeometricField< Type, fvPatchField, volMesh > &vf)

Detailed Description

Original source file fvmDdt.C

Definition in file fvmDdt.C.