faD2dt2Scheme< Type > Class Template Referenceabstract

Abstract base class for d2dt2 schemes. More...

Inheritance diagram for faD2dt2Scheme< Type >:
[legend]
Collaboration diagram for faD2dt2Scheme< Type >:
[legend]

Public Member Functions

virtual const wordtype () const =0
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, faD2dt2Scheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 faD2dt2Scheme (const faMesh &mesh)
 Construct from mesh. More...
 
 faD2dt2Scheme (const faMesh &mesh, Istream &)
 Construct from mesh and Istream. More...
 
virtual ~faD2dt2Scheme ()
 Destructor. More...
 
const faMeshmesh () const
 Return mesh reference. More...
 
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. More...
 
int count () const noexcept
 Return the current reference count. More...
 
bool unique () const noexcept
 Return true if the reference count is zero. More...
 
void operator++ () noexcept
 Increment the reference count. More...
 
void operator++ (int) noexcept
 Increment the reference count. More...
 
void operator-- () noexcept
 Decrement the reference count. More...
 
void operator-- (int) noexcept
 Decrement the reference count. More...
 

Static Public Member Functions

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

Protected Member Functions

 faD2dt2Scheme (const faD2dt2Scheme &)=delete
 No copy construct. More...
 
void operator= (const faD2dt2Scheme &)=delete
 No copy assignment. More...
 

Protected Attributes

const faMeshmesh_
 

Detailed Description

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

Abstract base class for d2dt2 schemes.

Source files

Definition at line 66 of file faD2dt2Scheme.H.

Constructor & Destructor Documentation

◆ faD2dt2Scheme() [1/3]

faD2dt2Scheme ( const faD2dt2Scheme< Type > &  )
protecteddelete

No copy construct.

◆ faD2dt2Scheme() [2/3]

faD2dt2Scheme ( const faMesh mesh)
inline

Construct from mesh.

Definition at line 108 of file faD2dt2Scheme.H.

◆ faD2dt2Scheme() [3/3]

faD2dt2Scheme ( const faMesh mesh,
Istream  
)
inline

Construct from mesh and Istream.

Definition at line 114 of file faD2dt2Scheme.H.

◆ ~faD2dt2Scheme()

~faD2dt2Scheme
virtual

Destructor.

Definition at line 91 of file faD2dt2Scheme.C.

Member Function Documentation

◆ operator=()

void operator= ( const faD2dt2Scheme< Type > &  )
protecteddelete

No copy assignment.

◆ type()

virtual const word & type ( ) const
pure virtual

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New()

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

Return a pointer to a new d2dt2Scheme created on freestore.

Definition at line 48 of file faD2dt2Scheme.C.

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

Here is the call graph for this function:

◆ mesh()

const faMesh & mesh ( ) const
inline

Return mesh reference.

Definition at line 137 of file faD2dt2Scheme.H.

References faD2dt2Scheme< Type >::mesh_.

Referenced by EulerFaD2dt2Scheme< Type >::mesh().

Here is the caller graph for this function:

◆ facD2dt2() [1/4]

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

Implemented in EulerFaD2dt2Scheme< Type >.

◆ facD2dt2() [2/4]

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

Implemented in EulerFaD2dt2Scheme< Type >.

◆ facD2dt2() [3/4]

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

Implemented in EulerFaD2dt2Scheme< Type >.

◆ facD2dt2() [4/4]

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

Implemented in EulerFaD2dt2Scheme< Type >.

◆ famD2dt2() [1/3]

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

Implemented in EulerFaD2dt2Scheme< Type >.

◆ famD2dt2() [2/3]

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

Implemented in EulerFaD2dt2Scheme< Type >.

◆ famD2dt2() [3/3]

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

Implemented in EulerFaD2dt2Scheme< Type >.

Member Data Documentation

◆ mesh_

const faMesh& mesh_
protected

Definition at line 75 of file faD2dt2Scheme.H.

Referenced by faD2dt2Scheme< Type >::mesh().


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