constant Class Reference

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

Inheritance diagram for constant:
Collaboration diagram for constant:

Public Member Functions

 TypeName ("constant")
 Runtime type information. More...
 
 constant (const dictionary &diameterProperties, const phaseModel &phase)
 Construct from dictionary and phase. More...
 
virtual ~constant ()
 Destructor. More...
 
virtual tmp< volScalarField > d () const
 Get the diameter field. More...
 
virtual bool read (const dictionary &diameterProperties)
 Read diameterProperties dictionary. More...
 
- Public Member Functions inherited from spherical
 TypeName ("spherical")
 Runtime type information. More...
 
 spherical (const dictionary &diameterProperties, const phaseModel &phase)
 Construct from dictionary and phase. More...
 
virtual ~spherical ()
 Destructor. More...
 
virtual tmp< volScalarField > a () const
 Get the surface area per unit volume field. More...
 
- Public Member Functions inherited from diameterModel
 TypeName ("diameterModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &diameterProperties, const phaseModel &phase),(diameterProperties, phase))
 
 diameterModel (const dictionary &diameterProperties, const phaseModel &phase)
 Construct from dictionary and phase. More...
 
virtual ~diameterModel ()
 Destructor. More...
 
const dictionary & diameterProperties () const
 Return the phase diameter properties dictionary. More...
 
const phaseModel & phase () const
 Return the phase. More...
 
virtual void correct ()
 Correct the model. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from diameterModel
static autoPtr< diameterModel > New (const dictionary &diameterProperties, const phaseModel &phase)
 Select from dictionary and phase. More...
 

Detailed Description

Constant dispersed-phase particle diameter model.

Source files

Definition at line 50 of file constantDiameter.H.

Constructor & Destructor Documentation

◆ constant()

constant ( const dictionary &  diameterProperties,
const phaseModel &  phase 
)

Construct from dictionary and phase.

◆ ~constant()

virtual ~constant ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "constant"  )

Runtime type information.

◆ d()

virtual tmp<volScalarField> d ( ) const
virtual

Get the diameter field.

Implements diameterModel.

◆ read()

virtual bool read ( const dictionary &  diameterProperties)
virtual

Read diameterProperties dictionary.

Reimplemented from diameterModel.


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