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...
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const dimensioned< Type >)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const dimensioned< Type >)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDdt0 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< faMatrix< Type > > famDdt (const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< faMatrix< Type > > famDdt (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0
 
virtual tmp< faMatrix< Type > > famDdt (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0
 
- 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 46 of file steadyStateFaDdtScheme.C.

References dimensioned< Type >::dimensions(), Foam::dimTime, mesh, dimensioned< Type >::name(), Foam::New(), timeName, 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 67 of file steadyStateFaDdtScheme.C.

References dimensioned< Type >::dimensions(), Foam::dimTime, mesh, dimensioned< Type >::name(), Foam::New(), timeName, 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 88 of file steadyStateFaDdtScheme.C.

References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, mesh, IOobject::name(), Foam::New(), timeName, 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 109 of file steadyStateFaDdtScheme.C.

References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, mesh, IOobject::name(), Foam::New(), timeName, 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 130 of file steadyStateFaDdtScheme.C.

References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, mesh, IOobject::name(), Foam::New(), rho, timeName, 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 151 of file steadyStateFaDdtScheme.C.

References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, mesh, IOobject::name(), Foam::New(), rho, timeName, 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 173 of file steadyStateFaDdtScheme.C.

References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, mesh, IOobject::name(), Foam::New(), rho, timeName, 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 195 of file steadyStateFaDdtScheme.C.

References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, mesh, IOobject::name(), Foam::New(), rho, timeName, 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 216 of file steadyStateFaDdtScheme.C.

References Foam::dimArea, DimensionedField< Type, GeoMesh >::dimensions(), and Foam::dimTime.

Here is the call graph for this function:

◆ famDdt() [2/3]

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

Implements faDdtScheme< Type >.

Definition at line 236 of file steadyStateFaDdtScheme.C.

References Foam::dimArea, DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, and rho.

Here is the call graph for this function:

◆ famDdt() [3/3]

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

Implements faDdtScheme< Type >.

Definition at line 257 of file steadyStateFaDdtScheme.C.

References Foam::dimArea, DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, and rho.

Here is the call graph for this function:

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