Public Member Functions | |
| TypeName ("boundedBackward") | |
| Runtime type information. More... | |
| boundedBackwardFaDdtScheme (const faMesh &mesh) | |
| Construct from mesh. More... | |
| boundedBackwardFaDdtScheme (const faMesh &mesh, Istream &is) | |
| Construct from mesh and Istream. More... | |
| const faMesh & | mesh () const |
| Return mesh reference. More... | |
| tmp< areaScalarField > | facDdt (const dimensionedScalar) |
| tmp< areaScalarField > | facDdt0 (const dimensionedScalar) |
| tmp< areaScalarField > | facDdt (const areaScalarField &) |
| tmp< areaScalarField > | facDdt0 (const areaScalarField &) |
| tmp< areaScalarField > | facDdt (const dimensionedScalar &, const areaScalarField &) |
| tmp< areaScalarField > | facDdt0 (const dimensionedScalar &, const areaScalarField &) |
| tmp< areaScalarField > | facDdt (const areaScalarField &, const areaScalarField &) |
| tmp< areaScalarField > | facDdt0 (const areaScalarField &, const areaScalarField &) |
| tmp< faScalarMatrix > | famDdt (const areaScalarField &) |
| tmp< faScalarMatrix > | famDdt (const dimensionedScalar &, const areaScalarField &) |
| tmp< faScalarMatrix > | famDdt (const areaScalarField &, const areaScalarField &) |
Public Member Functions inherited from faDdtScheme< scalar > | |
| faDdtScheme (const faMesh &mesh) | |
| Construct from mesh. More... | |
| faDdtScheme (const faMesh &mesh, Istream &) | |
| Construct from mesh and Istream. More... | |
| virtual const word & | type () const=0 |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (tmp, faDdtScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| virtual | ~faDdtScheme () |
| Destructor. More... | |
| const faMesh & | mesh () const |
| Return mesh reference. More... | |
| virtual tmp< GeometricField< scalar, faPatchField, areaMesh > > | facDdt (const GeometricField< scalar, faPatchField, areaMesh > &)=0 |
| virtual tmp< GeometricField< scalar, faPatchField, areaMesh > > | facDdt (const dimensionedScalar &, const GeometricField< scalar, faPatchField, areaMesh > &)=0 |
| virtual tmp< GeometricField< scalar, faPatchField, areaMesh > > | facDdt (const areaScalarField &, const GeometricField< scalar, faPatchField, areaMesh > &)=0 |
| virtual tmp< GeometricField< scalar, faPatchField, areaMesh > > | facDdt0 (const GeometricField< scalar, faPatchField, areaMesh > &)=0 |
| virtual tmp< GeometricField< scalar, faPatchField, areaMesh > > | facDdt0 (const dimensionedScalar &, const GeometricField< scalar, faPatchField, areaMesh > &)=0 |
| virtual tmp< GeometricField< scalar, faPatchField, areaMesh > > | facDdt0 (const areaScalarField &, const GeometricField< scalar, faPatchField, areaMesh > &)=0 |
| virtual tmp< faMatrix< scalar > > | famDdt (const GeometricField< scalar, faPatchField, areaMesh > &)=0 |
| virtual tmp< faMatrix< scalar > > | famDdt (const dimensionedScalar &, const GeometricField< scalar, faPatchField, areaMesh > &)=0 |
| virtual tmp< faMatrix< scalar > > | famDdt (const areaScalarField &, const GeometricField< scalar, faPatchField, areaMesh > &)=0 |
Public Member Functions inherited from refCount | |
| constexpr | refCount () noexcept |
| Construct null initializing count to 0. More... | |
| int | count () const noexcept |
| Return the current reference count. More... | |
| bool | unique () const noexcept |
| Return true if the reference count is zero. More... | |
| void | operator++ () noexcept |
| Increment the reference count. More... | |
| void | operator++ (int) noexcept |
| Increment the reference count. More... | |
| void | operator-- () noexcept |
| Decrement the reference count. More... | |
| void | operator-- (int) noexcept |
| Decrement the reference count. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from faDdtScheme< scalar > | |
| static tmp< faDdtScheme< scalar > > | New (const faMesh &mesh, Istream &schemeData) |
| Return a pointer to a new faDdtScheme created on freestore. More... | |
Protected Member Functions inherited from faDdtScheme< scalar > | |
| faDdtScheme (const faDdtScheme &)=delete | |
| No copy construct. More... | |
| void | operator= (const faDdtScheme &)=delete |
| No copy assignment. More... | |
Protected Attributes inherited from faDdtScheme< scalar > | |
| const faMesh & | mesh_ |
Definition at line 57 of file boundedBackwardFaDdtScheme.H.
|
inline |
Construct from mesh.
Definition at line 101 of file boundedBackwardFaDdtScheme.H.
|
inline |
Construct from mesh and Istream.
Definition at line 107 of file boundedBackwardFaDdtScheme.H.
| TypeName | ( | "boundedBackward" | ) |
Runtime type information.
|
inline |
Return mesh reference.
Definition at line 116 of file boundedBackwardFaDdtScheme.H.
References faDdtScheme< Type >::mesh().
|
virtual |
Implements faDdtScheme< scalar >.
Definition at line 59 of file boundedBackwardFaDdtScheme.C.
References dimensioned< Type >::dimensions(), Foam::dimTime, mesh, dimensioned< Type >::name(), tmp< T >::New(), IOobject::NO_READ, IOobject::NO_WRITE, tmp< T >::ref(), dimensioned< Type >::value(), and Foam::Zero.
|
virtual |
Implements faDdtScheme< scalar >.
Definition at line 114 of file boundedBackwardFaDdtScheme.C.
References mesh, dimensioned< Type >::name(), IOobject::NO_READ, IOobject::NO_WRITE, tmp< T >::ref(), and dimensioned< Type >::value().
| tmp< areaScalarField > facDdt | ( | const areaScalarField & | vf | ) |
Definition at line 161 of file boundedBackwardFaDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), Foam::limiter(), Foam::mag(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), GeometricField< Type, PatchField, GeoMesh >::primitiveField(), Foam::sqr(), and dimensioned< Type >::value().
| tmp< areaScalarField > facDdt0 | ( | const areaScalarField & | vf | ) |
Definition at line 258 of file boundedBackwardFaDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), Foam::limiter(), Foam::mag(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), GeometricField< Type, PatchField, GeoMesh >::primitiveField(), Foam::sqr(), and dimensioned< Type >::value().
| tmp< areaScalarField > facDdt | ( | const dimensionedScalar & | rho, |
| const areaScalarField & | vf | ||
| ) |
Definition at line 352 of file boundedBackwardFaDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), Foam::limiter(), Foam::mag(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), GeometricField< Type, PatchField, GeoMesh >::primitiveField(), rho, Foam::sqr(), and dimensioned< Type >::value().
| tmp< areaScalarField > facDdt0 | ( | const dimensionedScalar & | rho, |
| const areaScalarField & | vf | ||
| ) |
Definition at line 449 of file boundedBackwardFaDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), Foam::limiter(), Foam::mag(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), GeometricField< Type, PatchField, GeoMesh >::primitiveField(), rho, Foam::sqr(), and dimensioned< Type >::value().
| tmp< areaScalarField > facDdt | ( | const areaScalarField & | rho, |
| const areaScalarField & | vf | ||
| ) |
Definition at line 544 of file boundedBackwardFaDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), Foam::limiter(), Foam::mag(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), GeometricField< Type, PatchField, GeoMesh >::primitiveField(), rho, Foam::sqr(), and dimensioned< Type >::value().
| tmp< areaScalarField > facDdt0 | ( | const areaScalarField & | rho, |
| const areaScalarField & | vf | ||
| ) |
Definition at line 645 of file boundedBackwardFaDdtScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), Foam::limiter(), Foam::mag(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), GeometricField< Type, PatchField, GeoMesh >::primitiveField(), rho, Foam::sqr(), and dimensioned< Type >::value().
| tmp< faScalarMatrix > famDdt | ( | const areaScalarField & | vf | ) |
Definition at line 743 of file boundedBackwardFaDdtScheme.C.
References Foam::dimArea, Foam::dimTime, Foam::limiter(), Foam::mag(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), and tmp< T >::ref().
| tmp< faScalarMatrix > famDdt | ( | const dimensionedScalar & | rho, |
| const areaScalarField & | vf | ||
| ) |
Definition at line 814 of file boundedBackwardFaDdtScheme.C.
References Foam::dimArea, Foam::dimTime, Foam::limiter(), Foam::mag(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), tmp< T >::ref(), and rho.
| tmp< faScalarMatrix > famDdt | ( | const areaScalarField & | rho, |
| const areaScalarField & | vf | ||
| ) |
Definition at line 885 of file boundedBackwardFaDdtScheme.C.
References Foam::dimArea, Foam::dimTime, Foam::limiter(), Foam::mag(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::pos(), tmp< T >::ref(), and rho.