Loading...
Searching...
No Matches
boundedBackwardFaDdtScheme Class Reference

#include <boundedBackwardFaDdtScheme.H>

Inheritance diagram for boundedBackwardFaDdtScheme:
Collaboration diagram for boundedBackwardFaDdtScheme:

Public Member Functions

 TypeName ("boundedBackward")
 Runtime type information.
 boundedBackwardFaDdtScheme (const boundedBackwardFaDdtScheme &)=delete
 No copy construct.
void operator= (const boundedBackwardFaDdtScheme &)=delete
 No copy assignment.
 boundedBackwardFaDdtScheme (const faMesh &mesh)
 Construct from mesh.
 boundedBackwardFaDdtScheme (const faMesh &mesh, Istream &is)
 Construct from mesh and Istream.
const faMeshmesh () const
 Return mesh reference.
tmp< areaScalarFieldfacDdt (const dimensionedScalar)
tmp< areaScalarFieldfacDdt0 (const dimensionedScalar)
tmp< areaScalarFieldfacDdt (const areaScalarField &)
tmp< areaScalarFieldfacDdt0 (const areaScalarField &)
tmp< areaScalarFieldfacDdt (const dimensionedScalar &, const areaScalarField &)
tmp< areaScalarFieldfacDdt0 (const dimensionedScalar &, const areaScalarField &)
tmp< areaScalarFieldfacDdt (const areaScalarField &, const areaScalarField &)
tmp< areaScalarFieldfacDdt0 (const areaScalarField &, const areaScalarField &)
tmp< faScalarMatrixfamDdt (const areaScalarField &)
tmp< faScalarMatrixfamDdt (const dimensionedScalar &, const areaScalarField &)
tmp< faScalarMatrixfamDdt (const areaScalarField &, const areaScalarField &)
Public Member Functions inherited from faDdtScheme< scalar >
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.
virtual ~faDdtScheme ()
 Destructor.
const faMeshmesh () const noexcept
 Return mesh reference.
virtual tmp< GeometricField< scalar, faPatchField, areaMesh > > facDdt (const dimensioned< scalar >)=0
virtual tmp< GeometricField< scalar, faPatchField, areaMesh > > facDdt0 (const dimensioned< scalar >)=0
virtual tmp< faMatrix< scalar > > famDdt (const GeometricField< scalar, 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.

Additional Inherited Members

Static Public Member Functions inherited from faDdtScheme< scalar >
static tmp< faDdtScheme< scalar > > New (const faMesh &mesh, Istream &schemeData)
 Return a pointer to a new faDdtScheme created on freestore.
Protected Attributes inherited from faDdtScheme< scalar >
const faMeshmesh_
 Reference to mesh.

Detailed Description

Definition at line 53 of file boundedBackwardFaDdtScheme.H.

Constructor & Destructor Documentation

◆ boundedBackwardFaDdtScheme() [1/3]

boundedBackwardFaDdtScheme ( const boundedBackwardFaDdtScheme & )
delete

No copy construct.

References boundedBackwardFaDdtScheme().

Referenced by boundedBackwardFaDdtScheme(), and operator=().

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

◆ boundedBackwardFaDdtScheme() [2/3]

boundedBackwardFaDdtScheme ( const faMesh & mesh)
inline

Construct from mesh.

Definition at line 112 of file boundedBackwardFaDdtScheme.H.

References faDdtScheme< scalar >::faDdtScheme(), and mesh().

Here is the call graph for this function:

◆ boundedBackwardFaDdtScheme() [3/3]

boundedBackwardFaDdtScheme ( const faMesh & mesh,
Istream & is )
inline

Construct from mesh and Istream.

Definition at line 120 of file boundedBackwardFaDdtScheme.H.

References faDdtScheme< scalar >::faDdtScheme(), and mesh().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "boundedBackward" )

Runtime type information.

◆ operator=()

void operator= ( const boundedBackwardFaDdtScheme & )
delete

No copy assignment.

References boundedBackwardFaDdtScheme().

Here is the call graph for this function:

◆ mesh()

const faMesh & mesh ( ) const
inline

Return mesh reference.

Definition at line 131 of file boundedBackwardFaDdtScheme.H.

References faDdtScheme< Type >::mesh().

Referenced by boundedBackwardFaDdtScheme(), boundedBackwardFaDdtScheme(), facDdt(), facDdt(), facDdt(), facDdt(), facDdt0(), facDdt0(), facDdt0(), facDdt0(), famDdt(), famDdt(), and famDdt().

Here is the call graph for this function:
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]

◆ famDdt() [1/3]

◆ famDdt() [2/3]

◆ famDdt() [3/3]


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