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

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 use_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 62 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 112 of file faDdtScheme.H.

◆ faDdtScheme() [3/3]

faDdtScheme ( const faMesh mesh,
Istream  
)
inline

Construct from mesh and Istream.

Definition at line 120 of file faDdtScheme.H.

◆ ~faDdtScheme()

~faDdtScheme ( )
virtual

Destructor.

Definition at line 82 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 39 of file faDdtScheme.C.

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

Here is the caller graph for this function:

◆ mesh()

const faMesh& mesh ( ) const
inline

Return mesh reference.

Definition at line 149 of file faDdtScheme.H.

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

Here is the caller graph for this function:

◆ facDdt() [1/4]

◆ facDdt0() [1/4]

◆ facDdt() [2/4]

◆ facDdt0() [2/4]

◆ facDdt() [3/4]

◆ facDdt0() [3/4]

◆ facDdt() [4/4]

◆ 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 71 of file faDdtScheme.H.

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


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