|
|
|
EulerDdtScheme< Type > Class Template ReferenceBasic first-order Euler implicit/explicit ddt using only the current and previous time-step values. More...
Inheritance diagram for EulerDdtScheme< Type >:
![]()
Collaboration diagram for EulerDdtScheme< Type >:
![]() Detailed Descriptiontemplate<class Type>
Basic first-order Euler implicit/explicit ddt using only the current and previous time-step values.
|
| typedef ddtScheme<Type>::fluxFieldType fluxFieldType |
| EulerDdtScheme | ( | const fvMesh & | mesh | ) | [inline] |
| EulerDdtScheme | ( | const fvMesh & | mesh, | |
| Istream & | is | |||
| ) | [inline] |
| TypeName | ( | "Euler" | ) |
Runtime type information.
| const fvMesh& mesh | ( | ) | const [inline] |
Return mesh reference.
Reimplemented from ddtScheme< Type >.
Definition at line 88 of file EulerDdtScheme.H.
Referenced by EulerDdtScheme< Type >::fvcDdt().

| tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt | ( | const dimensioned< Type > & | dt | ) | [inline, virtual] |
Implements ddtScheme< Type >.
Definition at line 38 of file EulerDdtScheme.C.
References TimeState::deltaT(), dimensioned< Type >::dimensions(), Foam::dimTime, EulerDdtScheme< Type >::mesh(), polyMesh::moving(), dimensioned< Type >::name(), fvMesh::time(), Time::timeName(), fvMesh::V(), fvMesh::V0(), and dimensioned< Type >::value().

| 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 EulerDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr | ( | const volScalarField & | rA, | |
| const GeometricField< Type, fvPatchField, volMesh > & | U, | |||
| const fluxFieldType & | phi | |||
| ) | [inline] |
Definition at line 366 of file EulerDdtScheme.C.
| tmp< typename EulerDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr | ( | const volScalarField & | rA, | |
| const volScalarField & | rho, | |||
| const GeometricField< Type, fvPatchField, volMesh > & | U, | |||
| const fluxFieldType & | phi | |||
| ) | [inline] |
Definition at line 399 of file EulerDdtScheme.C.
| tmp< surfaceScalarField > meshPhi | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | [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] |