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.
typedef ddtScheme<Type>::fluxFieldType fluxFieldType |
Reimplemented from ddtScheme< Type >.
Definition at line 137 of file EulerDdtScheme.H.
EulerDdtScheme | ( | const fvMesh & | mesh ) | [inline]
|
Construct from mesh.
Definition at line 78 of file EulerDdtScheme.H.
EulerDdtScheme | ( | const fvMesh & | mesh, |
Istream & | is | ||
) | [inline]
|
Construct from mesh and Istream.
Definition at line 84 of file EulerDdtScheme.H.
TypeName | ( | "Euler" | ) |
Runtime type information.
const fvMesh& mesh | ( | ) | const [inline]
|
Return mesh reference.
Reimplemented from ddtScheme< Type >.
Definition at line 93 of file EulerDdtScheme.H.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt | ( | const dimensioned< Type > & | dt ) | [virtual]
|
Implements ddtScheme< Type >.
Definition at line 46 of file EulerDdtScheme.C.
References TimeState::deltaT(), dimensioned< Type >::dimensions(), Foam::dimTime, 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 ) | [virtual]
|
Implements ddtScheme< Type >.
Definition at line 105 of file EulerDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), TimeState::deltaT(), DimensionedField< Type, GeoMesh >::dimensions(), dimensioned< Type >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, polyMesh::moving(), IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMesh::time(), Time::timeName(), fvMesh::V(), fvMesh::V0(), and dimensioned< Type >::value().
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt | ( | const dimensionedScalar & | rho, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | [virtual]
|
Implements ddtScheme< Type >.
Definition at line 156 of file EulerDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), TimeState::deltaT(), DimensionedField< Type, GeoMesh >::dimensions(), dimensioned< Type >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, polyMesh::moving(), IOobject::name(), dimensioned< Type >::name(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMesh::time(), Time::timeName(), fvMesh::V(), fvMesh::V0(), and dimensioned< Type >::value().
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt | ( | const volScalarField & | rho, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | [virtual]
|
Implements ddtScheme< Type >.
Definition at line 208 of file EulerDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), TimeState::deltaT(), DimensionedField< Type, GeoMesh >::dimensions(), dimensioned< Type >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, polyMesh::moving(), IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMesh::time(), Time::timeName(), fvMesh::V(), fvMesh::V0(), and dimensioned< Type >::value().
tmp< fvMatrix< Type > > fvmDdt | ( | GeometricField< Type, fvPatchField, volMesh > & | vf ) | [virtual]
|
Implements ddtScheme< Type >.
Definition at line 263 of file EulerDdtScheme.C.
References TimeState::deltaT(), lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMatrix< Type >::source(), fvMesh::time(), fvMesh::V(), fvMesh::V0(), and dimensioned< Type >::value().
tmp< fvMatrix< Type > > fvmDdt | ( | const dimensionedScalar & | rho, |
GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | [virtual]
|
Implements ddtScheme< Type >.
Definition at line 298 of file EulerDdtScheme.C.
References TimeState::deltaT(), lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), dimensioned< Type >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMatrix< Type >::source(), fvMesh::time(), fvMesh::V(), fvMesh::V0(), and dimensioned< Type >::value().
tmp< fvMatrix< Type > > fvmDdt | ( | const volScalarField & | rho, |
GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | [virtual]
|
Implements ddtScheme< Type >.
Definition at line 335 of file EulerDdtScheme.C.
References TimeState::deltaT(), lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMatrix< Type >::source(), fvMesh::time(), fvMesh::V(), fvMesh::V0(), and dimensioned< Type >::value().
tmp< typename EulerDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr | ( | const volScalarField & | rA, |
const GeometricField< Type, fvPatchField, volMesh > & | U, | ||
const fluxFieldType & | phi | ||
) | [virtual]
|
Implements ddtScheme< Type >.
Definition at line 374 of file EulerDdtScheme.C.
References TimeState::deltaT(), Foam::fvc::interpolate(), Foam::interpolate(), mesh, IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMesh::Sf(), fvMesh::time(), and Time::timeName().
tmp< typename EulerDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr | ( | const volScalarField & | rA, |
const volScalarField & | rho, | ||
const GeometricField< Type, fvPatchField, volMesh > & | U, | ||
const fluxFieldType & | phi | ||
) | [virtual]
|
Implements ddtScheme< Type >.
Definition at line 407 of file EulerDdtScheme.C.
References Foam::abort(), TimeState::deltaT(), Foam::dimArea, DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimVelocity, Foam::FatalError, FatalErrorIn, Foam::interpolate(), Foam::fvc::interpolate(), mesh, IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMesh::Sf(), fvMesh::time(), and Time::timeName().
tmp< surfaceScalarField > meshPhi | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | [virtual]
|
Implements ddtScheme< Type >.
Definition at line 518 of file EulerDdtScheme.C.
References mesh, and fvMesh::phi().
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 | ||
) |