Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
d2dt2Scheme< Type > Class Template Referenceabstract

Abstract base class for d2dt2 schemes. More...

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

Public Member Functions

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...
 
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > fvcD2dt2 (const GeometricField< Type, fvPatchField, volMesh > &)=0
 
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > fvcD2dt2 (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)=0
 
virtual tmp< fvMatrix< Type > > fvmD2dt2 (const GeometricField< Type, fvPatchField, volMesh > &)=0
 
virtual tmp< fvMatrix< Type > > fvmD2dt2 (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &)=0
 
virtual tmp< fvMatrix< Type > > fvmD2dt2 (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)=0
 
- 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...
 

Static Public Member Functions

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

Protected Member Functions

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

Protected Attributes

const fvMeshmesh_
 

Detailed Description

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

Abstract base class for d2dt2 schemes.

Source files

Definition at line 64 of file d2dt2Scheme.H.

Constructor & Destructor Documentation

◆ d2dt2Scheme() [1/3]

d2dt2Scheme ( const d2dt2Scheme< Type > &  )
protected

Disallow copy construct.

◆ d2dt2Scheme() [2/3]

d2dt2Scheme ( const fvMesh mesh)
inline

Construct from mesh.

Definition at line 106 of file d2dt2Scheme.H.

◆ d2dt2Scheme() [3/3]

d2dt2Scheme ( const fvMesh mesh,
Istream  
)
inline

Construct from mesh and Istream.

Definition at line 112 of file d2dt2Scheme.H.

◆ ~d2dt2Scheme()

~d2dt2Scheme
virtual

Destructor.

Definition at line 92 of file d2dt2Scheme.C.

Member Function Documentation

◆ operator=()

void operator= ( const d2dt2Scheme< Type > &  )
protected

Disallow default bitwise assignment.

◆ type()

virtual const word& type ( ) const
pure virtual

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( tmp  ,
d2dt2Scheme< Type >  ,
Istream  ,
(const fvMesh &mesh, Istream &schemeData)  ,
(mesh, schemeData)   
)

◆ New()

tmp< d2dt2Scheme< Type > > New ( const fvMesh mesh,
Istream schemeData 
)
static

Return a pointer to a new d2dt2Scheme created on freestore.

Definition at line 46 of file d2dt2Scheme.C.

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

Referenced by Foam::fvc::d2dt2(), and Foam::fvm::d2dt2().

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

◆ mesh()

const fvMesh& mesh ( ) const
inline

Return mesh reference.

Definition at line 135 of file d2dt2Scheme.H.

References d2dt2Scheme< Type >::mesh_.

Referenced by steadyStateD2dt2Scheme< Type >::mesh(), and EulerD2dt2Scheme< Type >::mesh().

Here is the caller graph for this function:

◆ fvcD2dt2() [1/2]

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

◆ fvcD2dt2() [2/2]

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

◆ fvmD2dt2() [1/3]

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

◆ fvmD2dt2() [2/3]

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

◆ fvmD2dt2() [3/3]

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

Field Documentation

◆ mesh_

const fvMesh& mesh_
protected

Definition at line 73 of file d2dt2Scheme.H.

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


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