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

fvcDdt.H File Reference

Calculate the first temporal derivative. More...


Detailed Description

Calculate the first temporal derivative.

InNamespace Foam::fvc

Source files

Definition in file fvcDdt.H.

#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"
#include "src/finiteVolume/fields/surfaceFields/surfaceFieldsFwd.H"
#include "src/OpenFOAM/dimensionedTypes/dimensionedTypes.H"
Include dependency graph for fvcDdt.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


namespace  Foam::fvc
 

Namespace of functions to calculate explicit derivatives.


Functions

template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
ddt (const dimensioned< Type > dt, const fvMesh &mesh)
template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
ddt (const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
ddt (const dimensionedScalar &rho, const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
ddt (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf)
template<class Type >
tmp< GeometricField< typename
flux< Type >::type,
fvsPatchField, surfaceMesh > >  
ddtPhiCorr (const volScalarField &rA, const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > &phi)
template<class Type >
tmp< GeometricField< typename
flux< Type >::type,
fvsPatchField, surfaceMesh > >  
ddtPhiCorr (const volScalarField &rA, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > &phi)