constant Class Reference

Constant dispersed-phase particle diameter model. More...

Inheritance diagram for constant:
[legend]
Collaboration diagram for constant:
[legend]

Public Member Functions

 TypeName ("constant")
 Runtime type information. More...
 
 constant (const dictionary &diameterProperties, const phaseModel &phase)
 Construct from components. More...
 
virtual ~constant ()
 Destructor. More...
 
virtual tmp< volScalarFieldd () const
 Return the diameter as a field. More...
 
virtual bool read (const dictionary &diameterProperties)
 Read diameterProperties dictionary. More...
 
 TypeName ("constant")
 Runtime type information. More...
 
 constant (const dictionary &diameterProperties, const phaseModel &phase)
 Construct from components. More...
 
virtual ~constant ()
 Destructor. More...
 
virtual tmp< volScalarFieldd () const
 Return the diameter as a field. More...
 
virtual bool read (const dictionary &diameterProperties)
 Read diameterProperties dictionary. More...
 
- Public Member Functions inherited from diameterModel
 TypeName ("diameterModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase))
 
 diameterModel (const dictionary &dict, const phaseModel &phase)
 
virtual ~diameterModel ()=default
 Destructor. More...
 
const dictionarydiameterProperties () const
 Return the phase diameter properties dictionary. More...
 
const phaseModelphase () const
 Return the phase. More...
 
virtual tmp< volScalarFieldd () const =0
 Return the phase mean diameter field. More...
 
virtual void correct ()
 Correct the diameter field. More...
 
virtual bool read (const dictionary &phaseProperties)=0
 Read phaseProperties dictionary. More...
 
 TypeName ("diameterModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase))
 
 diameterModel (const dictionary &dict, const phaseModel &phase)
 
virtual ~diameterModel ()=default
 Destructor. More...
 
const dictionarydiameterProperties () const
 Return the phase diameter properties dictionary. More...
 
const phaseModelphase () const
 Return the phase. More...
 
virtual tmp< volScalarFieldd () const =0
 Return the phase mean diameter field. More...
 
virtual void correct ()
 Correct the diameter field. More...
 
virtual bool read (const dictionary &dict)=0
 Read phaseProperties dictionary. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from diameterModel
static autoPtr< diameterModelNew (const dictionary &diameterProperties, const phaseModel &phase)
 
static autoPtr< diameterModelNew (const dictionary &dict, const phaseModel &phase)
 
- Protected Attributes inherited from diameterModel
dictionary diameterProperties_
 
const phaseModelphase_
 

Detailed Description

Constant dispersed-phase particle diameter model.

Source files

Source files

Definition at line 52 of file constantDiameter.H.

Constructor & Destructor Documentation

◆ constant() [1/2]

constant ( const dictionary diameterProperties,
const phaseModel phase 
)

Construct from components.

Definition at line 52 of file constantDiameter.C.

References Foam::dimLength.

◆ ~constant() [1/2]

~constant ( )
virtual

Destructor.

Definition at line 65 of file constantDiameter.C.

◆ constant() [2/2]

constant ( const dictionary diameterProperties,
const phaseModel phase 
)

Construct from components.

◆ ~constant() [2/2]

virtual ~constant ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "constant"  )

Runtime type information.

◆ d() [1/2]

Foam::tmp< Foam::volScalarField > d ( ) const
virtual

Return the diameter as a field.

Implements diameterModel.

Definition at line 71 of file constantDiameter.C.

◆ read() [1/2]

bool read ( const dictionary diameterProperties)
virtual

Read diameterProperties dictionary.

Implements diameterModel.

Definition at line 90 of file constantDiameter.C.

References kEpsilonLopesdaCosta< BasicTurbulenceModel >::read().

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "constant"  )

Runtime type information.

◆ d() [2/2]

virtual tmp< volScalarField > d ( ) const
virtual

Return the diameter as a field.

Implements diameterModel.

◆ read() [2/2]

virtual bool read ( const dictionary diameterProperties)
virtual

Read diameterProperties dictionary.

Implements diameterModel.


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