backwardDdtScheme< Type > Class Template ReferenceSecond-order backward-differencing ddt using the current and two previous time-step values.
More...
List of all members.
|
Public Types |
typedef ddtScheme< Type >
::fluxFieldType | fluxFieldType |
Public Member Functions |
| | TypeName ("backward") |
| | Runtime type information.
|
| | backwardDdtScheme (const fvMesh &mesh) |
| | Construct from mesh.
|
| | backwardDdtScheme (const fvMesh &mesh, Istream &is) |
| | Construct from mesh and Istream.
|
| const fvMesh & | mesh () const |
| | Return mesh reference.
|
tmp< GeometricField< Type,
fvPatchField, volMesh > > | fvcDdt (const dimensioned< Type > &) |
tmp< GeometricField< Type,
fvPatchField, volMesh > > | fvcDdt (const GeometricField< Type, fvPatchField, volMesh > &) |
tmp< GeometricField< Type,
fvPatchField, volMesh > > | fvcDdt (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &) |
tmp< GeometricField< Type,
fvPatchField, volMesh > > | fvcDdt (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fvMatrix< Type > > | fvmDdt (GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fvMatrix< Type > > | fvmDdt (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fvMatrix< Type > > | fvmDdt (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fluxFieldType > | fvcDdtPhiCorr (const volScalarField &rA, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi) |
| tmp< fluxFieldType > | fvcDdtPhiCorr (const volScalarField &rA, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi) |
| tmp< surfaceScalarField > | meshPhi (const GeometricField< Type, fvPatchField, volMesh > &) |
| template<> |
| tmp< surfaceScalarField > | fvcDdtPhiCorr (const volScalarField &rA, const volScalarField &U, const surfaceScalarField &phi) |
| template<> |
| tmp< surfaceScalarField > | fvcDdtPhiCorr (const volScalarField &rA, const volScalarField &rho, const volScalarField &U, const surfaceScalarField &phi) |
Detailed Description
template<class Type>
class Foam::fv::backwardDdtScheme< Type >
Second-order backward-differencing ddt using the current and two previous time-step values.
- Source files
-
Definition at line 51 of file backwardDdtScheme.H.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
Runtime type information.
| const fvMesh& mesh |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd
|