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

#include <faDdtScheme.H>

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

Public Member Functions

virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (tmp, faDdtScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 faDdtScheme (const faDdtScheme &)=delete
 No copy construct.
void operator= (const faDdtScheme &)=delete
 No copy assignment.
 faDdtScheme (const faMesh &mesh)
 Construct from mesh.
 faDdtScheme (const faMesh &mesh, Istream &)
 Construct from mesh and Istream.
virtual ~faDdtScheme ()
 Destructor.
const faMeshmesh () const noexcept
 Return mesh reference.
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.
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< faDdtScheme< Type > > New (const faMesh &mesh, Istream &schemeData)
 Return a pointer to a new faDdtScheme created on freestore.

Protected Attributes

const faMeshmesh_
 Reference to mesh.

Detailed Description

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

Definition at line 61 of file faDdtScheme.H.

Constructor & Destructor Documentation

◆ faDdtScheme() [1/3]

◆ faDdtScheme() [2/3]

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

Construct from mesh.

Definition at line 113 of file faDdtScheme.H.

References mesh(), and mesh_.

Here is the call graph for this function:

◆ faDdtScheme() [3/3]

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

Construct from mesh and Istream.

Definition at line 121 of file faDdtScheme.H.

References mesh(), and mesh_.

Here is the call graph for this function:

◆ ~faDdtScheme()

template<class Type>
~faDdtScheme ( )
virtual

Destructor.

Definition at line 81 of file faDdtScheme.C.

Member Function Documentation

◆ type()

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

Runtime type information.

◆ declareRunTimeSelectionTable()

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

References faDdtScheme(), and mesh().

Here is the call graph for this function:

◆ operator=()

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

No copy assignment.

References faDdtScheme().

Here is the call graph for this function:

◆ New()

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

Return a pointer to a new faDdtScheme created on freestore.

Definition at line 37 of file faDdtScheme.C.

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

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

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

◆ facDdt() [1/4]

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

◆ facDdt0() [1/4]

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

◆ facDdt() [2/4]

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

◆ facDdt0() [2/4]

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

◆ facDdt() [3/4]

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

◆ facDdt0() [3/4]

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

◆ facDdt() [4/4]

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

◆ facDdt0() [4/4]

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

◆ famDdt() [1/3]

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

◆ famDdt() [2/3]

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

◆ famDdt() [3/3]

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

Member Data Documentation

◆ mesh_

template<class Type>
const faMesh& mesh_
protected

Reference to mesh.

Definition at line 72 of file faDdtScheme.H.

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


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