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

#include <EulerFaDdtScheme.H>

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

Public Member Functions

 TypeName ("Euler")
 Runtime type information.
 EulerFaDdtScheme (const EulerFaDdtScheme &)=delete
 No copy construct.
void operator= (const EulerFaDdtScheme &)=delete
 No copy assignment.
 EulerFaDdtScheme (const faMesh &mesh)
 Construct from mesh.
 EulerFaDdtScheme (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::EulerFaDdtScheme< Type >

Definition at line 53 of file EulerFaDdtScheme.H.

Constructor & Destructor Documentation

◆ EulerFaDdtScheme() [1/3]

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

No copy construct.

References EulerFaDdtScheme().

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

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

◆ EulerFaDdtScheme() [2/3]

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

Construct from mesh.

Definition at line 83 of file EulerFaDdtScheme.H.

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

Here is the call graph for this function:

◆ EulerFaDdtScheme() [3/3]

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

Construct from mesh and Istream.

Definition at line 91 of file EulerFaDdtScheme.H.

References faDdtScheme< Type >::faDdtScheme(), 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 EulerFaDdtScheme< Type > & )
delete

No copy assignment.

References EulerFaDdtScheme().

Here is the call graph for this function:

◆ mesh()

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

Return mesh reference.

Definition at line 102 of file EulerFaDdtScheme.H.

References faDdtScheme< Type >::mesh().

Referenced by EulerFaDdtScheme(), EulerFaDdtScheme(), facDdt(), facDdt(), facDdt(), facDdt0(), and facDdt0().

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 85 of file EulerFaDdtScheme.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]

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

◆ 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: