steadyStateFaDdtScheme< Type > Class Template Reference
Inheritance diagram for steadyStateFaDdtScheme< Type >:
[legend]
Collaboration diagram for steadyStateFaDdtScheme< Type >:
[legend]

Public Member Functions

 TypeName ("steadyState")
 Runtime type information. More...
 
 steadyStateFaDdtScheme (const faMesh &mesh)
 Construct from mesh. More...
 
 steadyStateFaDdtScheme (const faMesh &mesh, Istream &is)
 Construct from mesh and Istream. More...
 
const faMeshmesh () const
 Return mesh reference. More...
 
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. 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...
 
- Public Member Functions inherited from refCount
constexpr refCount () noexcept
 Default construct, initializing count to 0. More...
 
int 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...
 

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. More...
 
- Protected Member Functions inherited from faDdtScheme< Type >
 faDdtScheme (const faDdtScheme &)=delete
 No copy construct. More...
 
void operator= (const faDdtScheme &)=delete
 No copy assignment. More...
 
- Protected Attributes inherited from faDdtScheme< Type >
const faMeshmesh_
 

Detailed Description

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

Definition at line 56 of file steadyStateFaDdtScheme.H.

Constructor & Destructor Documentation

◆ steadyStateFaDdtScheme() [1/2]

steadyStateFaDdtScheme ( const faMesh mesh)
inline

Construct from mesh.

Definition at line 78 of file steadyStateFaDdtScheme.H.

◆ steadyStateFaDdtScheme() [2/2]

steadyStateFaDdtScheme ( const faMesh mesh,
Istream is 
)
inline

Construct from mesh and Istream.

Definition at line 84 of file steadyStateFaDdtScheme.H.

Member Function Documentation

◆ TypeName()

TypeName ( "steadyState"  )

Runtime type information.

◆ mesh()

const faMesh& mesh ( ) const
inline

Return mesh reference.

Definition at line 93 of file steadyStateFaDdtScheme.H.

References faDdtScheme< Type >::mesh().

Here is the call graph for this function:

◆ facDdt() [1/4]

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

Implements faDdtScheme< Type >.

Definition at line 47 of file steadyStateFaDdtScheme.C.

References dimensioned< Type >::dimensions(), Foam::dimTime, mesh, dimensioned< Type >::name(), Foam::New(), and Foam::Zero.

Here is the call graph for this function:

◆ facDdt0() [1/4]

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

Implements faDdtScheme< Type >.

Definition at line 68 of file steadyStateFaDdtScheme.C.

References dimensioned< Type >::dimensions(), Foam::dimTime, mesh, dimensioned< Type >::name(), Foam::New(), and Foam::Zero.

Here is the call graph for this function:

◆ facDdt() [2/4]

tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt ( const GeometricField< Type, faPatchField, areaMesh > &  vf)
virtual

Implements faDdtScheme< Type >.

Definition at line 89 of file steadyStateFaDdtScheme.C.

References Foam::dimTime, mesh, Foam::New(), and Foam::Zero.

Here is the call graph for this function:

◆ facDdt0() [2/4]

tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 ( const GeometricField< Type, faPatchField, areaMesh > &  vf)
virtual

Implements faDdtScheme< Type >.

Definition at line 110 of file steadyStateFaDdtScheme.C.

References Foam::dimTime, mesh, Foam::New(), and Foam::Zero.

Here is the call graph for this function:

◆ facDdt() [3/4]

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

Implements faDdtScheme< Type >.

Definition at line 131 of file steadyStateFaDdtScheme.C.

References Foam::dimTime, mesh, Foam::New(), rho, and Foam::Zero.

Here is the call graph for this function:

◆ facDdt0() [3/4]

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

Implements faDdtScheme< Type >.

Definition at line 152 of file steadyStateFaDdtScheme.C.

References Foam::dimTime, mesh, Foam::New(), rho, and Foam::Zero.

Here is the call graph for this function:

◆ facDdt() [4/4]

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

Implements faDdtScheme< Type >.

Definition at line 174 of file steadyStateFaDdtScheme.C.

References Foam::dimTime, mesh, Foam::New(), rho, and Foam::Zero.

Here is the call graph for this function:

◆ facDdt0() [4/4]

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

Implements faDdtScheme< Type >.

Definition at line 196 of file steadyStateFaDdtScheme.C.

References Foam::dimTime, mesh, Foam::New(), rho, and Foam::Zero.

Here is the call graph for this function:

◆ famDdt() [1/3]

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

Implements faDdtScheme< Type >.

Definition at line 217 of file steadyStateFaDdtScheme.C.

References Foam::dimArea, and Foam::dimTime.

◆ famDdt() [2/3]

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

Implements faDdtScheme< Type >.

Definition at line 237 of file steadyStateFaDdtScheme.C.

References Foam::dimArea, Foam::dimTime, and rho.

◆ famDdt() [3/3]

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

Implements faDdtScheme< Type >.

Definition at line 258 of file steadyStateFaDdtScheme.C.

References Foam::dimArea, Foam::dimTime, and rho.


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