Loading...
Searching...
No Matches
steadyStateD2dt2Scheme< Type > Class Template Reference

SteadyState d2dt2 which returns 0. More...

#include <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 fvMeshmesh () 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 (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.
 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 ()=default
 Destructor.
const fvMeshmesh () const
 Return mesh reference.
Public Member Functions inherited from refCount
constexpr refCount () noexcept
 Default construct, initializing count to 0.
int use_count () const noexcept
 Return the current reference count.
bool unique () const noexcept
 Return true if the reference count is zero.
void operator++ () noexcept
 Increment the reference count.
void operator++ (int) noexcept
 Increment the reference count.
void operator-- () noexcept
 Decrement the reference count.
void operator-- (int) noexcept
 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 &)=delete
 No copy construct.
void operator= (const d2dt2Scheme &)=delete
 No copy assignment.
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 52 of file steadyStateD2dt2Scheme.H.

Constructor & Destructor Documentation

◆ steadyStateD2dt2Scheme() [1/2]

template<class Type>
steadyStateD2dt2Scheme ( const fvMesh & mesh)
inline

Construct from mesh.

Definition at line 82 of file steadyStateD2dt2Scheme.H.

References d2dt2Scheme< Type >::d2dt2Scheme(), and mesh().

Here is the call graph for this function:

◆ steadyStateD2dt2Scheme() [2/2]

template<class Type>
steadyStateD2dt2Scheme ( const fvMesh & mesh,
Istream & is )
inline

Construct from mesh and Istream.

Definition at line 90 of file steadyStateD2dt2Scheme.H.

References d2dt2Scheme< Type >::d2dt2Scheme(), and mesh().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

template<class Type>
TypeName ( "steadyState" )

Runtime type information.

◆ mesh()

template<class Type>
const fvMesh & mesh ( ) const
inline

Return mesh reference.

Definition at line 101 of file steadyStateD2dt2Scheme.H.

References d2dt2Scheme< Type >::mesh().

Referenced by fvcD2dt2(), fvcD2dt2(), steadyStateD2dt2Scheme(), and steadyStateD2dt2Scheme().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fvcD2dt2() [1/2]

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

◆ fvcD2dt2() [2/2]

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

◆ fvmD2dt2() [1/3]

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

Implements d2dt2Scheme< Type >.

Definition at line 93 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]

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

Implements d2dt2Scheme< Type >.

Definition at line 113 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]

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

Implements d2dt2Scheme< Type >.

Definition at line 134 of file steadyStateD2dt2Scheme.C.

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

Here is the call graph for this function:

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