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

First-order Euler implicit d2dt2 using the current and two previous time-step values. More...

#include <EulerFaD2dt2Scheme.H>

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

Public Member Functions

 TypeName ("Euler")
 Runtime type information.
 EulerFaD2dt2Scheme (const EulerFaD2dt2Scheme &)=delete
 No copy construct.
void operator= (const EulerFaD2dt2Scheme &)=delete
 No copy assignment.
 EulerFaD2dt2Scheme (const faMesh &mesh)
 Construct from mesh.
 EulerFaD2dt2Scheme (const faMesh &mesh, Istream &is)
 Construct from mesh and Istream.
const faMeshmesh () const
 Return mesh reference.
tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 (const dimensioned< Type >)
tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 (const GeometricField< Type, faPatchField, areaMesh > &)
tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)
tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)
tmp< faMatrix< Type > > famD2dt2 (const GeometricField< Type, faPatchField, areaMesh > &)
tmp< faMatrix< Type > > famD2dt2 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)
tmp< faMatrix< Type > > famD2dt2 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)
Public Member Functions inherited from faD2dt2Scheme< Type >
virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (tmp, faD2dt2Scheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 faD2dt2Scheme (const faD2dt2Scheme &)=delete
 No copy construct.
void operator= (const faD2dt2Scheme &)=delete
 No copy assignment.
 faD2dt2Scheme (const faMesh &mesh)
 Construct from mesh.
 faD2dt2Scheme (const faMesh &mesh, Istream &)
 Construct from mesh and Istream.
virtual ~faD2dt2Scheme ()
 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 faD2dt2Scheme< Type >
static tmp< faD2dt2Scheme< Type > > New (const faMesh &mesh, Istream &schemeData)
 Return a pointer to a new d2dt2Scheme created on freestore.
Protected Attributes inherited from faD2dt2Scheme< Type >
const faMeshmesh_
 Reference to mesh.

Detailed Description

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

First-order Euler implicit d2dt2 using the current and two previous time-step values.

Source files

Definition at line 53 of file EulerFaD2dt2Scheme.H.

Constructor & Destructor Documentation

◆ EulerFaD2dt2Scheme() [1/3]

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

No copy construct.

References EulerFaD2dt2Scheme().

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

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

◆ EulerFaD2dt2Scheme() [2/3]

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

Construct from mesh.

Definition at line 96 of file EulerFaD2dt2Scheme.H.

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

Here is the call graph for this function:

◆ EulerFaD2dt2Scheme() [3/3]

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

Construct from mesh and Istream.

Definition at line 104 of file EulerFaD2dt2Scheme.H.

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

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

template<class Type>
TypeName ( "Euler" )

Runtime type information.

◆ operator=()

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

No copy assignment.

References EulerFaD2dt2Scheme().

Here is the call graph for this function:

◆ mesh()

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

Return mesh reference.

Definition at line 115 of file EulerFaD2dt2Scheme.H.

References faD2dt2Scheme< Type >::mesh().

Referenced by EulerFaD2dt2Scheme(), EulerFaD2dt2Scheme(), facD2dt2(), facD2dt2(), and facD2dt2().

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

◆ facD2dt2() [1/4]

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

◆ facD2dt2() [2/4]

◆ facD2dt2() [3/4]

◆ facD2dt2() [4/4]

◆ famD2dt2() [1/3]

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

◆ famD2dt2() [2/3]

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

◆ famD2dt2() [3/3]

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

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