Basic first-order Euler implicit/explicit ddt using only the current and previous time-step values. More...
#include <finiteVolume/EulerDdtScheme.H>
Basic first-order Euler implicit/explicit ddt using only the current and previous time-step values.
Definition at line 56 of file EulerDdtScheme.H.
Inheritance diagram for EulerDdtScheme< Type >:
Collaboration diagram for EulerDdtScheme< Type >:Public Types | |
| typedef ddtScheme< Type > ::fluxFieldType | fluxFieldType |
Public Types inherited from ddtScheme< Type > | |
Additional Inherited Members | |
Static Public Member Functions inherited from ddtScheme< Type > | |
| static tmp< ddtScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
| Return a pointer to a new ddtScheme created on freestore. | |
Protected Member Functions inherited from ddtScheme< Type > | |
| ddtScheme (const ddtScheme &) | |
| Disallow copy construct. | |
| void | operator= (const ddtScheme &) |
| Disallow default bitwise assignment. | |
Protected Attributes inherited from ddtScheme< Type > | |
| const fvMesh & | mesh_ |
| typedef ddtScheme<Type>::fluxFieldType fluxFieldType |
Reimplemented from ddtScheme< Type >.
Definition at line 137 of file EulerDdtScheme.H.
|
inline |
Construct from mesh.
Definition at line 78 of file EulerDdtScheme.H.
|
inline |
Construct from mesh and Istream.
Definition at line 84 of file EulerDdtScheme.H.
| TypeName | ( | "Euler" | ) |
Runtime type information.
|
inline |
Return mesh reference.
Reimplemented from ddtScheme< Type >.
Definition at line 93 of file EulerDdtScheme.H.
|
virtual |
Implements ddtScheme< Type >.
Definition at line 46 of file EulerDdtScheme.C.
References dimensioned< Type >::dimensions(), Foam::dimTime, mesh, dimensioned< Type >::name(), and dimensioned< Type >::value().
|
virtual |
Implements ddtScheme< Type >.
Definition at line 105 of file EulerDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), and dimensioned< Type >::value().
|
virtual |
Implements ddtScheme< Type >.
Definition at line 156 of file EulerDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, dimensioned< Type >::name(), IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), and dimensioned< Type >::value().
|
virtual |
Implements ddtScheme< Type >.
Definition at line 208 of file EulerDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), and dimensioned< Type >::value().
|
virtual |
Implements ddtScheme< Type >.
Definition at line 263 of file EulerDdtScheme.C.
References lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), and fvMatrix< Type >::source().
|
virtual |
Implements ddtScheme< Type >.
Definition at line 298 of file EulerDdtScheme.C.
References lduMatrix::diag(), dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMatrix< Type >::source(), and dimensioned< Type >::value().
|
virtual |
Implements ddtScheme< Type >.
Definition at line 335 of file EulerDdtScheme.C.
References lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), and fvMatrix< Type >::source().
|
virtual |
Implements ddtScheme< Type >.
Definition at line 374 of file EulerDdtScheme.C.
References Foam::interpolate(), Foam::fvc::interpolate(), mesh, IOobject::name(), and GeometricField< Type, PatchField, GeoMesh >::oldTime().
|
virtual |
Implements ddtScheme< Type >.
Definition at line 407 of file EulerDdtScheme.C.
References Foam::abort(), Foam::dimArea, DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimVelocity, Foam::FatalError, FatalErrorIn, Foam::interpolate(), Foam::fvc::interpolate(), mesh, IOobject::name(), and GeometricField< Type, PatchField, GeoMesh >::oldTime().
|
virtual |
| tmp< surfaceScalarField > fvcDdtPhiCorr | ( | const volScalarField & | rA, |
| const volScalarField & | U, | ||
| const surfaceScalarField & | phi | ||
| ) |
| tmp< surfaceScalarField > fvcDdtPhiCorr | ( | const volScalarField & | rA, |
| const volScalarField & | rho, | ||
| const volScalarField & | U, | ||
| const surfaceScalarField & | phi | ||
| ) |