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 components. More...
 
virtual ~constant ()
 Destructor. 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)
 
virtual ~spherical ()
 Destructor. 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)
 
virtual ~diameterModel ()
 Destructor. More...
 
const dictionarydiameterProperties () const
 Return the phase diameter properties dictionary. More...
 
const phaseModelphase () const
 Return the phase. More...
 
tmp< volScalarFieldd () const
 Return the diameter. More...
 
tmp< volScalarFielda () const
 Return the surface area per unit volume. More...
 
virtual void correct ()
 Correct the diameter field. More...
 

Protected Member Functions

virtual tmp< volScalarFieldcalcD () const
 Get the diameter field. More...
 
- Protected Member Functions inherited from spherical
virtual tmp< volScalarFieldcalcA () const
 Get the diameter field. More...
 
- Protected Member Functions inherited from diameterModel
volScalarFielddRef ()
 Get a reference to the stored diameter field. More...
 
volScalarFieldaRef ()
 Get a reference to the stored surface area per unit volume field. More...
 

Additional Inherited Members

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

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 components.

◆ ~constant()

virtual ~constant ( )
virtual

Destructor.

Member Function Documentation

◆ calcD()

virtual tmp<volScalarField> calcD ( ) const
protectedvirtual

Get the diameter field.

Implements diameterModel.

◆ TypeName()

TypeName ( "constant"  )

Runtime type information.

◆ 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: