|
|
|
steadyStateDdtScheme< Type > Class Template ReferenceSteadyState implicit/explicit ddt which returns 0. More...
Inheritance diagram for steadyStateDdtScheme< Type >:
![]()
Collaboration diagram for steadyStateDdtScheme< Type >:
![]() Detailed Descriptiontemplate<class Type>
SteadyState implicit/explicit ddt which returns 0.
|
| typedef ddtScheme<Type>::fluxFieldType fluxFieldType |
| steadyStateDdtScheme | ( | const fvMesh & | mesh | ) | [inline] |
| steadyStateDdtScheme | ( | const fvMesh & | mesh, | |
| Istream & | is | |||
| ) | [inline] |
| TypeName | ( | "steadyState" | ) |
Runtime type information.
| const fvMesh& mesh | ( | ) | const [inline] |
Return mesh reference.
Reimplemented from ddtScheme< Type >.
Definition at line 87 of file steadyStateDdtScheme.H.
Referenced by steadyStateDdtScheme< Type >::fvcDdt().

| tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt | ( | const dimensioned< Type > & | dt | ) | [inline, virtual] |
Implements ddtScheme< Type >.
Definition at line 37 of file steadyStateDdtScheme.C.
References dimensioned< Type >::dimensions(), Foam::dimTime, steadyStateDdtScheme< Type >::mesh(), dimensioned< Type >::name(), fvMesh::time(), and Time::timeName().

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