Public Member Functions | Private Member Functions
steadyStateD2dt2Scheme< Type > Class Template Reference

SteadyState d2dt2 which returns 0. More...

Inheritance diagram for steadyStateD2dt2Scheme< Type >:
Inheritance graph
[legend]
Collaboration diagram for steadyStateD2dt2Scheme< Type >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("steadyState")
 Runtime type information. More...
 
 steadyStateD2dt2Scheme (const fvMesh &mesh)
 Construct from mesh. More...
 
 steadyStateD2dt2Scheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
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 (const GeometricField< Type, fvPatchField, volMesh > &)
 
tmp< fvMatrix< Type > > fvmD2dt2 (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &)
 
tmp< fvMatrix< Type > > fvmD2dt2 (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)
 
- Public Member Functions inherited from d2dt2Scheme< Type >
virtual const wordtype () const =0
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, d2dt2Scheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 d2dt2Scheme (const fvMesh &mesh)
 Construct from mesh. More...
 
 d2dt2Scheme (const fvMesh &mesh, Istream &)
 Construct from mesh and Istream. More...
 
virtual ~d2dt2Scheme ()
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
- Public Member Functions inherited from refCount
 refCount ()
 Construct null with zero count. More...
 
int count () const
 Return the reference count. More...
 
bool okToDelete () const
 Return true if the reference count is zero. More...
 
void resetRefCount ()
 Reset the reference count to zero. More...
 
void operator++ ()
 Increment the reference count. More...
 
void operator++ (int)
 Increment the reference count. More...
 
void operator-- ()
 Decrement the reference count. More...
 
void operator-- (int)
 Decrement the reference count. More...
 

Private Member Functions

 steadyStateD2dt2Scheme (const steadyStateD2dt2Scheme &)
 Disallow default bitwise copy construct. More...
 
void operator= (const steadyStateD2dt2Scheme &)
 Disallow default bitwise assignment. More...
 

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. More...
 
- Protected Member Functions inherited from d2dt2Scheme< Type >
 d2dt2Scheme (const d2dt2Scheme &)
 Disallow copy construct. More...
 
void operator= (const d2dt2Scheme &)
 Disallow default bitwise assignment. More...
 
- Protected Attributes inherited from d2dt2Scheme< Type >
const fvMeshmesh_
 

Detailed Description

template<class Type>
class Foam::fv::steadyStateD2dt2Scheme< Type >

SteadyState d2dt2 which returns 0.

Source files

Definition at line 54 of file steadyStateD2dt2Scheme.H.

Constructor & Destructor Documentation

◆ steadyStateD2dt2Scheme() [1/3]

steadyStateD2dt2Scheme ( const steadyStateD2dt2Scheme< Type > &  )
private

Disallow default bitwise copy construct.

◆ steadyStateD2dt2Scheme() [2/3]

steadyStateD2dt2Scheme ( const fvMesh mesh)
inline

Construct from mesh.

Definition at line 76 of file steadyStateD2dt2Scheme.H.

◆ steadyStateD2dt2Scheme() [3/3]

steadyStateD2dt2Scheme ( const fvMesh mesh,
Istream is 
)
inline

Construct from mesh and Istream.

Definition at line 82 of file steadyStateD2dt2Scheme.H.

Member Function Documentation

◆ operator=()

void operator= ( const steadyStateD2dt2Scheme< Type > &  )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "steadyState"  )

Runtime type information.

◆ mesh()

const fvMesh& mesh ( ) const
inline

Return mesh reference.

Definition at line 91 of file steadyStateD2dt2Scheme.H.

References d2dt2Scheme< Type >::mesh().

Here is the call graph for this function:

◆ fvcD2dt2() [1/2]

tmp< GeometricField< Type, fvPatchField, volMesh > > fvcD2dt2 ( const GeometricField< Type, fvPatchField, volMesh > &  vf)
virtual

◆ fvcD2dt2() [2/2]

tmp< GeometricField< Type, fvPatchField, volMesh > > fvcD2dt2 ( const volScalarField rho,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
)
virtual

◆ fvmD2dt2() [1/3]

tmp< fvMatrix< Type > > fvmD2dt2 ( const GeometricField< Type, fvPatchField, volMesh > &  vf)
virtual

Implements d2dt2Scheme< Type >.

Definition at line 108 of file steadyStateD2dt2Scheme.C.

References Foam::dimTime, and Foam::dimVol.

◆ fvmD2dt2() [2/3]

tmp< fvMatrix< Type > > fvmD2dt2 ( const dimensionedScalar rho,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
)
virtual

Implements d2dt2Scheme< Type >.

Definition at line 128 of file steadyStateD2dt2Scheme.C.

References Foam::dimTime, Foam::dimVol, and rho.

◆ fvmD2dt2() [3/3]

tmp< fvMatrix< Type > > fvmD2dt2 ( const volScalarField rho,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
)
virtual

Implements d2dt2Scheme< Type >.

Definition at line 149 of file steadyStateD2dt2Scheme.C.

References Foam::dimTime, Foam::dimVol, and rho.


The documentation for this class was generated from the following files: