steadyStateDdtScheme< Type > Class Template Reference

SteadyState implicit/explicit ddt which returns 0. More...

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

Public Types

typedef ddtScheme< Type >::fluxFieldType fluxFieldType
 
- Public Types inherited from ddtScheme< Type >
typedef SurfaceField< typename flux< Type >::type > fluxFieldType
 

Public Member Functions

 TypeName ("steadyState")
 Runtime type information. More...
 
 steadyStateDdtScheme (const fvMesh &mesh)
 Construct from mesh. More...
 
 steadyStateDdtScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream. More...
 
 steadyStateDdtScheme (const steadyStateDdtScheme &)=delete
 Disallow default bitwise copy construction. More...
 
const fvMesh & mesh () const
 Return mesh reference. More...
 
virtual tmp< VolField< Type > > fvcDdt (const dimensioned< Type > &)
 
virtual tmp< VolField< Type > > fvcDdt (const VolField< Type > &)
 
virtual tmp< VolField< Type > > fvcDdt (const dimensionedScalar &, const VolField< Type > &)
 
virtual tmp< VolField< Type > > fvcDdt (const volScalarField &, const VolField< Type > &)
 
virtual tmp< VolField< Type > > fvcDdt (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &psi)
 
virtual tmp< fvMatrix< Type > > fvmDdt (const VolField< Type > &)
 
virtual tmp< fvMatrix< Type > > fvmDdt (const dimensionedScalar &, const VolField< Type > &)
 
virtual tmp< fvMatrix< Type > > fvmDdt (const volScalarField &, const VolField< Type > &)
 
virtual tmp< fvMatrix< Type > > fvmDdt (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &psi)
 
virtual tmp< fluxFieldType > fvcDdtUfCorr (const VolField< Type > &U, const SurfaceField< Type > &Uf)
 
virtual tmp< fluxFieldType > fvcDdtPhiCorr (const VolField< Type > &U, const fluxFieldType &phi)
 
virtual tmp< fluxFieldType > fvcDdtUfCorr (const volScalarField &rho, const VolField< Type > &U, const SurfaceField< Type > &rhoUf)
 
virtual tmp< fluxFieldType > fvcDdtPhiCorr (const volScalarField &rho, const VolField< Type > &U, const fluxFieldType &phi)
 
virtual tmp< fluxFieldType > fvcDdtUfCorr (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &U, const SurfaceField< Type > &Uf)
 
virtual tmp< fluxFieldType > fvcDdtPhiCorr (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &U, const fluxFieldType &phi)
 
virtual tmp< surfaceScalarField > meshPhi (const VolField< Type > &)
 
virtual tmp< scalarField > meshPhi (const VolField< Type > &, const label patchi)
 
void operator= (const steadyStateDdtScheme &)=delete
 Disallow default bitwise assignment. More...
 
tmp< surfaceScalarField > fvcDdtUfCorr (const VolField< scalar > &U, const SurfaceField< scalar > &Uf)
 
tmp< surfaceScalarField > fvcDdtPhiCorr (const volScalarField &U, const surfaceScalarField &phi)
 
tmp< surfaceScalarField > fvcDdtUfCorr (const volScalarField &rho, const volScalarField &U, const surfaceScalarField &Uf)
 
tmp< surfaceScalarField > fvcDdtPhiCorr (const volScalarField &rho, const volScalarField &U, const surfaceScalarField &phi)
 
tmp< surfaceScalarField > fvcDdtUfCorr (const volScalarField &alpha, const volScalarField &rho, const volScalarField &U, const surfaceScalarField &Uf)
 
tmp< surfaceScalarField > fvcDdtPhiCorr (const volScalarField &alpha, const volScalarField &rho, const volScalarField &U, const surfaceScalarField &phi)
 
- Public Member Functions inherited from ddtScheme< Type >
virtual const word & type () const =0
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, ddtScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 ddtScheme (const fvMesh &mesh)
 Construct from mesh. More...
 
 ddtScheme (const fvMesh &mesh, Istream &)
 Construct from mesh and Istream. More...
 
 ddtScheme (const ddtScheme &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~ddtScheme ()
 Destructor. More...
 
const fvMesh & mesh () const
 Return mesh reference. More...
 
virtual tmp< SurfaceField< Type > > fvcDdt (const SurfaceField< Type > &)
 
virtual tmp< surfaceScalarField > fvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr)
 
virtual tmp< surfaceScalarField > fvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr, const volScalarField &rho)
 
virtual tmp< surfaceScalarField > fvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi)
 
virtual tmp< surfaceScalarField > fvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi, const volScalarField &rho)
 
void operator= (const ddtScheme &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from refCount
int count () const
 Return the current reference count. More...
 
bool unique () const
 Return true if the reference count is zero. More...
 
void operator++ ()
 Increment the reference count. More...
 
void operator++ (int)
 Increment the reference count. More...
 
void operator-- ()
 Decrement the reference count. More...
 
void operator-- (int)
 Decrement the reference count. More...
 
void operator= (const refCount &)=delete
 Disallow bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ddtScheme< Type >
static tmp< ddtScheme< Type > > New (const fvMesh &mesh, Istream &schemeData)
 Return a pointer to a new ddtScheme created on freestore. More...
 
- Protected Member Functions inherited from refCount
 refCount ()
 Construct null initialising count to 0. More...
 
 refCount (const refCount &)=delete
 Disallow copy. More...
 
- Protected Attributes inherited from ddtScheme< Type >
const fvMesh & mesh_
 

Detailed Description

template<class Type>
class Foam::fv::steadyStateDdtScheme< Type >

SteadyState implicit/explicit ddt which returns 0.

Source files

Definition at line 54 of file steadyStateDdtScheme.H.

Member Typedef Documentation

◆ fluxFieldType

Definition at line 143 of file steadyStateDdtScheme.H.

Constructor & Destructor Documentation

◆ steadyStateDdtScheme() [1/3]

steadyStateDdtScheme ( const fvMesh &  mesh)
inline

Construct from mesh.

Definition at line 67 of file steadyStateDdtScheme.H.

◆ steadyStateDdtScheme() [2/3]

steadyStateDdtScheme ( const fvMesh &  mesh,
Istream &  is 
)
inline

Construct from mesh and Istream.

Definition at line 73 of file steadyStateDdtScheme.H.

◆ steadyStateDdtScheme() [3/3]

steadyStateDdtScheme ( const steadyStateDdtScheme< Type > &  )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ TypeName()

TypeName ( "steadyState"  )

Runtime type information.

◆ mesh()

const fvMesh& mesh ( ) const
inline

Return mesh reference.

Definition at line 85 of file steadyStateDdtScheme.H.

References ddtScheme< Type >::mesh().

Here is the call graph for this function:

◆ fvcDdt() [1/5]

tmp< VolField< Type > > fvcDdt ( const dimensioned< Type > &  dt)
virtual

◆ fvcDdt() [2/5]

tmp< VolField< Type > > fvcDdt ( const VolField< Type > &  vf)
virtual

◆ fvcDdt() [3/5]

tmp< VolField< Type > > fvcDdt ( const dimensionedScalar &  rho,
const VolField< Type > &  vf 
)
virtual

◆ fvcDdt() [4/5]

tmp< VolField< Type > > fvcDdt ( const volScalarField &  rho,
const VolField< Type > &  vf 
)
virtual

◆ fvcDdt() [5/5]

tmp< VolField< Type > > fvcDdt ( const volScalarField &  alpha,
const volScalarField &  rho,
const VolField< Type > &  psi 
)
virtual

◆ fvmDdt() [1/4]

tmp< fvMatrix< Type > > fvmDdt ( const VolField< Type > &  vf)
virtual

Implements ddtScheme< Type >.

Definition at line 153 of file steadyStateDdtScheme.C.

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

Here is the call graph for this function:

◆ fvmDdt() [2/4]

tmp< fvMatrix< Type > > fvmDdt ( const dimensionedScalar &  rho,
const VolField< Type > &  vf 
)
virtual

Implements ddtScheme< Type >.

Definition at line 171 of file steadyStateDdtScheme.C.

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

Here is the call graph for this function:

◆ fvmDdt() [3/4]

tmp< fvMatrix< Type > > fvmDdt ( const volScalarField &  rho,
const VolField< Type > &  vf 
)
virtual

Implements ddtScheme< Type >.

Definition at line 190 of file steadyStateDdtScheme.C.

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

Here is the call graph for this function:

◆ fvmDdt() [4/4]

tmp< fvMatrix< Type > > fvmDdt ( const volScalarField &  alpha,
const volScalarField &  rho,
const VolField< Type > &  psi 
)
virtual

Implements ddtScheme< Type >.

Definition at line 209 of file steadyStateDdtScheme.C.

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

Here is the call graph for this function:

◆ fvcDdtUfCorr() [1/6]

tmp< typename steadyStateDdtScheme< Type >::fluxFieldType > fvcDdtUfCorr ( const VolField< Type > &  U,
const SurfaceField< Type > &  Uf 
)
virtual

◆ fvcDdtPhiCorr() [1/6]

tmp< typename steadyStateDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr ( const VolField< Type > &  U,
const fluxFieldType &  phi 
)
virtual

◆ fvcDdtUfCorr() [2/6]

tmp< typename steadyStateDdtScheme< Type >::fluxFieldType > fvcDdtUfCorr ( const volScalarField &  rho,
const VolField< Type > &  U,
const SurfaceField< Type > &  rhoUf 
)
virtual

◆ fvcDdtPhiCorr() [2/6]

tmp< typename steadyStateDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr ( const volScalarField &  rho,
const VolField< Type > &  U,
const fluxFieldType &  phi 
)
virtual

◆ fvcDdtUfCorr() [3/6]

virtual tmp<fluxFieldType> fvcDdtUfCorr ( const volScalarField &  alpha,
const volScalarField &  rho,
const VolField< Type > &  U,
const SurfaceField< Type > &  Uf 
)
inlinevirtual

Implements ddtScheme< Type >.

Definition at line 171 of file steadyStateDdtScheme.H.

References NotImplemented, and GeometricField< Type, GeoMesh, PrimitiveField >::null().

Here is the call graph for this function:

◆ fvcDdtPhiCorr() [3/6]

virtual tmp<fluxFieldType> fvcDdtPhiCorr ( const volScalarField &  alpha,
const volScalarField &  rho,
const VolField< Type > &  U,
const fluxFieldType &  phi 
)
inlinevirtual

Implements ddtScheme< Type >.

Definition at line 183 of file steadyStateDdtScheme.H.

References NotImplemented, and GeometricField< Type, GeoMesh, PrimitiveField >::null().

Here is the call graph for this function:

◆ meshPhi() [1/2]

tmp< surfaceScalarField > meshPhi ( const VolField< Type > &  vf)
virtual

Implements ddtScheme< Type >.

Definition at line 322 of file steadyStateDdtScheme.C.

References Foam::dimTime, Foam::dimVolume, mesh, and GeometricField< Type, GeoMesh, PrimitiveField >::New().

Here is the call graph for this function:

◆ meshPhi() [2/2]

tmp< scalarField > meshPhi ( const VolField< Type > &  ,
const label  patchi 
)
virtual

Implements ddtScheme< Type >.

Definition at line 337 of file steadyStateDdtScheme.C.

References boundary(), mesh, and patchi.

Here is the call graph for this function:

◆ operator=()

void operator= ( const steadyStateDdtScheme< Type > &  )
delete

Disallow default bitwise assignment.

◆ fvcDdtUfCorr() [4/6]

tmp< surfaceScalarField > fvcDdtUfCorr ( const VolField< scalar > &  U,
const SurfaceField< scalar > &  Uf 
)

◆ fvcDdtPhiCorr() [4/6]

tmp< surfaceScalarField > fvcDdtPhiCorr ( const volScalarField &  U,
const surfaceScalarField &  phi 
)

◆ fvcDdtUfCorr() [5/6]

tmp< surfaceScalarField > fvcDdtUfCorr ( const volScalarField &  rho,
const volScalarField &  U,
const surfaceScalarField &  Uf 
)

◆ fvcDdtPhiCorr() [5/6]

tmp< surfaceScalarField > fvcDdtPhiCorr ( const volScalarField &  rho,
const volScalarField &  U,
const surfaceScalarField &  phi 
)

◆ fvcDdtUfCorr() [6/6]

tmp< surfaceScalarField > fvcDdtUfCorr ( const volScalarField &  alpha,
const volScalarField &  rho,
const volScalarField &  U,
const surfaceScalarField &  Uf 
)

◆ fvcDdtPhiCorr() [6/6]

tmp< surfaceScalarField > fvcDdtPhiCorr ( const volScalarField &  alpha,
const volScalarField &  rho,
const volScalarField &  U,
const surfaceScalarField &  phi 
)

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