|
|
|
CrankNicholsonDdtScheme< Type > Class Template ReferenceSecond-oder CrankNicholson implicit ddt using the current and previous time-step fields as well as the previous time-step ddt. More...
Inheritance diagram for CrankNicholsonDdtScheme< Type >:
![]()
Collaboration diagram for CrankNicholsonDdtScheme< Type >:
![]() Detailed Descriptiontemplate<class Type>
Second-oder CrankNicholson implicit ddt using the current and previous time-step fields as well as the previous time-step ddt.
|
| typedef ddtScheme<Type>::fluxFieldType fluxFieldType |
| CrankNicholsonDdtScheme | ( | const fvMesh & | mesh | ) | [inline] |
| CrankNicholsonDdtScheme | ( | const fvMesh & | mesh, | |
| Istream & | is | |||
| ) | [inline] |
Construct from mesh and Istream.
Definition at line 172 of file CrankNicholsonDdtScheme.H.
References Foam::exit(), Foam::FatalIOError, and FatalIOErrorIn.

| TypeName | ( | "CrankNicholson" | ) |
Runtime type information.
| const fvMesh& mesh | ( | ) | const [inline] |
Return mesh reference.
Reimplemented from ddtScheme< Type >.
Definition at line 193 of file CrankNicholsonDdtScheme.H.
| tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt | ( | const dimensioned< Type > & | dt | ) | [inline, virtual] |
| tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) | [inline, virtual] |
| tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt | ( | const dimensionedScalar & | rho, | |
| const GeometricField< Type, fvPatchField, volMesh > & | vf | |||
| ) | [inline, virtual] |
| tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt | ( | const volScalarField & | rho, | |
| const GeometricField< Type, fvPatchField, volMesh > & | vf | |||
| ) | [inline, virtual] |
| tmp< fvMatrix< Type > > fvmDdt | ( | GeometricField< Type, fvPatchField, volMesh > & | vf | ) | [inline, virtual] |
| tmp< fvMatrix< Type > > fvmDdt | ( | const dimensionedScalar & | rho, | |
| GeometricField< Type, fvPatchField, volMesh > & | vf | |||
| ) | [inline, virtual] |
| tmp< fvMatrix< Type > > fvmDdt | ( | const volScalarField & | rho, | |
| GeometricField< Type, fvPatchField, volMesh > & | vf | |||
| ) | [inline, virtual] |
| tmp< typename CrankNicholsonDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr | ( | const volScalarField & | rA, | |
| const GeometricField< Type, fvPatchField, volMesh > & | U, | |||
| const fluxFieldType & | phi | |||
| ) | [inline] |
Definition at line 874 of file CrankNicholsonDdtScheme.C.
| tmp< typename CrankNicholsonDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr | ( | const volScalarField & | rA, | |
| const volScalarField & | rho, | |||
| const GeometricField< Type, fvPatchField, volMesh > & | U, | |||
| const fluxFieldType & | phi | |||
| ) | [inline] |
Definition at line 961 of file CrankNicholsonDdtScheme.C.
| tmp< surfaceScalarField > meshPhi | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) | [inline, virtual] |
| tmp< surfaceScalarField > fvcDdtPhiCorr | ( | const volScalarField & | rA, | |
| const volScalarField & | U, | |||
| const surfaceScalarField & | phi | |||
| ) | [inline] |
| tmp< surfaceScalarField > fvcDdtPhiCorr | ( | const volScalarField & | rA, | |
| const volScalarField & | rho, | |||
| const volScalarField & | U, | |||
| const surfaceScalarField & | phi | |||
| ) | [inline] |