Second-order bounded-backward-differencing ddt using the current and two previous time-step values. More...
#include <finiteVolume/boundedBackwardDdtScheme.H>
Second-order bounded-backward-differencing ddt using the current and two previous time-step values.
Definition at line 56 of file boundedBackwardDdtScheme.H.
Additional Inherited Members | |
![]() | |
typedef GeometricField < typename flux< scalar > ::type, fvsPatchField, surfaceMesh > | fluxFieldType |
![]() | |
static tmp< ddtScheme< scalar > > | New (const fvMesh &mesh, Istream &schemeData) |
Return a pointer to a new ddtScheme created on freestore. | |
![]() | |
ddtScheme (const ddtScheme &) | |
Disallow copy construct. | |
void | operator= (const ddtScheme &) |
Disallow default bitwise assignment. | |
![]() | |
const fvMesh & | mesh_ |
|
inline |
Construct from mesh.
Definition at line 100 of file boundedBackwardDdtScheme.H.
|
inline |
Construct from mesh and Istream.
Definition at line 106 of file boundedBackwardDdtScheme.H.
TypeName | ( | "boundedBackward" | ) |
Runtime type information.
|
inline |
Return mesh reference.
Reimplemented from ddtScheme< scalar >.
Definition at line 115 of file boundedBackwardDdtScheme.H.
|
virtual |
Implements ddtScheme< scalar >.
Definition at line 58 of file boundedBackwardDdtScheme.C.
References dimensioned< Type >::dimensions(), Foam::dimTime, mesh, dimensioned< Type >::name(), and dimensioned< Type >::value().
tmp< volScalarField > fvcDdt | ( | const volScalarField & | vf | ) |
Definition at line 127 of file boundedBackwardDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), Foam::MULES::limiter(), Foam::mag(), mesh, IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), Foam::sqr(), and dimensioned< Type >::value().
tmp< volScalarField > fvcDdt | ( | const dimensionedScalar & | rho, |
const volScalarField & | vf | ||
) |
Definition at line 221 of file boundedBackwardDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), Foam::MULES::limiter(), Foam::mag(), mesh, dimensioned< Type >::name(), IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), Foam::sqr(), and dimensioned< Type >::value().
tmp< volScalarField > fvcDdt | ( | const volScalarField & | rho, |
const volScalarField & | vf | ||
) |
Definition at line 316 of file boundedBackwardDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), Foam::MULES::limiter(), Foam::mag(), mesh, IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), Foam::sqr(), and dimensioned< Type >::value().
tmp< fvScalarMatrix > fvmDdt | ( | volScalarField & | vf | ) |
Definition at line 414 of file boundedBackwardDdtScheme.C.
References lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), Foam::MULES::limiter(), Foam::mag(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), and fvMatrix< Type >::source().
tmp< fvScalarMatrix > fvmDdt | ( | const dimensionedScalar & | rho, |
volScalarField & | vf | ||
) |
Definition at line 484 of file boundedBackwardDdtScheme.C.
References lduMatrix::diag(), dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), Foam::MULES::limiter(), Foam::mag(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), fvMatrix< Type >::source(), and dimensioned< Type >::value().
tmp< fvScalarMatrix > fvmDdt | ( | const volScalarField & | rho, |
volScalarField & | vf | ||
) |
Definition at line 554 of file boundedBackwardDdtScheme.C.
References lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), Foam::MULES::limiter(), Foam::mag(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), and fvMatrix< Type >::source().
tmp< surfaceScalarField > fvcDdtPhiCorr | ( | const volScalarField & | rA, |
const volScalarField & | U, | ||
const surfaceScalarField & | phi | ||
) |
Definition at line 630 of file boundedBackwardDdtScheme.C.
References notImplemented, and GeometricField< scalar, fvsPatchField, surfaceMesh >::null().
tmp< surfaceScalarField > fvcDdtPhiCorr | ( | const volScalarField & | rA, |
const volScalarField & | rho, | ||
const volScalarField & | U, | ||
const surfaceScalarField & | phi | ||
) |
Definition at line 646 of file boundedBackwardDdtScheme.C.
References notImplemented, and GeometricField< scalar, fvsPatchField, surfaceMesh >::null().
tmp< surfaceScalarField > meshPhi | ( | const volScalarField & | vf | ) |
Definition at line 663 of file boundedBackwardDdtScheme.C.
References notImplemented, and GeometricField< scalar, fvsPatchField, surfaceMesh >::null().