|
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 &) |
|
template<class Type > |
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > | ddtCorr (const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf) |
|
template<class Type > |
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > | ddtCorr (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 > > | ddtCorr (const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > &phi, const autoPtr< GeometricField< Type, fvsPatchField, surfaceMesh >> &Uf) |
|
template<class Type > |
tmp< GeometricField< typename 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 flux< Type >::type, fvsPatchField, surfaceMesh > > | ddtCorr (const volScalarField &rho, 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 > > | ddtCorr (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > &phi, const autoPtr< GeometricField< Type, fvsPatchField, surfaceMesh >> &Uf) |
|
Original source file fvcDdt.C
Definition in file fvcDdt.C.