Calculate the first temporal derivative. More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| 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< Type, fvPatchField, volMesh > > | ddt (const volScalarField &alpha, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type > | |
| tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | ddt (const GeometricField< Type, fvsPatchField, surfaceMesh > &sf) |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | ddt (const one &, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | ddt (const GeometricField< Type, fvPatchField, volMesh > &vf, const one &) |
| geometricZeroField | ddt (const one &, const one &) |
| template<class Type > | |
| tmp< GeometricField< typename Foam::flux< Type >::type, fvsPatchField, surfaceMesh > > | ddtCorr (const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf) |
| template<class Type > | |
| tmp< GeometricField< typename Foam::flux< Type >::type, fvsPatchField, surfaceMesh > > | ddtCorr (const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< typename Foam::flux< Type >::type, fvsPatchField, surfaceMesh > &phi) |
| template<class Type > | |
| tmp< GeometricField< typename Foam::flux< Type >::type, fvsPatchField, surfaceMesh > > | ddtCorr (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf) |
| template<class Type > | |
| tmp< GeometricField< typename Foam::flux< Type >::type, fvsPatchField, surfaceMesh > > | ddtCorr (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< typename Foam::flux< Type >::type, fvsPatchField, surfaceMesh > &phi) |
1.8.13