faDdtScheme< Type > Class Template Referenceabstract
Inheritance diagram for faDdtScheme< Type >:
[legend]
Collaboration diagram for faDdtScheme< Type >:
[legend]

Public Member Functions

virtual const wordtype () const =0
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, faDdtScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 faDdtScheme (const faMesh &mesh)
 Construct from mesh. More...
 
 faDdtScheme (const faMesh &mesh, Istream &)
 Construct from mesh and Istream. More...
 
virtual ~faDdtScheme ()
 Destructor. More...
 
const faMeshmesh () const
 Return mesh reference. More...
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const dimensioned< Type >)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const dimensioned< Type >)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< faMatrix< Type > > famDdt (const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< faMatrix< Type > > famDdt (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< faMatrix< Type > > famDdt (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< faDdtScheme< Type > > New (const faMesh &mesh, Istream &schemeData)
 Return a pointer to a new faDdtScheme created on freestore. More...
 

Protected Member Functions

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

Protected Attributes

const faMeshmesh_
 

Detailed Description

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

Definition at line 66 of file faDdtScheme.H.

Constructor & Destructor Documentation

◆ faDdtScheme() [1/3]

faDdtScheme ( const faDdtScheme< Type > &  )
protecteddelete

No copy construct.

◆ faDdtScheme() [2/3]

faDdtScheme ( const faMesh mesh)
inline

Construct from mesh.

Definition at line 108 of file faDdtScheme.H.

◆ faDdtScheme() [3/3]

faDdtScheme ( const faMesh mesh,
Istream  
)
inline

Construct from mesh and Istream.

Definition at line 114 of file faDdtScheme.H.

◆ ~faDdtScheme()

~faDdtScheme
virtual

Destructor.

Definition at line 89 of file faDdtScheme.C.

Member Function Documentation

◆ operator=()

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

No copy assignment.

◆ type()

virtual const word & type ( ) const
pure virtual

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New()

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

Return a pointer to a new faDdtScheme created on freestore.

Definition at line 45 of file faDdtScheme.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 faDdtScheme.H.

References faDdtScheme< Type >::mesh_.

Referenced by backwardFaDdtScheme< Type >::mesh(), boundedBackwardFaDdtScheme::mesh(), EulerFaDdtScheme< Type >::mesh(), and steadyStateFaDdtScheme< Type >::mesh().

Here is the caller graph for this function:

◆ facDdt() [1/4]

◆ facDdt0() [1/4]

◆ facDdt() [2/4]

◆ facDdt0() [2/4]

◆ facDdt() [3/4]

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

◆ facDdt0() [3/4]

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

◆ facDdt() [4/4]

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

◆ facDdt0() [4/4]

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

◆ famDdt() [1/3]

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

◆ famDdt() [2/3]

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

◆ famDdt() [3/3]

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

Member Data Documentation

◆ mesh_

const faMesh& mesh_
protected

Definition at line 75 of file faDdtScheme.H.

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


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