Loading...
Searching...
No Matches
backwardFaDdtScheme< Type > Class Template Reference

Second-order backward-differencing implicit ddt using the current and two previous time-step values. More...

#include <backwardFaDdtScheme.H>

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

Public Member Functions

 TypeName ("backward")
 Runtime type information.
 backwardFaDdtScheme (const backwardFaDdtScheme &)=delete
 No copy construct.
void operator= (const backwardFaDdtScheme &)=delete
 No copy assignment.
 backwardFaDdtScheme (const faMesh &mesh)
 Construct from mesh.
 backwardFaDdtScheme (const faMesh &mesh, Istream &is)
 Construct from mesh and Istream.
const faMeshmesh () const
 Return mesh reference.
tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const dimensioned< Type >)
tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const dimensioned< Type >)
tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const GeometricField< Type, faPatchField, areaMesh > &)
tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const GeometricField< Type, faPatchField, areaMesh > &)
tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)
tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)
tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)
tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)
tmp< faMatrix< Type > > famDdt (const GeometricField< Type, faPatchField, areaMesh > &)
tmp< faMatrix< Type > > famDdt (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)
tmp< faMatrix< Type > > famDdt (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)
Public Member Functions inherited from faDdtScheme< Type >
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.
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< Type >
static tmp< faDdtScheme< Type > > New (const faMesh &mesh, Istream &schemeData)
 Return a pointer to a new faDdtScheme created on freestore.
Protected Attributes inherited from faDdtScheme< Type >
const faMeshmesh_
 Reference to mesh.

Detailed Description

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

Second-order backward-differencing implicit ddt using the current and two previous time-step values.

Source files

Definition at line 53 of file backwardFaDdtScheme.H.

Constructor & Destructor Documentation

◆ backwardFaDdtScheme() [1/3]

template<class Type>
backwardFaDdtScheme ( const backwardFaDdtScheme< Type > & )
delete

No copy construct.

References backwardFaDdtScheme().

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

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

◆ backwardFaDdtScheme() [2/3]

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

Construct from mesh.

Definition at line 104 of file backwardFaDdtScheme.H.

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

Here is the call graph for this function:

◆ backwardFaDdtScheme() [3/3]

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

Construct from mesh and Istream.

Definition at line 112 of file backwardFaDdtScheme.H.

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

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

template<class Type>
TypeName ( "backward" )

Runtime type information.

◆ operator=()

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

No copy assignment.

References backwardFaDdtScheme().

Here is the call graph for this function:

◆ mesh()

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

Return mesh reference.

Definition at line 123 of file backwardFaDdtScheme.H.

References faDdtScheme< Type >::mesh().

Referenced by backwardFaDdtScheme(), backwardFaDdtScheme(), facDdt(), facDdt(), facDdt(), 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]

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

◆ facDdt0() [1/4]

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

Implements faDdtScheme< Type >.

Definition at line 124 of file backwardFaDdtScheme.C.

References mesh, dimensioned< Type >::name(), tmp< T >::ref(), and dimensioned< Type >::value().

Here is the call graph for this function:

◆ facDdt() [2/4]

◆ facDdt0() [2/4]

◆ facDdt() [3/4]

◆ facDdt0() [3/4]

◆ facDdt() [4/4]

◆ facDdt0() [4/4]

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

◆ famDdt() [1/3]

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

◆ famDdt() [2/3]

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

◆ famDdt() [3/3]

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

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