SteadyState d2dt2 which returns 0. More...
#include <finiteVolume/steadyStateD2dt2Scheme.H>
SteadyState d2dt2 which returns 0.
Definition at line 55 of file steadyStateD2dt2Scheme.H.
Inheritance diagram for steadyStateD2dt2Scheme< Type >:
Collaboration diagram for steadyStateD2dt2Scheme< Type >:Public Member Functions | |
| TypeName ("steadyState") | |
| Runtime type information. | |
| steadyStateD2dt2Scheme (const fvMesh &mesh) | |
| Construct from mesh. | |
| steadyStateD2dt2Scheme (const fvMesh &mesh, Istream &is) | |
| Construct from mesh and Istream. | |
| const fvMesh & | mesh () const |
| Return mesh reference. | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcD2dt2 (const GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcD2dt2 (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fvMatrix< Type > > | fvmD2dt2 (GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fvMatrix< Type > > | fvmD2dt2 (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fvMatrix< Type > > | fvmD2dt2 (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &) |
Public Member Functions inherited from d2dt2Scheme< Type > | |
| virtual const word & | type () const =0 |
| Runtime type information. | |
| declareRunTimeSelectionTable (tmp, d2dt2Scheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| d2dt2Scheme (const fvMesh &mesh) | |
| Construct from mesh. | |
| d2dt2Scheme (const fvMesh &mesh, Istream &) | |
| Construct from mesh and Istream. | |
| virtual | ~d2dt2Scheme () |
Public Member Functions inherited from refCount | |
| refCount () | |
| Construct null with zero count. | |
| int | count () const |
| Return the reference count. | |
| bool | okToDelete () const |
| Return true if the reference count is zero. | |
| void | resetRefCount () |
| Reset the reference count to zero. | |
| void | operator++ () |
| Increment the reference count. | |
| void | operator++ (int) |
| Increment the reference count. | |
| void | operator-- () |
| Decrement the reference count. | |
| void | operator-- (int) |
| Decrement the reference count. | |
Additional Inherited Members | |
Static Public Member Functions inherited from d2dt2Scheme< Type > | |
| static tmp< d2dt2Scheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
| Return a pointer to a new d2dt2Scheme created on freestore. | |
Protected Member Functions inherited from d2dt2Scheme< Type > | |
| d2dt2Scheme (const d2dt2Scheme &) | |
| Disallow copy construct. | |
| void | operator= (const d2dt2Scheme &) |
| Disallow default bitwise assignment. | |
Protected Attributes inherited from d2dt2Scheme< Type > | |
| const fvMesh & | mesh_ |
|
inline |
Construct from mesh.
Definition at line 77 of file steadyStateD2dt2Scheme.H.
|
inline |
Construct from mesh and Istream.
Definition at line 83 of file steadyStateD2dt2Scheme.H.
| TypeName | ( | "steadyState" | ) |
Runtime type information.
|
inline |
Return mesh reference.
Reimplemented from d2dt2Scheme< Type >.
Definition at line 92 of file steadyStateD2dt2Scheme.H.
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 45 of file steadyStateD2dt2Scheme.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, mesh, IOobject::name(), IOobject::NO_READ, and IOobject::NO_WRITE.
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 76 of file steadyStateD2dt2Scheme.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, mesh, IOobject::name(), IOobject::NO_READ, and IOobject::NO_WRITE.
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 108 of file steadyStateD2dt2Scheme.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, and Foam::dimVol.
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 128 of file steadyStateD2dt2Scheme.C.
References dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, and Foam::dimVol.
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 149 of file steadyStateD2dt2Scheme.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, and Foam::dimVol.