Definition in file fvcDdt.C.
#include "src/finiteVolume/finiteVolume/fvc/fvcDdt.H"
#include "src/finiteVolume/fvMesh/fvMesh.H"
#include "src/finiteVolume/finiteVolume/ddtSchemes/ddtScheme/ddtScheme.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) |