Loading...
Searching...
No Matches
faD2dt2Scheme< Type > Class Template Referenceabstract

Abstract base class for d2dt2 schemes. More...

#include <faD2dt2Scheme.H>

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

Public Member Functions

virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (tmp, faD2dt2Scheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 faD2dt2Scheme (const faD2dt2Scheme &)=delete
 No copy construct.
void operator= (const faD2dt2Scheme &)=delete
 No copy assignment.
 faD2dt2Scheme (const faMesh &mesh)
 Construct from mesh.
 faD2dt2Scheme (const faMesh &mesh, Istream &)
 Construct from mesh and Istream.
virtual ~faD2dt2Scheme ()
 Destructor.
const faMeshmesh () const noexcept
 Return mesh reference.
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 (const dimensioned< Type >)=0
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 (const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< faMatrix< Type > > famD2dt2 (const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< faMatrix< Type > > famD2dt2 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< faMatrix< Type > > famD2dt2 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0
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.

Static Public Member Functions

static tmp< faD2dt2Scheme< Type > > New (const faMesh &mesh, Istream &schemeData)
 Return a pointer to a new d2dt2Scheme created on freestore.

Protected Attributes

const faMeshmesh_
 Reference to mesh.

Detailed Description

template<class Type>
class Foam::fa::faD2dt2Scheme< Type >

Abstract base class for d2dt2 schemes.

Source files

Definition at line 61 of file faD2dt2Scheme.H.

Constructor & Destructor Documentation

◆ faD2dt2Scheme() [1/3]

template<class Type>
faD2dt2Scheme ( const faD2dt2Scheme< Type > & )
delete

No copy construct.

References faD2dt2Scheme().

Referenced by declareRunTimeSelectionTable(), EulerFaD2dt2Scheme< Type >::EulerFaD2dt2Scheme(), EulerFaD2dt2Scheme< Type >::EulerFaD2dt2Scheme(), faD2dt2Scheme(), and operator=().

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

◆ faD2dt2Scheme() [2/3]

template<class Type>
faD2dt2Scheme ( const faMesh & mesh)
inline

Construct from mesh.

Definition at line 113 of file faD2dt2Scheme.H.

References mesh(), and mesh_.

Here is the call graph for this function:

◆ faD2dt2Scheme() [3/3]

template<class Type>
faD2dt2Scheme ( const faMesh & mesh,
Istream &  )
inline

Construct from mesh and Istream.

Definition at line 121 of file faD2dt2Scheme.H.

References mesh(), and mesh_.

Here is the call graph for this function:

◆ ~faD2dt2Scheme()

template<class Type>
~faD2dt2Scheme ( )
virtual

Destructor.

Definition at line 80 of file faD2dt2Scheme.C.

Member Function Documentation

◆ type()

template<class Type>
virtual const word & type ( ) const
pure virtual

Runtime type information.

◆ declareRunTimeSelectionTable()

template<class Type>
declareRunTimeSelectionTable ( tmp ,
faD2dt2Scheme< Type > ,
Istream ,
(const faMesh &mesh, Istream &schemeData) ,
(mesh, schemeData)  )

References faD2dt2Scheme(), and mesh().

Here is the call graph for this function:

◆ operator=()

template<class Type>
void operator= ( const faD2dt2Scheme< Type > & )
delete

No copy assignment.

References faD2dt2Scheme().

Here is the call graph for this function:

◆ New()

template<class Type>
tmp< faD2dt2Scheme< Type > > New ( const faMesh & mesh,
Istream & schemeData )
static

Return a pointer to a new d2dt2Scheme created on freestore.

Definition at line 37 of file faD2dt2Scheme.C.

References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, mesh(), and Foam::nl.

Referenced by Foam::fac::d2dt2(), Foam::fac::d2dt2(), Foam::fac::d2dt2(), Foam::fac::d2dt2(), Foam::fam::d2dt2(), Foam::fam::d2dt2(), and Foam::fam::d2dt2().

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

◆ mesh()

template<class Type>
const faMesh & mesh ( ) const
inlinenoexcept

Return mesh reference.

Definition at line 150 of file faD2dt2Scheme.H.

References mesh_, and Foam::noexcept.

Referenced by declareRunTimeSelectionTable(), faD2dt2Scheme(), faD2dt2Scheme(), EulerFaD2dt2Scheme< Type >::mesh(), and New().

Here is the caller graph for this function:

◆ facD2dt2() [1/4]

template<class Type>
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 ( const dimensioned< Type > )
pure virtual

Implemented in EulerFaD2dt2Scheme< Type >.

◆ facD2dt2() [2/4]

template<class Type>
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 ( const GeometricField< Type, faPatchField, areaMesh > & )
pure virtual

Implemented in EulerFaD2dt2Scheme< Type >.

◆ facD2dt2() [3/4]

template<class Type>
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 ( const dimensionedScalar & ,
const GeometricField< Type, faPatchField, areaMesh > &  )
pure virtual

Implemented in EulerFaD2dt2Scheme< Type >.

◆ facD2dt2() [4/4]

template<class Type>
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 ( const areaScalarField & ,
const GeometricField< Type, faPatchField, areaMesh > &  )
pure virtual

Implemented in EulerFaD2dt2Scheme< Type >.

◆ famD2dt2() [1/3]

template<class Type>
virtual tmp< faMatrix< Type > > famD2dt2 ( const GeometricField< Type, faPatchField, areaMesh > & )
pure virtual

Implemented in EulerFaD2dt2Scheme< Type >.

◆ famD2dt2() [2/3]

template<class Type>
virtual tmp< faMatrix< Type > > famD2dt2 ( const dimensionedScalar & ,
const GeometricField< Type, faPatchField, areaMesh > &  )
pure virtual

Implemented in EulerFaD2dt2Scheme< Type >.

◆ famD2dt2() [3/3]

template<class Type>
virtual tmp< faMatrix< Type > > famD2dt2 ( const areaScalarField & ,
const GeometricField< Type, faPatchField, areaMesh > &  )
pure virtual

Implemented in EulerFaD2dt2Scheme< Type >.

Member Data Documentation

◆ mesh_

template<class Type>
const faMesh& mesh_
protected

Reference to mesh.

Definition at line 72 of file faD2dt2Scheme.H.

Referenced by faD2dt2Scheme(), faD2dt2Scheme(), and mesh().


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