Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
| Foam::fvc |
| Namespace of functions to calculate explicit derivatives.
|
|
|
template<class Type > |
tmp< GeometricField< Type, fvPatchField, volMesh > > | DDt (const surfaceScalarField &phi, const GeometricField< Type, fvPatchField, volMesh > &psi) |
|
template<class Type > |
tmp< GeometricField< Type, fvPatchField, volMesh > > | DDt (const tmp< surfaceScalarField > &tphi, const GeometricField< Type, fvPatchField, volMesh > &psi) |
|
Original source file fvcDDt.C
Definition in file fvcDDt.C.