steadyStateD2dt2Scheme< Type > Class Template Reference

SteadyState d2dt2 which returns 0. More...

Inheritance diagram for steadyStateD2dt2Scheme< Type >:
Collaboration diagram for steadyStateD2dt2Scheme< Type >:

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...
 
 steadyStateD2dt2Scheme (const steadyStateD2dt2Scheme &)=delete
 Disallow default bitwise copy construction. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
tmp< VolField< Type > > fvcD2dt2 (const VolField< Type > &)
 
tmp< VolField< Type > > fvcD2dt2 (const volScalarField &, const VolField< Type > &)
 
tmp< fvMatrix< Type > > fvmD2dt2 (const VolField< Type > &)
 
tmp< fvMatrix< Type > > fvmD2dt2 (const dimensionedScalar &, const VolField< Type > &)
 
tmp< fvMatrix< Type > > fvmD2dt2 (const volScalarField &, const VolField< Type > &)
 
void operator= (const steadyStateD2dt2Scheme &)=delete
 Disallow default bitwise assignment. More...
 
- 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...
 
 d2dt2Scheme (const d2dt2Scheme &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~d2dt2Scheme ()
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
void operator= (const d2dt2Scheme &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from refCount
int count () const
 Return the current reference count. More...
 
bool unique () const
 Return true if the reference count is 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...
 
void operator= (const refCount &)=delete
 Disallow 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 refCount
 refCount ()
 Construct null initialising count to 0. More...
 
 refCount (const refCount &)=delete
 Disallow copy. 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 fvMesh mesh)
inline

Construct from mesh.

Definition at line 67 of file steadyStateD2dt2Scheme.H.

◆ steadyStateD2dt2Scheme() [2/3]

steadyStateD2dt2Scheme ( const fvMesh mesh,
Istream is 
)
inline

Construct from mesh and Istream.

Definition at line 73 of file steadyStateD2dt2Scheme.H.

◆ steadyStateD2dt2Scheme() [3/3]

steadyStateD2dt2Scheme ( const steadyStateD2dt2Scheme< Type > &  )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ TypeName()

TypeName ( "steadyState"  )

Runtime type information.

◆ mesh()

const fvMesh& mesh ( ) const
inline

Return mesh reference.

Definition at line 85 of file steadyStateD2dt2Scheme.H.

References d2dt2Scheme< Type >::mesh().

Here is the call graph for this function:

◆ fvcD2dt2() [1/2]

tmp< VolField< Type > > fvcD2dt2 ( const VolField< Type > &  vf)
virtual

◆ fvcD2dt2() [2/2]

tmp< VolField< Type > > fvcD2dt2 ( const volScalarField rho,
const VolField< Type > &  vf 
)
virtual

◆ fvmD2dt2() [1/3]

tmp< fvMatrix< Type > > fvmD2dt2 ( const VolField< Type > &  vf)
virtual

Implements d2dt2Scheme< Type >.

Definition at line 87 of file steadyStateD2dt2Scheme.C.

References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, and Foam::dimVol.

Here is the call graph for this function:

◆ fvmD2dt2() [2/3]

tmp< fvMatrix< Type > > fvmD2dt2 ( const dimensionedScalar rho,
const VolField< Type > &  vf 
)
virtual

Implements d2dt2Scheme< Type >.

Definition at line 107 of file steadyStateD2dt2Scheme.C.

References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, and rho.

Here is the call graph for this function:

◆ fvmD2dt2() [3/3]

tmp< fvMatrix< Type > > fvmD2dt2 ( const volScalarField rho,
const VolField< Type > &  vf 
)
virtual

Implements d2dt2Scheme< Type >.

Definition at line 128 of file steadyStateD2dt2Scheme.C.

References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, and rho.

Here is the call graph for this function:

◆ operator=()

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

Disallow default bitwise assignment.


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